Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FreeTDS/freetds
Official FreeTDS repository
https://github.com/FreeTDS/freetds
Last synced: 13 days ago
JSON representation
Official FreeTDS repository
- Host: GitHub
- URL: https://github.com/FreeTDS/freetds
- Owner: FreeTDS
- License: gpl-2.0
- Created: 2013-10-12T02:04:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T18:15:27.000Z (18 days ago)
- Last Synced: 2024-10-26T20:13:21.763Z (18 days ago)
- Language: C
- Homepage: http://www.freetds.org/
- Size: 14.4 MB
- Stars: 462
- Watchers: 48
- Forks: 160
- Open Issues: 78
-
Metadata Files:
- Readme: README.Windows
- Changelog: ChangeLog
- License: COPYING.txt
- Authors: AUTHORS.md
Awesome Lists containing this project
README
README for FreeTDS
==================This readme provide specific information for Windows environment.
Please read README file for generic intro.FROM SCRATCH
------------These instructions should suffice in order to set up any project file you need.
1. FreeTDS compile with ANSI strings.
2. Every library have a proper directory where you can include every C file you find
inside (not recursively)* replacements here there is an exception, do not include ptw32_MCS_lock.c file
* tds
* dblib
* ctlib
* odbc3. All libraries depends on replacements one (except replacements obviously),
dblib, ctlib and odbc depends on tds.4. You should add ws2_32.lib to dependencies.
5. Replacements and TDS library are designed to be static libraries.
6. You have to define UNIXODBC macro (for ODBC stuff).
7. you need to include win32 and include directory (in this order!)