J
Juan Manuel Formoso
Hi, is there any way to determine if a class is in one project or
another with the preprocessor?
I have the class shared in sourcesafe, so it belongs to 2 projects. I
need to know before compiling where the class is so I won't compile
code that I wont need in one of the two.
#define is no good because its scope is only in the file in which it
was declare, and as I said, the class is the same in both projects...
is there a way at all?
Thanks in advance.
another with the preprocessor?
I have the class shared in sourcesafe, so it belongs to 2 projects. I
need to know before compiling where the class is so I won't compile
code that I wont need in one of the two.
#define is no good because its scope is only in the file in which it
was declare, and as I said, the class is the same in both projects...
is there a way at all?
Thanks in advance.