DEFINE_ME
Hi,
for starters I've been playing with the "factorial" project from the tutorial. Right at the beginning of main.c there is the following passage:
#ifndef DEFINE_ME
#error DEFINE_ME undefined
#endif
I do of course understand the purpose and function of this but I haven't been able to find the definition of DEFINE_ME. Where is it and why couldn't I find it using "search solution"?
Thanks,
Christoph
( OFF TOPIC: shouldn't / couldn't there be a special section in this forum for beginner's questions to decrease noise for the rest of You? :) )
-
Hi Christoph,
Take a look at the Setting project options section of the tutorial - it describes how you define DEFINE_ME by setting project options.
Regards,
Jon Elliott
Please sign in to leave a comment.
Comments
1 comment