⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 win32.html.svn-base

📁 絲路server源碼 Silk Road server source
💻 SVN-BASE
字号:
<HTML><HEAD><TITLE>Win32</TITLE><METANAME="GENERATOR"CONTENT="Modular DocBook HTML Stylesheet Version 1.74b"><LINKREL="HOME"TITLE="Libodbc++ Installation"HREF="book1.html"><LINKREL="UP"TITLE="Installation"HREF="installation.html"><LINKREL="PREVIOUS"TITLE="Installation"HREF="installation.html"></HEAD><BODYCLASS="SECT1"><DIVCLASS="NAVHEADER"><TABLESUMMARY="Header navigation table"WIDTH="100%"BORDER="0"CELLPADDING="0"CELLSPACING="0"><TR><THCOLSPAN="3"ALIGN="center">Libodbc++ Installation</TH></TR><TR><TDWIDTH="10%"ALIGN="left"VALIGN="bottom"><AHREF="installation.html"ACCESSKEY="P">Prev</A></TD><TDWIDTH="80%"ALIGN="center"VALIGN="bottom">Chapter 2. Installation</TD><TDWIDTH="10%"ALIGN="right"VALIGN="bottom">&nbsp;</TD></TR></TABLE><HRALIGN="LEFT"WIDTH="100%"></DIV><DIVCLASS="SECT1"><H1CLASS="SECT1"><ANAME="WIN32">Win32</A></H1><DIVCLASS="SECT2"><H2CLASS="SECT2"><ANAME="MSVC">MSVC</A></H2><P>A makefile for MSVC is provided in the win32 directory of the source distribution. Use          <TABLEBORDER="0"BGCOLOR="#E0E0E0"WIDTH="100%"><TR><TD><PRECLASS="SCREEN"><TTCLASS="USERINPUT"><B><BCLASS="COMMAND">nmake /f Makefile.w32 CFG=<TTCLASS="REPLACEABLE"><I>config</I></TT></B></B></TT></PRE></TD></TR></TABLE>          where <TTCLASS="REPLACEABLE"><I>config</I></TT> is one of:          <P></P><UL><LI><P><TTCLASS="LITERAL">debug-lib</TT> - Static library with debugging information. Builds                <TTCLASS="FILENAME">odbc++sd.lib</TT> in the <TTCLASS="FILENAME">debug-lib</TT> subdirectory.</P></LI><LI><P><TTCLASS="LITERAL">debug-dll</TT> - Shared library with debugging information. Builds                <TTCLASS="FILENAME">odbc++d.lib</TT> and <TTCLASS="FILENAME">odbc++d.dll</TT> in the <TTCLASS="FILENAME">debug-dll</TT>                subdirectory.</P></LI><LI><P><TTCLASS="LITERAL">prod-lib</TT> - Production static library. Builds <TTCLASS="FILENAME">odbc++s.lib</TT>                in the <TTCLASS="FILENAME">prod-lib</TT> subdirectory.</P></LI><LI><P><TTCLASS="LITERAL">prod-dll</TT> - Production shared library. Builds <TTCLASS="FILENAME">odbc++.lib</TT>                and <TTCLASS="FILENAME">odbc++.dll</TT> in the <TTCLASS="FILENAME">prod-dll</TT> subdirectory.</P></LI><LI><P><TTCLASS="LITERAL">unicode-debug-lib</TT> - Static library with Unicode and debugging                information. Builds <TTCLASS="FILENAME">odbc++wsd.lib</TT> in the <TTCLASS="FILENAME">unicode-debug-lib</TT>                subdirectory.</P></LI><LI><P><TTCLASS="LITERAL">unicode-debug-dll</TT> - Shared library with Unicode and debugging                information. Builds <TTCLASS="FILENAME">odbc++wd.lib</TT> and <TTCLASS="FILENAME">odbc++wd.dll</TT> in the                <TTCLASS="FILENAME">unicode-debug-dll</TT> subdirectory.</P></LI><LI><P><TTCLASS="LITERAL">unicode-prod-lib</TT> - Production static library with Unicode.                Builds <TTCLASS="FILENAME">odbc++ws.lib</TT> in the <TTCLASS="FILENAME">unicode-prod-lib</TT> subdirectory.</P></LI><LI><P><TTCLASS="LITERAL">unicode-prod-dll</TT> - Production shared library with Unicode.                Builds <TTCLASS="FILENAME">odbc++w.lib</TT> and <TTCLASS="FILENAME">odbc++w.dll</TT> in the                <TTCLASS="FILENAME">unicode-prod-dll</TT> subdirectory.</P></LI><LI><P><TTCLASS="LITERAL">qt-debug-lib</TT> - Static library with QT and debugging information.                Builds <TTCLASS="FILENAME">odbc++qtsd.lib</TT> in the <TTCLASS="FILENAME">qt-debug-lib</TT> subdirectory.</P></LI><LI><P><TTCLASS="LITERAL">qt-debug-dll</TT> - Shared library with QT and debugging information.                Builds <TTCLASS="FILENAME">odbc++qtd.lib</TT> and <TTCLASS="FILENAME">odbc++qtd.dll</TT> in the                 <TTCLASS="FILENAME">qt-debug-dll</TT> subdirectory.</P></LI><LI><P><TTCLASS="LITERAL">qt-prod-lib</TT> - Production static library with QT. Builds                <TTCLASS="FILENAME">odbc++qts.lib</TT> in the <TTCLASS="FILENAME">qt-prod-lib</TT> subdirectory.</P></LI><LI><P><TTCLASS="LITERAL">qt-prod-dll</TT> - Production shared library with QT. Builds                <TTCLASS="FILENAME">odbc++qt.lib</TT> and <TTCLASS="FILENAME">odbc++qt.dll</TT> in the                 <TTCLASS="FILENAME">qt-prod-dll</TT> subdirectory.</P></LI></UL></P><P>When building with QT, make sure you have your environment set up right. <TTCLASS="LITERAL">QTDIR</TT>          must point to a directory that contains the <TTCLASS="LITERAL">include</TT> and          <TTCLASS="LITERAL">lib</TT> subdirectories for QT. The makefile will assume version 202 (2.0.2) of QT.          To override that, pass <TTCLASS="LITERAL">QT_VERSION=nnn</TT> to <TTCLASS="LITERAL">nmake</TT>, for          example:          <TABLEBORDER="0"BGCOLOR="#E0E0E0"WIDTH="100%"><TR><TD><PRECLASS="SCREEN"><TTCLASS="USERINPUT"><B>nmake /f makefile.w32 CFG=qt-debug-dll QT_VERSION=201</B></TT></PRE></TD></TR></TABLE>          will build <SPANCLASS="APPLICATION">libodbc++</SPAN> against QT version 2.0.1.</P><P>The library is always built with multithreading support on win32.</P></DIV></DIV><DIVCLASS="NAVFOOTER"><HRALIGN="LEFT"WIDTH="100%"><TABLESUMMARY="Footer navigation table"WIDTH="100%"BORDER="0"CELLPADDING="0"CELLSPACING="0"><TR><TDWIDTH="33%"ALIGN="left"VALIGN="top"><AHREF="installation.html"ACCESSKEY="P">Prev</A></TD><TDWIDTH="34%"ALIGN="center"VALIGN="top"><AHREF="book1.html"ACCESSKEY="H">Home</A></TD><TDWIDTH="33%"ALIGN="right"VALIGN="top">&nbsp;</TD></TR><TR><TDWIDTH="33%"ALIGN="left"VALIGN="top">Installation</TD><TDWIDTH="34%"ALIGN="center"VALIGN="top"><AHREF="installation.html"ACCESSKEY="U">Up</A></TD><TDWIDTH="33%"ALIGN="right"VALIGN="top">&nbsp;</TD></TR></TABLE></DIV></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -