Re: .NET Runtime is probably required to run a .NET built EXE, Is



Hi Siva,

I am sorry, but I don´t know about managed C++ apart from that it exists and
it is different from classic Win32 C++. Maybe someone else can answer you,
but if not, I would recommend to start a new Managed C++ project from
scratch and add your code there. Also, read some docs before migrating a MFC
project to .NET may not be so easy.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com

"sivakumaran" <sivakumaran@xxxxxxxxxxxxxxxxxxxxxxxxx> escribió en el mensaje
news:645EAFA5-E407-4CD7-A093-F9EE0B3699CE@xxxxxxxxxxxxxxxx
>
> That is great of you.
>
> Please tell me what I am doing is right?
> Say I am having a MFC project ( VC6.0 .dsw (or) .dsp file whatever )
> I try to open that project in a VS .NET 2003 IDE, It converts the existing
> format
> of the project file to its own format.
> I go the configuration properties page, I see an option like 'Use Managed
> Extensions' is disabled in this case( Obviously because it is not a
> Managed
> C++ code ).
>
> Can I turn on that 'Managed C++ Extensions' property and proceed building
> that code. Would it be a right way to do?
>
> I tried and I got an error.
>
>
> cl : Command line error D2016 : '/YXstdafx.h' and '/clr' command-line
> options are incompatible.
>
> So what do I do?
>
> Siva.


.



Relevant Pages