0
我有使用myDll.dll的應用程序myApp.exe。 Dll編譯爲Release
模式。 myQApp.exe正在以Debug
配置模式運行。在將myDll.dll函數調用異常惜售:調試/發佈配置影響編譯後的二進制
Windows has triggered a breakpoint in myApp.exe.
This may be due to a corruption of the heap, which indicates a bug in myApp.exe or any of the DLLs it has loaded.
This may also be due to the user pressing F12 while myApp.exe has focus.
The output window may have more diagnostic information.
當我把DLL是與調試配置編譯一切去罰款。我應該在代碼中查找一些錯誤還是調試/發佈模式可以對此異常產生影響?