• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            牽著老婆滿街逛

            嚴(yán)以律己,寬以待人. 三思而后行.
            GMail/GTalk: yanglinbo#google.com;
            MSN/Email: tx7do#yahoo.com.cn;
            QQ: 3 0 3 3 9 6 9 2 0 .

            Accessing SQLite databases in C++ using SOCI

            轉(zhuǎn)載自:http://jameswynn.com/2009/10/accessing-sqlite-databases-in-c-using-soci/

            I recently decided to use SOCI and SQLite at work and found that neither there is not a super straight forward path for setting this up. As of SOCI version 3.0.0 there is no support for Visual Studio 2008, so I had to convert and fix a few bugs resulting from that. There were some path issues as well. Also they don't package the SQLite interface with SOCI so you have to checkout the repo to get access to it. After getting that there are still a few snags, not to mention actually setting up SQLite as a library.

            [Updated: 10/13/2009]
            After writing this article the SOCI team has resolved some of these issues, so some of these steps are no longer necessary.

            Step 1: Setup SQLite

            Step 1.1

            Download the SQLite 3.6.18 source and library files.

            Step 1.2:

            Unarchive the SQLite archives into a directory, mine will be c:\usr\sqlite3

            Step 1.3:

            Create the sqlite3.lib file by using Visual Studio's lib command:

            LIB /DEF:sqlite3.def


            Step 2: Setup SOCI

            Step 2.1:

            Download the head of SOCI's git repository

            Step 2.2:

            Decompress the file into another directory, mine will be c:\usr\soci

            Step 2.3:

            Soci requires stdint.h but Visual Studio 2008 does not provide it, so simply download pstdint.h and rename it to stdint.h in the soci\src\core directory.

            Step 2.4:

            Open the directory soci\build and copy msvc80 to msvc90.

            Now open the msvc90\dll directory.

            Through Visual Studio 2008, open the soci_dll.sln file and allow it to convert it with the default parameters.

            Step 2.5: Build SOCI's Core and SQLite3

            SOCI's core project should build without errors, but the sqlite project will have several.

            Step 2.6: Fixing Build Errors

            Now SOCI's core project should build without errors, but the sqlite3 project will definitely fail. It will give two specific errors:

            fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or directory

            and

            error C3163: '_vsnprintf': attributes inconsistent with previous declaration

            Both are relatively easy to fix.

            Step 2.6.1: Fixing SQLite3 include paths

            In Visual Studio, navigate to View->Property Manager, then in the pane that shows up, expand the sqlite3 project, then expand "Debug | Win32" then "soci_dll" then double-click on the "soci" object. Select "User Macros" on the sheet you find there.

            Find SQLITE3_INCLUDE_DIR and SQLITE_LIB_DIR and change them to the directory created earlier, "c:\usr\sqlite3"

            Step 2.6.2: Fixing _vsnprintf

            [Update 10/13/2009]
            This step is no longer needed.

            Expand the core project and look for soci-platform.h and find a line that says "HAVE_VSNPRINTF"

            This is redefining something that VS2008 provides already and confuses the hell out of the compiler. Just comment it out, or change it to look like:

            // Define if you have the vsnprintf variants.
            #if _MSC_VER < 1500
            #    define HAVE_VSNPRINTF 
            1
            #    define vsnprintf _vsnprintf
            #endif

            Step 2.7 Building SOCI's sqlite3_test project

            This project will be riddled with errors unless you have boost installed. I personally don't use it, so had to comment out large chunks of common-tests.h.  Specifically, comment out the area at the top where it includes the boost headers. Also comment out the contents of test26, test28 and test30.

            Also add this line at the bottom of soci-platform.h:

            #undef SOCI_USE_BOOST

             

            Finished

            Now you should have a working copy of SOCI 3.0.0 with SQLite3 support in Visual Studio 2008. Congratulations!


            posted on 2009-11-27 13:47 楊粼波 閱讀(1638) 評(píng)論(0)  編輯 收藏 引用


            只有注冊(cè)用戶登錄后才能發(fā)表評(píng)論。
            網(wǎng)站導(dǎo)航: 博客園   IT新聞   BlogJava   博問   Chat2DB   管理


            青青草国产精品久久久久| 久久免费线看线看| 色8激情欧美成人久久综合电| 久久成人影院精品777| 久久青青草原精品国产| 久久精品无码一区二区WWW| 麻豆av久久av盛宴av| 久久久久久久精品妇女99| 久久久久人妻一区二区三区| 中文字幕热久久久久久久| 久久精品人人做人人爽电影蜜月| 午夜欧美精品久久久久久久| 欧美一区二区三区久久综合| 国产美女久久久| 99久久精品免费看国产免费| 久久午夜综合久久| 香蕉久久永久视频| 成人久久免费网站| 久久99精品久久只有精品| 青青青伊人色综合久久| 精品久久久久久无码中文野结衣| 久久99精品久久久久久齐齐| 国产成人综合久久精品红| 欧美一区二区三区久久综合| 99精品久久久久久久婷婷| 久久精品国产亚洲7777| 久久久精品国产免大香伊 | 国产亚洲色婷婷久久99精品91| 88久久精品无码一区二区毛片| 无码任你躁久久久久久久| 久久天天躁狠狠躁夜夜avapp| 91精品国产91久久久久久| 免费无码国产欧美久久18| 粉嫩小泬无遮挡久久久久久| 久久www免费人成精品香蕉| 精品久久亚洲中文无码| 久久777国产线看观看精品| 一级做a爰片久久毛片免费陪| 精品无码久久久久久午夜| 久久久久97国产精华液好用吗| 午夜精品久久久久久99热|