Re: [Eclipseme-users] Using #if preprocessor directive

2007-10-07 Thread Tamir Isak
problem is when doing the same for importing package. Tamir -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Markus Sinner Sent: Thursday, October 04, 2007 11:09 AM To: [email protected] Subject: Re: [Eclipseme-users] Using #if

Re: [Eclipseme-users] Using #if preprocessor directive

2007-10-04 Thread Fahad Khowaja
> *To:* [email protected] > <mailto:[email protected]> > *Cc:* Fahad Khowaja <mailto:[EMAIL PROTECTED]> > *Sent:* Thursday, October 04, 2007 5:09 PM > *Subject:* Re: [Eclipseme-users] Using #if preproces

Re: [Eclipseme-users] Using #if preprocessor directive

2007-10-04 Thread Markus Sinner
;mailto:[email protected]> > *Cc:* Fahad Khowaja <mailto:[EMAIL PROTECTED]> > *Sent:* Thursday, October 04, 2007 5:09 PM > *Subject:* Re: [Eclipseme-users] Using #if preprocessor directive > > Try the newest version. The old preprocessor was n

Re: [Eclipseme-users] Using #if preprocessor directive

2007-10-04 Thread Fahad Khowaja
To: [email protected] Cc: Fahad Khowaja Sent: Thursday, October 04, 2007 5:09 PM Subject: Re: [Eclipseme-users] Using #if preprocessor directive Try the newest version. The old preprocessor was not able to use logical expressions. An example, how I use it in a Canvas

Re: [Eclipseme-users] Using #if preprocessor directive

2007-10-04 Thread Markus Sinner
Try the newest version. The old preprocessor was not able to use logical expressions. An example, how I use it in a Canvas class: //#if JavaPlatform=="MIDP/2.0" setFullScreenMode(true); //#endif :-) Markus Fahad Khowaja schrieb: > Hi people, > > I have been using EclipseME 1.6.8 for some ti

[Eclipseme-users] Using #if preprocessor directive

2007-10-04 Thread Fahad Khowaja
Hi people, I have been using EclipseME 1.6.8 for some time now and love the preprocessor feature! Though recently I had to use logical expressions and I can't get the #if directive to work. I want the condition to be true when both symbols are defined. Can someone give an example please. Thank