I have an application developed with MFC and I want to use .NET with the
Manged extentions.
I added the option /clr to the compiler, changed the debug information (/Zi)
and also set /ASSEMBLYDEBUG. The program runs fine and I can use the .Net
library, however I cannot insert breakpoints. Has anyone had a similar
problem? Am I missing some step?
Louren?o.
Louren?o Teodoro - 20 May 2004 17:46 GMT
The problem was that my executable was not being compiled with the /clr
option.
Louren?o.
> I have an application developed with MFC and I want to use .NET with the
> Manged extentions.
[quoted text clipped - 5 lines]
>
> Louren?o.