| 晓洁's profilewanderingPhotosBlogLists | Help |
|
January 15 备忘录---fatal error LNK1104: cannot open file 'LIBC.lib' 解决方法【原】
命令行模式下使用VC6,编译时,cl [源文件名]
出现"fatal error LNK1104: cannot open file 'LIBC.lib' ",只有.obj文件,没有链接文件.exe
解决方法:
命令行下:
切换目录至C:\Program Files\Microsoft Visual Studio\VC98\Bin(根据自己VC的路径)
执行VCVARS32.BAT文件:C:\Program Files\Microsoft Visual Studio\VC98\Bin\VCVARS32.BAT
查看路径是否加载set path
加载成功,运行源文件,即可
TrackbacksThe trackback URL for this entry is: http://jierea-ya.spaces.live.com/blog/cns!D299E40D4F962C1C!303.trak Weblogs that reference this entry
|
|
|