欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
SOCI
来自开放百科 - 灰狐
(版本间的差异)
(→Windows) |
|||
(未显示1个用户的2个中间版本) | |||
第8行: | 第8行: | ||
*[[Firebird]] | *[[Firebird]] | ||
*[[ODBC]] | *[[ODBC]] | ||
+ | ==Windows== | ||
+ | Visual C++ 2005 (8.0) | ||
+ | |||
+ | 1. dll | ||
+ | * soci_dll.sln - solution to build SOCI as DLL libraries | ||
+ | * build.bat - calls MSBuild to build soci_dll.sln from command line. | ||
+ | * clean.bat - cleans project tree from binaries and objects | ||
+ | |||
+ | 2. lib | ||
+ | * soci_lib.sln - solution to build SOCI as Static libraries | ||
+ | * build.bat - calls MSBuild to build soci_lib.sln from command line. | ||
+ | * clean.bat - cleans project tree from binaries and objects | ||
+ | |||
+ | 3. soci.vsprops - common Visual Studio Properties Sheet | ||
+ | * Defines common macros used by all Visual C++ 2005 project files. | ||
==Links== | ==Links== | ||
*http://soci.sourceforge.net/ | *http://soci.sourceforge.net/ | ||
*http://docs.huihoo.com/soci | *http://docs.huihoo.com/soci |
2010年3月3日 (三) 09:00的最后版本
SOCI: The C++ Database Access Library
Supported
[编辑] Windows
Visual C++ 2005 (8.0)
1. dll
- soci_dll.sln - solution to build SOCI as DLL libraries
- build.bat - calls MSBuild to build soci_dll.sln from command line.
- clean.bat - cleans project tree from binaries and objects
2. lib
- soci_lib.sln - solution to build SOCI as Static libraries
- build.bat - calls MSBuild to build soci_lib.sln from command line.
- clean.bat - cleans project tree from binaries and objects
3. soci.vsprops - common Visual Studio Properties Sheet
- Defines common macros used by all Visual C++ 2005 project files.
[编辑] Links
分享您的观点