Question:
Is is possible to debug a program in Microsoft visual c++ (VC++ 6)in windows XP with SP2? if possible then how
shaikat
2006-05-07 13:25:55 UTC
when i used windows xp with sp1 then there was no problem. but when i installed winxp sp2 i got some problem with debugging program in vc++. when i try to start debugging i have got the folloeing message "
Loaded 'ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
The thread 0xCD4 has exited with code -1 (0xFFFFFFFF).
The program 'C:\TC\BIN\Debug\MYPROB.exe' has exited with code -1 (0xFFFFFFFF). " i also try to solve the problem by re-installing fresh install by several times. If anyone know the solution of that problem than please explain how it it possible. thanks in advance
Three answers:
justme
2006-05-07 13:32:05 UTC
you should still be able to debug your code. the messages you are seeing just say that there is no debug info for the .dll files. you cant debug into the .dll's, but you can still do your code.
2006-05-07 14:01:55 UTC
yes, you should still be able to debug your code
geddings
2016-09-27 20:15:42 UTC
right now there's no longer an improve direction. you will might desire to thoroughly reinstall your courses. i might anticipate MS to launch an improve version quickly after the final launch.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...