Hi, Carl,
Thanks for the quick response. I am using Managed C++ extensions to wrap
the native C++ dll. I could not find the Enable unmanaged debugging property
in project properties. The property is available if the project is C#.
Is there anything else I could do?
Michael
"Carl Daniel [VC++ MVP]" wrote:
> Michael wrote:
> > I was wondering if it is possible and how to debug from managedC++
> > dll into unmanaged C++ code. I tried, but without any success.
> > What I try to do is to wrap a unmanaged C++ dll using a Managed C++
> > wrapper class so that managed code can access my unmanaged code.
>
> It's possible, but not recommended. There's an option in project properties
> under Configuration Properties|Debugging: Enable unmanaged debugging.
>
> I don't recommend it expect when you've tried everything else because
> mixed-mode debugging is very very (very) slow. Be sure to turn the option
> off when you're done.
>
> -cd
>
>
>
|