B
baronics
My Win CE 5.0 app is a combination of C# (using VS .NET 2003) and unmanaged
DLL's in C/C++ (using eMbedded VC 4.0).
I'm using Interop services to make the call from .NET to the unmanaged code.
Using VS.NET, how can I set a breakpoint in a function within one of the DLL's
and step into that code?
I have created a project within VS.NET for my unmanaged DLL and use a batch
file to do the 'make'. I set a breakpoint in my DLL source and when I run,
the breakpoint indicator turns into a question mark and complains:
"The breakpoint will not currently be hit. No symbols have been loaded for
this document."
When running under eVC using a test app, the debug info is available, so I
know it's there.
baronics.
DLL's in C/C++ (using eMbedded VC 4.0).
I'm using Interop services to make the call from .NET to the unmanaged code.
Using VS.NET, how can I set a breakpoint in a function within one of the DLL's
and step into that code?
I have created a project within VS.NET for my unmanaged DLL and use a batch
file to do the 'make'. I set a breakpoint in my DLL source and when I run,
the breakpoint indicator turns into a question mark and complains:
"The breakpoint will not currently be hit. No symbols have been loaded for
this document."
When running under eVC using a test app, the debug info is available, so I
know it's there.
baronics.