include certain methods based on some preprocessor defines?

thomaskelly

New member
Joined
Apr 18, 2008
Messages
1
Programming Experience
Beginner
Hi there......

this is my first time to post here...

somebody knows on How do I conditionally include certain methods based on some preprocessor defines?

thanks for any reply....
 
You use the conditional compilation directives as normal, but you also have to use same directive on all calls to that method, else you get "not declared" errors.
 
Back
Top