C ++链接错误 - 无法打开文件'omniorb414_rtd.lib'

时间:2011-04-05 13:41:34

标签: c++ visual-studio

  

可能重复:
  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'

1 个答案:

答案 0 :(得分:1)

在“配置属性” - >“链接器” - >“常规”中,添加您的库所在目录的路径,位于“其他库目录”下。

根据您的评论,路径应为“C:\ Dev \ 3rdPartytoolkits”。