I am developing an application in C# under 2003 version. I have to interface
with a DLL written in C for Windows.
I have the recompiled the DLL in Debug as well as my application. I have
also moved the DLL and PDB files to the Debug folder of my EXE file. When I
break in the C# application were it makes a call to the DLL and try to step
into the DLL as well as setting a break point in the DLL I cannot get into
the DLL. The break point in the DLL file has a '?' in the circle.
I deleted the files and recompiled the application and moved the above items
into the folder and I get the same results.
I hope that someone can give me the answer to this problem?
Jacky Kwok - 21 Oct 2004 02:29 GMT
> I am developing an application in C# under 2003 version. I have to interface
> with a DLL written in C for Windows.
[quoted text clipped - 9 lines]
>
> I hope that someone can give me the answer to this problem?
Do you use VisualStudio.Net to debug your app?
Make sure in your project "property pages\Configuration
Properties\Debugging\Enable Unmanaged debugging" is set to TRUE.

Signature
Jacky Kwok
jacky@alumni.cuhk.edu.hk
jacky@compose.com.hk