Build Log
--------------------Configuration: vm - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\Mack\LOCALS~1\Temp\RSP1E1.tmp" with contents [ /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/vm.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c "D:\ANTHONY\PROJECTS\CONSOLE APPS\vm\vm.cpp" ] Creating command line "cl.exe @C:\DOCUME~1\Mack\LOCALS~1\Temp\RSP1E1.tmp" Creating temporary file "C:\DOCUME~1\Mack\LOCALS~1\Temp\RSP1E2.tmp" with contents [ kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/vm.pdb" /debug /machine:I386 /out:"Debug/vm.exe" /pdbtype:sept ".\Debug\main.obj" ".\Debug\vm.obj" ] Creating command line "link.exe @C:\DOCUME~1\Mack\LOCALS~1\Temp\RSP1E2.tmp"Output Window
Compiling... vm.cpp Linking... LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main Debug/vm.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe.Results
vm.exe - 2 error(s), 0 warning(s)