Re: [Fwd: FreeTDS for MS VC++ 2010]
LacaK <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
> this dependency is duo to the runtime libraries option you use to > compile your library, > > got to the libTDS project properties and > under "C/C++" -> code generating, -> change the MT (Runtime Library) > property From Multi Threaded [Debug] DLL to Multi Threaded [Debug]. > ;-) Yes it works now, without need of Runtime libraries (of course final size of dblib.dll is about 100K larger) > > PS, you can use a redistribution "C runtime Library" package from MS > and use the DLL MT function. Yes Thank you -Laco.