Possible Duplicate:
Why does fatal error “LNK1104: cannot open file 'C:\Program.obj'” occur when I compile a C++ project in Visual Studio?
Can you let me know what this error means in c++ fatal error LNK1104: cannot open file 'omniorb414_rtd.lib'
Possible Duplicate:
Why does fatal error “LNK1104: cannot open file 'C:\Program.obj'” occur when I compile a C++ project in Visual Studio?
Can you let me know what this error means in c++ fatal error LNK1104: cannot open file 'omniorb414_rtd.lib'
In Configuration Properties->Linker->General add the path to the directory your library lives in under Additional library Directories.
The path should be "C:\Dev\3rdPartytoolkits" according to your comment.