PG5 1.2 is not able to create a Hex-File of the actual project
FAQ #100377
When trying to create a Hex-File the message: "Failed to initialize the hex file generator" appears
Symptom
§ix100238§
Reason
The problem is caused by one of the first (never officialized) versions of PG5 1.3. If this version of PG5 1.3 was installed on the same PC like PG5 1.2 the hex-file-generator-path for PG5 1.2 was overwritten in the registry. Even a deinstallation of PG5 1.3 won't help.
Solution
The Hex-File-Generator has to be uninstalled and reinstalled with the following procedure:
Open the DOS command prompt and type the commands below:
------------------------------------------------------------------------------------------------------------
C:\Program Files\SAIA-Burgess\PG5 1_3>regsvr32 -u SpromSvr.dll
C:\Program Files\SAIA-Burgess\PG5 1_3>cd..
C:\Program Files\SAIA-Burgess>cd PG5 1_2
C:\Program Files\SAIA-Burgess\PG5 1_2>regsvr32 -u SpromSvr.dll
C:\Program Files\SAIA-Burgess\PG5 1_2>regsvr32 SpromSvr.dll
C:\Program Files\SAIA-Burgess\PG5 1_2>cd..
C:\Program Files\SAIA-Burgess>cd PG5 1_3
C:\Program Files\SAIA-Burgess\PG5 1_3>regsvr32 SpromSvr.dll
------------------------------------------------------------------------------------------------------------
Afterwards it will be possible to create hex-files with PG5 1.2, too.
Categories
PG5 1.x
Last update: 30.05.2015 13:36
First release: 06.06.2005 14:20
Views: 841