Re: [Quickfix-users] Visual Studio 2005
Brought to you by:
orenmnero
From: Keith M. <ke...@ja...> - 2007-09-14 07:36:19
|
Visual Studio 2005Click on the Project->ProjectName Properties. Expand Configuration Properties. Expand Linker. Click on General. Add the location of quickfix.lib (usually quickfix/lib/debug for debug builds or quickfix/lib/release for release builds) to Additional Library Directories. Click on Input. Add quickfix.lib to Additional Dependencies. It should now build correctly. HTH Keith -----Original Message----- From: qui...@li... [mailto:qui...@li...]On Behalf Of Bobby Richards Sent: 14 September 2007 04:26 To: qui...@li... Subject: [Quickfix-users] Visual Studio 2005 All, I am not to familiar with visual studio (not for years) I have quickfix working on OS X and Linux but I cant get it working on windows. I opened the quickfix_vs8 solution file and built everything, it seemed to work, no errors but then when I tried to load a sample and build/run it I get the error 'cannot open file 'quickfix.lib' which obviously means I did not do it right. Is there a particular location that I need to extract the quickfix directory to, and then build the project? All help is greatly appreciated. Bobby |