S
Siegfried Heintze
I would like to create two versions of the same program without altering the
source code. Certainly in C++ (and I believe C# too) I can say
cl /D prompt
or
csc /drompt
on the command line and then in the source code
#ifdef prompt
#endif
Now I see that vbc has a /define for the command line. How may I access this
inside the VB program at run time (or even compile time) to do things
differently?
Thanks,
Siegfried
source code. Certainly in C++ (and I believe C# too) I can say
cl /D prompt
or
csc /drompt
on the command line and then in the source code
#ifdef prompt
#endif
Now I see that vbc has a /define for the command line. How may I access this
inside the VB program at run time (or even compile time) to do things
differently?
Thanks,
Siegfried