qnx identifier?

Hi.

Is there any pre-defined identifiers for qnx? I’ve been developing multi
platform app. on the MS compiler, there is pre-defined identifiers like the
#define WIN32” or “#define DEBUG”. so I can use these in my app. qnx
support them?

please help.

Keon Lee <khlee@haco.co.kr> wrote:

Hi.

Is there any pre-defined identifiers for qnx? I’ve been developing multi
platform app. on the MS compiler, there is pre-defined identifiers like the
#define WIN32” or “#define DEBUG”. so I can use these in my app. qnx
support them?

please help.

For QNX 6:

#ifdef QNXNTO

works…

Cheers,
-RK


[If replying via email, you’ll need to click on the URL that’s emailed to you
afterwards to forward the email to me – spam filters and all that]
Robert Krten, PDP minicomputer collector http://www.parse.com/~pdp8/

Robert Krten <rk@parse.com> wrote:

Keon Lee <> khlee@haco.co.kr> > wrote:
Hi.

Is there any pre-defined identifiers for qnx? I’ve been developing multi
platform app. on the MS compiler, there is pre-defined identifiers like the
#define WIN32” or “#define DEBUG”. so I can use these in my app. qnx
support them?

please help.

For QNX 6:

#ifdef QNXNTO

works…

See also the Manifests chapter of the Neutrino Library Reference.


Steve Reid stever@qnx.com
TechPubs (Technical Publications)
QNX Software Systems

I’ve seen the manifest chapter. and there are very useful identifiers on
that.
thank you for your help.

bye.

“Steve Reid” <stever@sreid.ott.qnx.com> wrote in message
news:cb6nr1$etg$1@nntp.qnx.com

Robert Krten <> rk@parse.com> > wrote:
Keon Lee <> khlee@haco.co.kr> > wrote:
Hi.

Is there any pre-defined identifiers for qnx? I’ve been developing
multi
platform app. on the MS compiler, there is pre-defined identifiers like
the
#define WIN32” or “#define DEBUG”. so I can use these in my app. qnx
support them?

please help.

For QNX 6:

#ifdef QNXNTO

works…

See also the Manifests chapter of the Neutrino Library Reference.


Steve Reid > stever@qnx.com
TechPubs (Technical Publications)
QNX Software Systems