Re: Adding Support for Managed Extensions
- From: "William DePalo [MVP VC++]" <willd.no.spam@xxxxxxxx>
- Date: Thu, 18 Aug 2005 10:24:41 -0400
"Jaster" <Jaster@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:2F8471BB-0122-4D86-9506-81F6C9C78D3F@xxxxxxxxxxxxxxxx
> Hi. i got some trouble including Managed C++.
> Refering to:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmxspec/html/vcmg_overview.asp.
>
> There is no "Compile As Managed" property in the General folder under
> C/C++.
There should be one labeled "Used Managed Extension" which you have to set
to Yes.
> Ive tried Adding /clr to the command line, but i recive:
> /clr incomatible to /rtc1
> changing /RTC1 to something differnt seems not to take Effect, i still
> recive the same Error.
Open the "C++ folder" in your project's property settings. Click the 'Code
Generation' item beneath it. In the right pane set 'Basic Runtime Checks' to
default.
<rant>
You are of course free to create a project any way you like. I suggest that
you use the wizard, tell it what kind of application you are building and
let it choose a set of compatible options.
</rant>
Regards,
Will
.
- References:
- Adding Support for Managed Extensions
- From: Jaster
- Adding Support for Managed Extensions
- Prev by Date: Adding Support for Managed Extensions
- Next by Date: Re: where to place array initialization?
- Previous by thread: Adding Support for Managed Extensions
- Index(es):
Relevant Pages
|