注册 登录
编程论坛 C++教室

请高手帮助

sundebao 发布于 2008-08-10 19:21, 734 次点击
Loaded 'ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\shimeng.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\imm32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\secur32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\lpk.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\usp10.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\msvcrt.dll', no matching symbolic information found.
First-chance exception in winmain.exe (USER32.DLL): 0xC0000005: Access Violation.
First-chance exception in winmain.exe (USER32.DLL): 0xC0000005: Access Violation.
First-chance exception in winmain.exe (USER32.DLL): 0xC0000005: Access Violation.
The program 'D:\winmain\Debug\winmain.exe' has exited with code 0 (0x0).
我生成窗口时候就会出现这个程序就关闭了.怎么解决啊.谢谢
3 回复
#2
YCVSCY2008-08-10 20:52
不能载入.dll,你是用什么编译器? 是VC 6.0吗?
可能是你在开始创建时没有把那个动态连接库的钩没打上.
#3
elegant872008-08-11 21:18
把程序贴上看看!就知道你哪里有问题了!
#4
xlh52252008-08-11 21:28
重装VC吧...
1