C# preprocesor directives

J

Josh Booth

Hi,

Is there a constant defined to indicate if an application is being compiled
against the compact framework or is for pocketpc or a particular procesor?
I thought I saw it somewhere but cant seem to find it now.
#if PocketPC ??

thanks
josh.
 
N

Neil Cowburn [MVP]

There isn't one, but you can define it yourself in project properties.

--Neil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top