You need to add the SQL server include directory, it will probably be
something like this: C:\Program Files\Microsoft SQL
Server\80\Tools\DevTools\Include
You will also need to add the library directory which would be something
like this: C:\Program Files\Microsoft SQL Server\80\Tools\DevTools\Lib
--oren
Mike Smith wrote:
> In the building QuickFix documentation, it says the mssql include and
> library directories must be in the visual studio search paths. What
> I’ve done is add C:\Program Files\Microsoft Visual Studio\VC98\Include
> and C:\Program Files\Microsoft Visual Studio\VC98\Lib to the Path
> environment variable on my computer. I am still getting an error when
> I try to build QuickFix_vs8, saying that it cannot find sqlfront.h
>
> I have Visual Studio 6, .Net 1.1, .Net 2.0 and the sql server 2000
> client installed on my machine. I’m not sure what else I need to do.
>
> Thanks in advance,
>
> Mike
>
|