Página 1 de 1

X2.09 linking problem

Publicado: Vie Feb 19, 2010 12:51 pm
por Ingo
Hi,
when I recompile and link the project after runtime-errors I get sometimes the following error message from the IDE.
Kompiliere: KostMusterB.prg...
Kompiliere: KostMusterSO.prg...
Linke: mwin.exe...
Xailer: Resourcen konnten nicht zur Applikation hinzugefí¼gt werden (32)
10 Files, 0 Warnings, 1 Errors
Kompilierzeit: 9.44s Linkzeit: 0.83s Gesamtzeit: 10.26s
After that I can't run the application outside the IDE. The app runs only inside the IDE.
I have to link it again and than it's sometimes ok. Somtimes I have to restart Xailer.
I'm using TRY - CATCH - END very often in my code, could it be the reason?
I can live with this but are there any changes possible?
Regards
Ingo
----------------------------
Jur. Software Junge-Herrmann
Am Kohlenschacht 16
93077 Bad Abbach
www.mandantwin.com
--

X2.09 linking problem

Publicado: Vie Feb 19, 2010 1:23 pm
por jfgimenez
Ingo,
when I recompile and link the project after runtime-errors I get sometimes the following error message from the IDE.
Kompiliere: KostMusterB.prg...
Kompiliere: KostMusterSO.prg...
Linke: mwin.exe...
Xailer: Resourcen konnten nicht zur Applikation hinzugefí¼gt werden (32)
10 Files, 0 Warnings, 1 Errors
Kompilierzeit: 9.44s Linkzeit: 0.83s Gesamtzeit: 10.26s
After that I can't run the application outside the IDE. The app runs only inside the IDE.
I have to link it again and than it's sometimes ok. Somtimes I have to restart Xailer.
I'm using TRY - CATCH - END very often in my code, could it be the reason?
I can live with this but are there any changes possible?
I'm sure at 99.99% that the problem is caused by your antivirus. Try disabling it.
The reason is that Xailer is creating an executable, and then reopens and patch it by adding resources. In the meantime (between linker ends and Xailer reopens the .exe) the antivirus opens the .exe to check it, and if it takes long time, Xailer cannot open it to add the needed resources.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
--

X2.09 linking problem

Publicado: Vie Feb 19, 2010 1:23 pm
por jfgimenez
Ingo,
when I recompile and link the project after runtime-errors I get sometimes the following error message from the IDE.
Kompiliere: KostMusterB.prg...
Kompiliere: KostMusterSO.prg...
Linke: mwin.exe...
Xailer: Resourcen konnten nicht zur Applikation hinzugefí¼gt werden (32)
10 Files, 0 Warnings, 1 Errors
Kompilierzeit: 9.44s Linkzeit: 0.83s Gesamtzeit: 10.26s
After that I can't run the application outside the IDE. The app runs only inside the IDE.
I have to link it again and than it's sometimes ok. Somtimes I have to restart Xailer.
I'm using TRY - CATCH - END very often in my code, could it be the reason?
I can live with this but are there any changes possible?
I'm sure at 99.99% that the problem is caused by your antivirus. Try disabling it.
The reason is that Xailer is creating an executable, and then reopens and patch it by adding resources. In the meantime (between linker ends and Xailer reopens the .exe) the antivirus opens the .exe to check it, and if it takes long time, Xailer cannot open it to add the needed resources.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
--