Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的操作系统是 x64 上的 Windows 7。
我正在尝试在我刚刚制作的 MFC 应用程序上使用地图文件,当我单击 CButton 时会崩溃。
此映射文件显示“首选加载地址为 00400000”,Visual Studio 调试器显示崩溃位置为0x775015de,这似乎太大了,非常错误。
这可能是因为我没有看到正确的崩溃位置。
如果我能弄清楚我错过了什么,那就太好了。
提前致谢。
切换断点并查看调用堆栈,如果可能的话,看看哪个函数导致程序崩溃。