可能重复:
Why does fatal error “LNK1104: cannot open file 'C:\Program.obj'” occur when I compile a C++ project in Visual Studio?
您能告诉我这个错误在c++致命错误LNK1104:无法打开文件'omniorb414_rtd.lib‘中意味着什么吗?
发布于 2011-04-05 16:59:11
在Configuration >Linker->General中,将路径添加到库的附加库目录下的目录中。
根据您的评论,路径应该是“C:\Dev\3 3rdPartytoolkits”。
https://stackoverflow.com/questions/5552788
相似问题