Re: NEWBIE
- From: "Nishant Sivakumar" <nish@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 2 Dec 2005 10:53:14 -0500
Huh? Are you saying that the Express edition cannot compile a non-CLR app?
--
Regards,
Nish [VC++ MVP]
"Peter Oliphant" <poliphant@xxxxxxxxxxxxxxxx> wrote in message
news:%23P5KHb19FHA.2676@xxxxxxxxxxxxxxxxxxxxxxx
> You want to use "/clr:oldSyntax".
>
> Go to your project's Properties (right click on it in Solution Explorer).
> Look for the "Common Language Runtime Support" option under "Configuration
> Properties : General - Project Defaults" (it should actually be what
> comes up when you first open Properties). Make sure this is set to
> 'clr/oldSyntax' (click on this line, select from drop down option list).
>
> Then, do NOT use and '__value' or '__ref', or any other gc syntax, and
> that should do it! : )
>
> [==P==]
>
> "Chris Herrington" <chris@xxxxxxxxxx> wrote in message
> news:uRfVFU19FHA.740@xxxxxxxxxxxxxxxxxxxxxxx
>>I am new to VC++ and want to write and unmanaged application using 2005
>>visual studio. I do not want to use the dot net environment and was told
>>that I can write unmanaged application using 2005. Can anyone help me by
>>telling my what kind of project I need to create to make this possible?
>>
>> Thanks in adance
>>
>> Chris Herrington
>>
>
>
.
- Follow-Ups:
- Re: NEWBIE
- From: Bo Persson
- Re: NEWBIE
- References:
- NEWBIE
- From: Chris Herrington
- Re: NEWBIE
- From: Peter Oliphant
- NEWBIE
- Prev by Date: Re: NEWBIE
- Next by Date: Re: NEWBIE
- Previous by thread: Re: NEWBIE
- Next by thread: Re: NEWBIE
- Index(es):
Relevant Pages
|