Home All Groups Group Topic Archive Search About

Define a compilation switch

Author
26 Jun 2006 3:43 PM
Samuel Shulman
in VB.NET 2005

How can I do that?

Samuel

Author
26 Jun 2006 4:02 PM
Sanjib Biswas
Application Properties -> Compile

Show quoteHide quote
"Samuel Shulman" <samuel.shul***@ntlworld.com> wrote in message
news:%23r6j8cTmGHA.4512@TK2MSFTNGP04.phx.gbl...
> in VB.NET 2005
>
> How can I do that?
>
> Samuel
>
Author
26 Jun 2006 4:11 PM
Samuel Shulman
Thank you,


I have express version, is that it why I don't seem to have this option


Show quoteHide quote
"Sanjib Biswas" <sanjib.bis***@ieee.org> wrote in message
news:O729jnTmGHA.2112@TK2MSFTNGP04.phx.gbl...
> Application Properties -> Compile
>
> "Samuel Shulman" <samuel.shul***@ntlworld.com> wrote in message
> news:%23r6j8cTmGHA.4512@TK2MSFTNGP04.phx.gbl...
>> in VB.NET 2005
>>
>> How can I do that?
>>
>> Samuel
>>
>
>
Author
26 Jun 2006 4:26 PM
Sanjib Biswas
I am also using VB.Net 2005 Express Edition. In the Solution Explorer
window, if you select the project name and then click on the Properties
button in the Solution Explorer pane, you don't see 'Application',
'Compile', 'Debug' etc? You can also go to properties from the Project
menu -> <Project name> Properties...

Regards
Sanjib

Show quoteHide quote
"Samuel Shulman" <samuel.shul***@ntlworld.com> wrote in message
news:OSxmpsTmGHA.1488@TK2MSFTNGP02.phx.gbl...
> Thank you,
>
>
> I have express version, is that it why I don't seem to have this option
>
>
> "Sanjib Biswas" <sanjib.bis***@ieee.org> wrote in message
> news:O729jnTmGHA.2112@TK2MSFTNGP04.phx.gbl...
>> Application Properties -> Compile
>>
>> "Samuel Shulman" <samuel.shul***@ntlworld.com> wrote in message
>> news:%23r6j8cTmGHA.4512@TK2MSFTNGP04.phx.gbl...
>>> in VB.NET 2005
>>>
>>> How can I do that?
>>>
>>> Samuel
>>>
>>
>>
>
>
Author
26 Jun 2006 4:32 PM
Samuel Shulman
I could see the tab but I can't find anywhere to add the constants

btw, I added a #Define to the program but it is better to define in a
central location

Thank you


Show quoteHide quote
"Sanjib Biswas" <sanjib.bis***@ieee.org> wrote in message
news:eQzMT1TmGHA.4436@TK2MSFTNGP05.phx.gbl...
>I am also using VB.Net 2005 Express Edition. In the Solution Explorer
>window, if you select the project name and then click on the Properties
>button in the Solution Explorer pane, you don't see 'Application',
>'Compile', 'Debug' etc? You can also go to properties from the Project
>menu -> <Project name> Properties...
>
> Regards
> Sanjib
>
> "Samuel Shulman" <samuel.shul***@ntlworld.com> wrote in message
> news:OSxmpsTmGHA.1488@TK2MSFTNGP02.phx.gbl...
>> Thank you,
>>
>>
>> I have express version, is that it why I don't seem to have this option
>>
>>
>> "Sanjib Biswas" <sanjib.bis***@ieee.org> wrote in message
>> news:O729jnTmGHA.2112@TK2MSFTNGP04.phx.gbl...
>>> Application Properties -> Compile
>>>
>>> "Samuel Shulman" <samuel.shul***@ntlworld.com> wrote in message
>>> news:%23r6j8cTmGHA.4512@TK2MSFTNGP04.phx.gbl...
>>>> in VB.NET 2005
>>>>
>>>> How can I do that?
>>>>
>>>> Samuel
>>>>
>>>
>>>
>>
>>
>
>
Author
26 Jun 2006 4:48 PM
Sanjib Biswas
Unless you are willing to add some extra code to read a properties file, I
am not aware of any other ways other than what you just mentioned. But it
seems to me VC#.Net has conditional compilation symbols option under 'Build'
tab of the project properties window.

Regards
Sanjib

Show quoteHide quote
"Samuel Shulman" <samuel.shul***@ntlworld.com> wrote in message
news:%23K%23yQ4TmGHA.5076@TK2MSFTNGP02.phx.gbl...
>I could see the tab but I can't find anywhere to add the constants
>
> btw, I added a #Define to the program but it is better to define in a
> central location
>
> Thank you
>
>
> "Sanjib Biswas" <sanjib.bis***@ieee.org> wrote in message
> news:eQzMT1TmGHA.4436@TK2MSFTNGP05.phx.gbl...
>>I am also using VB.Net 2005 Express Edition. In the Solution Explorer
>>window, if you select the project name and then click on the Properties
>>button in the Solution Explorer pane, you don't see 'Application',
>>'Compile', 'Debug' etc? You can also go to properties from the Project
>>menu -> <Project name> Properties...
>>
>> Regards
>> Sanjib
>>
>> "Samuel Shulman" <samuel.shul***@ntlworld.com> wrote in message
>> news:OSxmpsTmGHA.1488@TK2MSFTNGP02.phx.gbl...
>>> Thank you,
>>>
>>>
>>> I have express version, is that it why I don't seem to have this option
>>>
>>>
>>> "Sanjib Biswas" <sanjib.bis***@ieee.org> wrote in message
>>> news:O729jnTmGHA.2112@TK2MSFTNGP04.phx.gbl...
>>>> Application Properties -> Compile
>>>>
>>>> "Samuel Shulman" <samuel.shul***@ntlworld.com> wrote in message
>>>> news:%23r6j8cTmGHA.4512@TK2MSFTNGP04.phx.gbl...
>>>>> in VB.NET 2005
>>>>>
>>>>> How can I do that?
>>>>>
>>>>> Samuel
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
Author
26 Jun 2006 5:02 PM
Samuel Shulman
I am coming from VB.NET 2003 and it is under the build tab I expected
something similar in a later version

Samuel

Show quoteHide quote
"Sanjib Biswas" <sanjib.bis***@ieee.org> wrote in message
news:e6MfVBUmGHA.3736@TK2MSFTNGP05.phx.gbl...
> Unless you are willing to add some extra code to read a properties file, I
> am not aware of any other ways other than what you just mentioned. But it
> seems to me VC#.Net has conditional compilation symbols option under
> 'Build' tab of the project properties window.
>
> Regards
> Sanjib
>
> "Samuel Shulman" <samuel.shul***@ntlworld.com> wrote in message
> news:%23K%23yQ4TmGHA.5076@TK2MSFTNGP02.phx.gbl...
>>I could see the tab but I can't find anywhere to add the constants
>>
>> btw, I added a #Define to the program but it is better to define in a
>> central location
>>
>> Thank you
>>
>>
>> "Sanjib Biswas" <sanjib.bis***@ieee.org> wrote in message
>> news:eQzMT1TmGHA.4436@TK2MSFTNGP05.phx.gbl...
>>>I am also using VB.Net 2005 Express Edition. In the Solution Explorer
>>>window, if you select the project name and then click on the Properties
>>>button in the Solution Explorer pane, you don't see 'Application',
>>>'Compile', 'Debug' etc? You can also go to properties from the Project
>>>menu -> <Project name> Properties...
>>>
>>> Regards
>>> Sanjib
>>>
>>> "Samuel Shulman" <samuel.shul***@ntlworld.com> wrote in message
>>> news:OSxmpsTmGHA.1488@TK2MSFTNGP02.phx.gbl...
>>>> Thank you,
>>>>
>>>>
>>>> I have express version, is that it why I don't seem to have this option
>>>>
>>>>
>>>> "Sanjib Biswas" <sanjib.bis***@ieee.org> wrote in message
>>>> news:O729jnTmGHA.2112@TK2MSFTNGP04.phx.gbl...
>>>>> Application Properties -> Compile
>>>>>
>>>>> "Samuel Shulman" <samuel.shul***@ntlworld.com> wrote in message
>>>>> news:%23r6j8cTmGHA.4512@TK2MSFTNGP04.phx.gbl...
>>>>>> in VB.NET 2005
>>>>>>
>>>>>> How can I do that?
>>>>>>
>>>>>> Samuel
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>