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.

How to tell Mingw not to delete the .c file?

Xailer English public forum
Responder
Guest

How to tell Mingw not to delete the .c file?

Mensaje por Guest »

Hi,
What parameter in the project properties will tell Xailer to generate
the object .do file, but NOT to delete the intermediate .c code?
Guest

How to tell Mingw not to delete the .c file?

Mensaje por Guest »

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

How to tell Mingw not to delete the .c file?

Mensaje por jfgimenez »

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

How to tell Mingw not to delete the .c file?

Mensaje por Guest »

Ok, thanks Jose.
Responder