I'm using Visual C++ 6 to recompile the code and turn up with the linking error:
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/TreeInfo.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
TreeInfo.exe - 2 error(s), 0 warning(s)
Any idea how to go about modifying this and getting it to build and compile correctly? thanks in advance...
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/TreeInfo.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
TreeInfo.exe - 2 error(s), 0 warning(s)
Any idea how to go about modifying this and getting it to build and compile correctly? thanks in advance...