Re: [Quickfix-developers] Problem building .NET version with MySQL
Brought to you by:
orenmnero
From: Oren M. <ore...@ya...> - 2003-04-28 20:08:56
|
Under VS.NET you need to add the MySQL include and lib directories to the environment. You do this by going to the Project->VC++ Directories menu and adding the mysql include and library paths (there is an include and a library section for adding paths). Choudhury Arindam <Ari...@ca...> wrote: Hi, I am trying to build version 1.4.0 of QuickFix using Visual Studio.NET. I have changed config_windows.h to reflect availability of MySQL. I have updated the environment variable INCLUDE to include MySQL paths. Initially I got C1083 compilation errors saying that the file mysql.h could not be opened. As a temporary workaround, I added the full paths for mysql.h in the includes. The next problem that I get is a linkage error LNK1104 saying that it cannot open file libMySQL.lib. Not sure what needs to be done. Being a newbie to Visual Studio .NET, I am at my wits end. Any help you can provide will be really appreciated. Thanks, Arindam ************************************************************************ The information in this email is confidential and is intended solely for the addressee(s). Access to this email by anyone else is unauthorised. If you are not an intended recipient, please notify the sender of this email immediately. You should not copy, use or disseminate the information contained in the email. Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Capco. http://www.capco.com *********************************************************************** --------------------------------- Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. |