1、我用的是简体中文版vc++6.0,在此环境下打开含有繁体中文的注释的原程序的时候,
出现乱码,怎么办?
2、在vc++6.0 windows98 下,运行用window32 Application 程序,总出现类似下面的错误:
   ------------------Configuration: HelloMsg - Win32 Release--------------------
Compiling...
HelloMsg.c
Linking...
LINK : fatal error LNK1104: cannot open file "Release/HelloMsg.exe"
Error executing link.exe.HelloMsg.exe - 1 error(s), 0 warning(s)
-------------------Configuration: Generic - Win32 Debug--------------------
Linking...
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/Generic.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.Generic.exe - 2 error(s), 0 warning(s)怎么办?是不是要设环境变量?如何设环境变量? (急死我了,希望那位大哥大姐告诉我,谢谢)
3.在什么地方能下载到MSDN?