Hi,
What parameter in the project properties will tell Xailer to generate
the object .do file, but NOT to delete the intermediate .c code?
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.
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.
How to tell Mingw not to delete the .c file?
How to tell Mingw not to delete the .c file?
Ok, thanks. I'll try and figure out the unresolved external error, some
other way. This is the only programming newsgroup I know, that responds
to some questions, but la-de-da decides to just ignore others.
other way. This is the only programming newsgroup I know, that responds
to some questions, but la-de-da decides to just ignore others.
How to tell Mingw not to delete the .c file?
DC,
sorry for the delay.
> What parameter in the project properties will tell Xailer to generate
> the object .do file, but NOT to delete the intermediate .c code?
There is a "hidden" way to do it. You need to edit the .xpj file by
hand, and and this line:
<DontEraseFile Value="Y"/>
inside the <Options> branch. That way, all intermediate files aren't
deleted.
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
sorry for the delay.
> What parameter in the project properties will tell Xailer to generate
> the object .do file, but NOT to delete the intermediate .c code?
There is a "hidden" way to do it. You need to edit the .xpj file by
hand, and and this line:
<DontEraseFile Value="Y"/>
inside the <Options> branch. That way, all intermediate files aren't
deleted.
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
How to tell Mingw not to delete the .c file?
Ok, thanks Jose.