Kinook Software Forum

Go Back   Kinook Software Forum > Visual Build Professional > [VBP] Third Party Tools

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 10-09-2005, 06:36 PM
berserkk berserkk is online now
Registered User
 
Join Date: 10-09-2005
Posts: 2
changing conditional compilation arguments

Hi is there a way to alter the conditional compilation arguments in a vbp project.
in particular we want to change 1 argument ( isdebug=1 )
to ( isDebug=0 ) and leave other arguments unaltered. Is this a possibility?
Thanks for your assisntance.
Reply With Quote
  #2  
Old 10-10-2005, 02:11 PM
kevina kevina is online now
Registered User
 
Join Date: 03-26-2003
Posts: 825
Visual Build Professional currently doesn't provide an entry field specifically for entering conditional compilation values, however you can easily specify them in the "additional values ..." field on the Options tab using the /d flag.

In your case you would simply enter /d isDebug=0 in the additional values field on the Options tab.

Here is the MS website documenting this feature and related command-line vb compiler flag: http://msdn.microsoft.com/library/de...ompilation.asp

Note: this won't actually alter the Visual Basic project, but will simply override the value specified in the project file (which remains unchanged). I assume this is what you are requesting.
Reply With Quote
  #3  
Old 10-10-2005, 06:26 PM
berserkk berserkk is online now
Registered User
 
Join Date: 10-09-2005
Posts: 2
Cool

Thanks that was what i was after =)
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT -5. The time now is 09:50 AM.


Copyright © 1999-2023 Kinook Software, Inc.