Tengo desarrollado un programa, que compila y se ejecuta bien. El problema es que no hace lo que tiene que hacer...
Pero cuando me pongo a debugar, me sale un miss diciendo que todos mis breakpoints van a ser desabilitados y los siguientes miss de error:
Loaded 'D:\CMS\Debug\CMS.exe', no matching symbolic information found.
Loaded 'ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
Loaded symbols for 'C:\WINDOWS\system32\MFC42D.DLL'
Loaded symbols for 'C:\WINDOWS\system32\MSVCRTD.DLL'
Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found.
Loaded symbols for 'C:\WINDOWS\system32\MFCO42D.DLL'
Loaded 'C:\WINDOWS\system32\mfc42loc.dll', no matching symbolic information found.
The program 'D:\CMS\Debug\CMS.exe' has exited with code 0 (0x0).
Estoy usando Visual C++ 6 y windows.
Alguna idea de como puedo arreglar esto. Intentar hacer que el programa tire sin debug... es como una locura ...