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.

Can the compiler switches be temporarily changed?

Xailer English public forum
Responder
DC
Mensajes: 135
Registrado: Lun May 16, 2011 6:06 pm

Can the compiler switches be temporarily changed?

Mensaje por DC »

Hi,
I'm looking at some old xbase code, which displays errors because of
private variable declarations.
It looks like Xailer is sending /w parameters to the xHarbour compiler.
Can this be temporarily changed, in order to trace through this code
without a lot of Local modifications?
The error is an ambiguous reference.
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9441
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Can the compiler switches be temporarily changed?

Mensaje por ignacio »

DC escribió el mar, 17 mayo 2011 20:34Hi,
I'm looking at some old xbase code, which displays errors because of
private variable declarations.
It looks like Xailer is sending /w parameters to the xHarbour compiler.
Can this be temporarily changed, in order to trace through this code
without a lot of Local modifications?
The error is an ambiguous reference.
Yes. You have few features for that:
1) On menu option: Tools->General Options->Compile uncheck the checkbox
2) Change the flags compilation of a specific file with the contextual menu option 'Properties' of the file on the project tree.
3) On menu option: Project->Properties->xHarbour check the first check box or include any flag you want on the 'more options' edit control.
Regards,
Regards,
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Guest

Can the compiler switches be temporarily changed?

Mensaje por Guest »

Thanks Ignacio,
The question was deleted from the group, a few minutes after posting it.
Anyway, it's still good information, thanks.
Responder