Imported from previous forum
I am using Visual Studio 2005 to get a QuickFIX based application up and running. However when I build, I get a link error “fatal error LNK1104: cannot open file 'quickfix.lib,”. Can anyone shed some light on what I need to do to eliminate this link error?
- My project resides in C:\Projects\FIX Tester.
- Quickfix is in C:\Projects\FIX Tester\quickfix.
- quickfix.lib is in C:\Projects\FIX Tester\quickfix\lib.
- Per http://www.quickfixengine.org/quickfix/doc/html/project.html#Windows%20(C++), I have entered “quickfix.lib, ws2_32.lib” under Project > Properties > Configuration Properties > Linker > Input > Additional Dependencies.
- Per http://www.quickfixengine.org/quickfix/doc/html/project.html#Windows%20(C++), I have entered “C:\Projects\FIX Tester\quickfix\lib” under > Project > Properties > Configuration Properties > Linker > General > Additional Library Directories"
Rather than have this discussion here, I would recommend taking this to the QuickFIX mailing list. Information on joining is available on our website.
I am using Visual Studio 2005 to get a QuickFIX based application up and
running. However when I build, I get a link error “fatal error LNK1104:
cannot open file 'quickfix.lib,”. Can anyone shed some light on what I
need to do to eliminate this link error?
- My project resides in C:\Projects\FIX Tester.
- Quickfix is in C:\Projects\FIX Tester\quickfix.
- quickfix.lib is in C:\Projects\FIX Tester\quickfix\lib.
- Per http://www.quickfixengine.org/quickfix/doc/html/project.html#Wind-
ows%20(C++), I have entered “quickfix.lib, ws2_32.lib” under Project >
Properties > Configuration Properties > Linker > Input > Additional
Dependencies.- Per http://www.quickfixengine.org/quickfix/doc/html/project.html#Wind-
ows%20(C++), I have entered “C:\Projects\FIX Tester\quickfix\lib"
under > Project > Properties > Configuration Properties > Linker >
General > Additional Library Directories”