I want to adapt an existing project in visual C++. It compiles nicely, but I cannot debug, nor execute the resulting program. The original program was made using Visual Studio 6.0 and works fine on the computer of the original user. When I try to debug I get the information below. Given that I'm not a professional programmer, this makes no sense to me. I know this is not much information, but does anyone have a clue why debugging and executing is failing here?
Code:
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 'C:\WINDOWS\system32\comdlg32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\shlwapi.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\msvcrt.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\comctl32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\shell32.dll', no matching symbolic information found.
Loaded symbols for 'C:\WINDOWS\system32\MFCO42D.DLL'
Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\uxtheme.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\MSCTF.dll', no matching symbolic information found.
Warning: destroying CMultiDocTemplate with 1 documents alive.
Detected memory leaks!
Dumping objects ->
D:\Program Files\Microsoft Visual Studio\Common\Gabor_array\Rotate\RotateView.cpp(24) : {181} client block at 0x00328160, subtype 0, 112 bytes long.
a CRotateView object at $00328160, 112 bytes long
strcore.cpp(118) : {177} normal block at 0x003280D8, 61 bytes long.
Data: < 0 0 Rot> 01 00 00 00 30 00 00 00 30 00 00 00 0A 52 6F 74
D:\Program Files\Microsoft Visual Studio\Common\Gabor_array\Rotate\ChildFrm.cpp(18) : {176} client block at 0x00327FD0, subtype 0, 200 bytes long.
a CChildFrame object at $00327FD0, 200 bytes long
D:\Program Files\Microsoft Visual Studio\Common\Gabor_array\Rotate\RotateDoc.cpp(24) : {174} client block at 0x00327B50, subtype 0, 896 bytes long.
a CRotateDoc object at $00327B50, 896 bytes long
array_p.cpp(110) : {170} normal block at 0x00327AF8, 20 bytes long.
Data: < hk2 > 00 00 00 00 68 6B 32 00 00 00 00 00 CD CD CD CD
array_p.cpp(71) : {169} normal block at 0x00327AB0, 4 bytes long.
Data: < > 00 00 00 00
winfrm2.cpp(66) : {168} client block at 0x003279C8, subtype 0, 168 bytes long.
a CDockBar object at $003279C8, 168 bytes long
array_p.cpp(71) : {167} normal block at 0x00327980, 4 bytes long.
Data: < > 00 00 00 00
winfrm2.cpp(66) : {166} client block at 0x00327898, subtype 0, 168 bytes long.
a CDockBar object at $00327898, 168 bytes long
array_p.cpp(71) : {165} normal block at 0x00327850, 4 bytes long.
Data: < > 00 00 00 00
winfrm2.cpp(66) : {164} client block at 0x00327768, subtype 0, 168 bytes long.
a CDockBar object at $00327768, 168 bytes long
winfrm2.cpp(66) : {162} client block at 0x00327680, subtype 0, 168 bytes long.
a CDockBar object at $00327680, 168 bytes long
bardock.cpp(735) : {161} normal block at 0x00327438, 176 bytes long.
Data: < K_ > 9C 01 4B 5F CD CD CD CD CD CD CD CD CD CD CD CD
strcore.cpp(118) : {160} normal block at 0x00327628, 17 bytes long.
Data: < SCRL> 01 00 00 00 04 00 00 00 04 00 00 00 53 43 52 4C
strcore.cpp(118) : {159} normal block at 0x003275D0, 16 bytes long.
Data: < NUM > 01 00 00 00 03 00 00 00 03 00 00 00 4E 55 4D 00
strcore.cpp(118) : {158} normal block at 0x00327578, 16 bytes long.
Data: < CAP > 01 00 00 00 03 00 00 00 03 00 00 00 43 41 50 00
{154} normal block at 0x00327318, 80 bytes long.
Data: < > 00 00 00 00 00 01 00 00 00 01 00 08 00 00 00 00
plex.cpp(31) : {151} normal block at 0x00327260, 124 bytes long.
Data: < pr2 hk2 > 00 00 00 00 70 72 32 00 00 00 00 00 68 6B 32 00
strcore.cpp(118) : {139} normal block at 0x00326D00, 19 bytes long.
Data: < Rota> 01 00 00 00 06 00 00 00 06 00 00 00 52 6F 74 61
strcore.cpp(118) : {137} normal block at 0x00326C50, 18 bytes long.
Data: < M+ m> 01 00 00 00 05 00 00 00 05 00 00 00 4D 2B 20 6D
strcore.cpp(118) : {136} normal block at 0x00325BE8, 16 bytes long.
Data: < I i > 01 00 00 00 03 00 00 00 03 00 00 00 49 20 69 00
D:\Program Files\Microsoft Visual Studio\Common\Gabor_array\Rotate\Rotate.cpp(75) : {135} client block at 0x00326148, subtype 0, 2752 bytes long.
a CMainFrame object at $00326148, 2752 bytes long
Object dump complete.
The thread 0xBD0 has exited with code 1 (0x1).
The program 'D:\Program Files\Microsoft Visual Studio\Common\Gabor_array\Rotate\Debug\Rotate.exe' has exited with code 1 (0x1).