关于Win32

Win32 console Application 默认以main()为程序入口点而Win32 Application 则是WinMain() 参考:http://bbs.bccn.net/viewthread.php?tid=352959&pid=2024112&page=1
2011-10-19 23:12 | 阅读 895 次 | 评论 0 条

VC6.0编译器Select the stop Build command before closing the workspace问题

使用VC6.0编译器,关闭时,出现: You cannot close the workspace while a build is in progress. Select the stop Build command before closing the workspace 解决方案: One advice is to update to the latest service pack (SP6).更新服务包。1. Do not build simultaneously in multiple instances.2. Do not run any other instance ...
2011-08-29 22:46 | 阅读 2248 次 | 评论 0 条

用VC++6.0编译时显示Error spawning cl.exe应该如何解决

实际上这个问题很多情况下是由于路径设置的问题引起的,“CL.exe”是VC使用真正的编译器(编译程序),其路径在“VC根目录\VC98\Bin”下面,你可以到相应的路径下找到这个应用程序。因此问题可以按照以下方法解决:点击VC“TOOLS(工具)”—>“Option(选择)”—>“Directories(目录)”重新设置“Excutable Fils、Include Files、Library Files、Source Files”的路径。很多情况可能就一个盘符的不同(例如你的VC装在C,但是这些路径全部在D),改过来就OK了。 以上答案摘自:http://zhidao.baidu.c...
2011-08-26 09:16 | 阅读 1554 次 | 评论 0 条
浏览48168次