Re: Working against MS db-lib source compatibility
Ken Collins <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
OK, I think I got it! Had to look at tds_sysdep_public.h to see. Basically I had to do this. #undef MSDBLIB #define SYBDBLIB > > If someone has compiled FreeTDS with --enable-msdblib, how do I make my client ignore that? I have put things like "#undef MSDBLIB" or "#define MSDBLIB 0" in my headers and I still can not compile my lib against FreeTDS due to a bunch of DBDATEREC errors. This just likely show my wake C-fu. > > - Ken > _______________________________________________ > FreeTDS mailing list > [email protected] > http://lists.ibiblio.org/mailman/listinfo/freetds