您的位置:首页 > 编程语言 > C#

C#中调试C++代码(C++的DLL是通过Import引入的)

2011-11-03 10:27 429 查看
The procedure that you have mentioned for debugging unmanaged C++ dll from C# application, works in the DESKTOP(Windows, .NET framework) but if we are doing it in WinCE 5.0 (.NET compact framework 2.0), the breakpoint in the unmanaged dll is not getting enabled

Moreover, if you are developing C# application for desktop(.NET), then an option is available in the following location:-

Project Property-> "Debug" tab->Enable debuggers->enable unmanaged code debugging.

However, this option is not atall available for C# embedded applications.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: