Skip to Content.
Sympa Menu

freetds - Re: [freetds] current FreeTDS with Visual Studio 2008 (VC9)

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Neuhauser, Roman (GE Capital, consultant)" <Roman.Neuhauser AT ge.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] current FreeTDS with Visual Studio 2008 (VC9)
  • Date: Wed, 18 Aug 2010 15:27:27 +0100

From: freetds-bounces AT lists.ibiblio.org
> 2010/8/17 Frediano Ziglio <freddy77 AT gmail.com>:
> > 2010/8/16 Neuhauser, Roman (GE Capital, consultant)
> <Roman.Neuhauser AT ge.com>:
> >> hello,
> >>
> >> i'm trying to build freetds-0.83.dev.20100810 with VC9 Express
> >> and Windows SDK 6.1.  odbc.c does not compile with the errors
> >> below (also attached).  i'm an amateur in C and more so when it
> >> comes to Visual Studio.  can someone help me past the problem?
> >>
> >> c:\php-sdk\php533\vc9\x86\freetds-0.83.dev.20100810\src\odbc\sqlwparams.h(23)
> >> : error C2375: 'SQLDriverConnect' : redefinition; different linkage
> >> c:\Program Files\Microsoft SDKs\Windows\v6.1\\include\sqlext.h(1683) :
> >> see declaration of 'SQLDriverConnect'
> >
> > Confirmed. msvc does not like two definition one with
> > __declspec(dllexport) and another without...
>
> Fixed.
>
> freddy77

thanks a lot! but now i have another nag: the "Nightly snapshot"
i downloaded today is the same as the one i downloaded two days ago,
and it looks like it hasn't been regenerated since 2010-08-10, since
the top-level dir it contains is called freetds-0.83.dev.20100810.



Archive powered by MHonArc 2.6.24.

Top of Page