08-29-2007 03:22 AM
08-29-2007 03:36 AM
@Dereklogitech wrote:
[...]or will the Data flow police be sent round to have a word with me?
08-29-2007 03:47 AM
I don't remember the details, since those structures are basically available only in 8.x, which I don't have, but I think that more accurately, what you want is the conditional disable structure.
This allows you to define a condition in your project (similar to the #define statement) and thus switch the code in all the disable structures in the project at the same time from FULL_VERSION to DEBUG.
08-29-2007 07:43 AM
Thank you... that's just what I was looking for.
I've now set a symbol in my project called DEMO. Everywhere the DLLs are called now has a conditional disable in it When DEMO == True the code that calls the DDL's are disabled.
Thanks to you both for taking the time to help me.
08-30-2007 05:10 AM
08-31-2007 11:54 PM