我有一个用C++写的DLL。它封装了一个静态库。我用ctype从python调用它。到现在为止还好。我需要调试DLL中的一些调用。我可以点击静态库中的断点,但不能点击DLL。我是这样做的,通过使用附加进程从调试菜单。代码如下所示:{ void foo() int i = 0; // Can't hit breakpo
当我使用VS2008构建我的项目时,我使用我自己的DLL。unhandled exception of type 'System.DllNotFoundException' occurred in DDKWidget.exe
附加信息:Unable to load the DLL"DDKLibA.dll": The specified module could not be found.DDKWidget和DDKLibA.dll是我的项目可执行文件,是我自己创建的DLL</e