Desktop Application with VC++ 6.0 MCSD Training Kit-Lab 14 Packaging and Deploying the STUpload Application 编译问题
haozi 2001-10-24 03:02:27 Desktop Application with Microsoft Visual C++ 6.0 MCSD Training Kit
Lab 14 Packaging and Deploying the STUpload Application 编译问题
其中的STLoadData.DLL 我在WIN32 DEBUG下编译未出现错误,可是我使用RELEASE
版编译时有错误出现为: Creating library ReleaseMinDependency/STLoadData.lib and object ReleaseMinDependency/STLoadData.exp
LIBCMT.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
ReleaseMinDependency/STLoadData.dll : fatal error LNK1120: 1 unresolved externals
不知为何? 望哥们指点!