I need to dynamically load and call .NET assembly from native
application, written in C++.
I'm trying to do this by creating a (managed) module, written in C++/
CLI, whose header can be #included from native code like normal C++
header, and whose .cpp file uses C++/CLI to actually load and
ca...
more >>
I have a VC6 ANSI C (console) project that I have recompiled sucessfully
under VS2005.
However, when I attempt to debug the code (step through) - my
breakpoints are disabled (msg : "beakpoints will not be hit"), and worse
still - I find that instead of steopping through my code, I am steppi...
more >>