Use precompiled headers. The IDE will walk you through creating one if you
use the 'help'.


Alan Pinstein
Synergy Solutions, Inc.
http://www.synsolutions.com
1-800-210-5293


>Okay, last question of the day, I promise.
>
>I have never used multiple targets before, so I am attempting to figure out
>how to do this smoothly in Metrowerks CW r5 with patch.
>
>In short, I have one variable I would like to switch between one version of
>the application and another, which will trigger the display of an extra
>string in the about box.  I figured I could set up two targets, appForMe.prc
>and appForOthers.prc and get the global constant to switch accordingly,
>where appForMe.prc sets showString to false and appForOthers.prc sets
>showString to true.  Does anyne know how to do this?  Should I use a
>compiler directive and if so, how would I do this?  A little code or
>reference to a manual would be very helpful.
>
>Thanks for the help in advance.
>Elia



Reply via email to