In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

X2.09 linking problem

Xailer professional forum in English
Responder
Ingo
Mensajes: 330
Registrado: Mié Jul 05, 2006 3:58 pm

X2.09 linking problem

Mensaje 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
--
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5706
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

X2.09 linking problem

Mensaje 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
--
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5706
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

X2.09 linking problem

Mensaje 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
--
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Responder