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
> *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
;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
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
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
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