Re: Adding Support for Managed Extensions



"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


.



Relevant Pages

  • eVC3 + PPC2002 : There is no device installed. Please go to Configure Platform Manager to add a devi
    ... I can compile and the programs run on my iPAQ. ... The trouble is i can't debug as the compiler doesn't find my device ... ... ActiveSync is connecting through a wireless TCP/IP connection and works ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: Problems with netgraph
    ... If you'd said "trouble with mpd" then maybe I'd have looked earlier.. ... I'm surprised it 's calling rip_input.. ... did you statically compile it all in at compile time? ...
    (freebsd-net)
  • Re: Help with my shell
    ... code and compile it to see what the problem is, but the jobs is not ... Ed Morton wrote: ... exactly what "some trouble" is. ...
    (comp.unix.shell)
  • parse error before "sigset64_t"?
    ... I am attempting to compile the rssh utility and am running into a bit ... of trouble. ... I am able to successfully run configure in the install ...
    (comp.unix.aix)
  • Adding Support for Managed Extensions
    ... i got some trouble including Managed C++. ... Refering to: ... Ive tried Adding /clr to the command line, ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vc)