Página 1 de 1

Can the compiler switches be temporarily changed?

Publicado: Mar May 17, 2011 8:34 pm
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.

Can the compiler switches be temporarily changed?

Publicado: Mié May 18, 2011 10:23 am
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,

Can the compiler switches be temporarily changed?

Publicado: Mié May 18, 2011 11:59 am
por Guest
Thanks Ignacio,
The question was deleted from the group, a few minutes after posting it.
Anyway, it's still good information, thanks.