debug assertion failed! program:c:..\debug\vov1.exe file: wincore.cpp line:320 for information on how your program can cause an assertion failure,see the visual c++ documentation on asserts (press retry to debug the application)
这个文件 wincore.cpp 好象也没这个文件啊
发表于:2008-02-18 16:21:3111楼 得分:0
恩 我试试 看看那里出断言 谢谢你
发表于:2008-02-18 16:23:5212楼 得分:0
这个文件在vc的安装目录下,你到这里找。当然没有在你的工作区目录
我打开看了,错误行(320)指向 bool cwnd::attach(hwnd hwndnew) { assert(m_hwnd == null); // only attach once, detach on destroy