Skip to Content.
Sympa Menu

freetds - Re: [freetds] RE : [Patch] for MS Visual Studio project files

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: LacaK <lacak AT zoznam.sk>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] RE : [Patch] for MS Visual Studio project files
  • Date: Tue, 03 Apr 2012 07:54:25 +0200


Hi,
can you please update MS VS project files (in directory Win32/msvc6) with new added files (dbpivot.c and socketpair.c)
Please check if patch is correct ;-)
Thanks
-Laco.


There are some other changes needed with latest version from git:
- win_mutex.c is not in ../src/tds anymore but in ../src/replacements
- the use of TryEnterCriticalSection in win_mutex.c requires the addition of
the preprocessor define _WIN32_WINNT=0x0400 or higher to avoid 'error
LNK2019: unresolved external symbol _TryEnterCriticalSection referenced in
function _tds_win_mutex_trylock' on win32 only. Define to be added to
libTDS.

Hi Ludo,
Thanks. Can you please create patch, which will fix above mentioned problems, so we can use Visual Studio project files also in future?
TIA
-Laco.
Ludo

_______________________________________________
FreeTDS mailing list
FreeTDS AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds






Archive powered by MHonArc 2.6.24.

Top of Page