Re: [Gambas-user] Preprocessor in the Gambas 3 compiler

2010-12-20 Thread Benoît Minisini
> > - SYSTEM, that returns the current OS ("Linux", "FreeBSD", "MacOSX"...) > > Are you thinking to port gambas3 to MacOSX? > > Regards, > Ricardo Díaz > Not directly. Wellington de Souza Pinto tries to compile Gambas 3 on MacOSX, but I have no news from him since Dec. 12th. -- Benoît Minisi

Re: [Gambas-user] Preprocessor in the Gambas 3 compiler

2010-12-19 Thread Ricardo Díaz Martín
> > - SYSTEM, that returns the current OS ("Linux", "FreeBSD", "MacOSX"...) Are you thinking to port gambas3 to MacOSX? Regards, Ricardo Díaz 2010/12/18 Jussi Lahtinen > Nice! > But now I have to consider doing only one version that handles both 32 and > 64 bit architecture... > > Jussi > > >

Re: [Gambas-user] Preprocessor in the Gambas 3 compiler

2010-12-18 Thread Jussi Lahtinen
Nice! But now I have to consider doing only one version that handles both 32 and 64 bit architecture... Jussi 2010/12/18 Benoît Minisini > > The "#If" test is a *preprocessor expression* that compare a > *preprocessor > > ---> "compares". > > -- > Benoît Minisini > > >

Re: [Gambas-user] Preprocessor in the Gambas 3 compiler

2010-12-18 Thread Benoît Minisini
> The "#If" test is a *preprocessor expression* that compare a *preprocessor ---> "compares". -- Benoît Minisini -- Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collabora

[Gambas-user] Preprocessor in the Gambas 3 compiler

2010-12-18 Thread Benoît Minisini
Hi, I have just implemented a rudimentary, but useful, preprocessor in the Gambas 3 compiler. Preprocessor commands are lines that begin with a '#' in the source code. The indentation spaces are ignored. You can put comments at the end of a preprocessor line. the preprocessor only understands