• <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>

            C++研究

            C++細節深度探索及軟件工程

              C++博客 :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理 ::
              37 隨筆 :: 0 文章 :: 74 評論 :: 0 Trackbacks


                 A project used ADO method making connection to mysql may not work so well and may not so effictive ,  thus , use Mysql C-Api is a rather good scheme , but the C-Api  is rather tougn for beginner , fortunately , An project called Mysql++ lib avaliable for C++ programmer. It's better than C-Api , but there is a problem while using with winsock2 on the platform Ms-windows .
            Any question , contact me as follows:

            cxl82116@msn.com
            QQ:286259397 
            天津大學計算機學院 常興龍



                The problem may appear like this :

            c:\program files\devstudio\vc98\include\winsock2.h(99) : error C2011: 'fd_set' : 'struct' type redefinition
            c:\program files\devstudio\vc98\include\winsock2.h(134) : warning C4005: 'FD_SET' : macro redefinition
            c:\program files\devstudio\vc98\include\winsock.h(83) : see previous definition of 'FD_SET'
            c:\program files\devstudio\vc98\include\winsock2.h(143) : error C2011: 'timeval' : 'struct' type redefinition
            c:\program files\devstudio\vc98\include\winsock2.h(199) : error C2011: 'hostent' : 'struct' type redefinition
            c:\program files\devstudio\vc98\include\winsock2.h(212) : error C2011: 'netent' : 'struct' type redefinition
            c:\program files\devstudio\vc98\include\winsock2.h(219) : error C2011: 'servent' : 'struct' type redefinition 

            The problem tells its own table , the winsock.h was included somewhere . As we know , using the winsock and winsock2 must notice these :

             

             Winsock2.h must be inclued before winsock.h

            if you use windows.h , you must use like this :

               #define WIN32_LEAN_AND_MEAN
               #include <windows.h>

            but , this time , the winsock.h inclued in the diretory /Mysql++ 2.2.3 /lib/Common.h ,What could I do to enable Winsock2 in my project and make no impress on other projects?

            this is a unified way to make the things easier and clear - Condition Compiler , you can code like this :

            #ifdef _CXL_WINSOCK2
             #include <winsock2.h>
             #pragma message("###The compiler's behavior Changed by Chang xinglong to Enable winsock2 in Mysql++...###")
            #else
             #include <winsock.h>
            #endif 

            after done , you define _CXL_WINSOCK2  in your project to enable winsock2  or leave it to use winsock.

            posted on 2007-06-07 16:58 常興龍 閱讀(877) 評論(2)  編輯 收藏 引用

            評論

            # re: Something problem resovled [Winsock2&mysql++-2.2.3 Sdk compatible problem] 2007-06-14 21:18 hinobou
            從軟件學院看到了你的文章,來拜訪一下
            為啥要用英文寫啊,看著怪累的^^  回復  更多評論
              

            # re: Something problem resovled [Winsock2&mysql++-2.2.3 Sdk compatible problem] 2007-06-14 21:55 天津大學計算機學院 常興龍
            呵呵。。。。中文打字慢。。。你的Blog不錯哦。  回復  更多評論
              

            > hi的博客
            亚洲乱码精品久久久久..| 久久久久99精品成人片| 色婷婷综合久久久中文字幕| 无码专区久久综合久中文字幕| 一本色道久久99一综合| 久久国产精品成人免费| 久久久精品人妻无码专区不卡 | 久久午夜综合久久| 久久妇女高潮几次MBA| 97久久超碰国产精品2021| 久久久久久噜噜精品免费直播| 欧美黑人激情性久久| 亚洲精品国产成人99久久| 伊人久久大香线蕉无码麻豆| 日韩一区二区久久久久久 | 香蕉久久一区二区不卡无毒影院| 欧美成a人片免费看久久| 久久久久亚洲av无码专区导航| 久久久久一级精品亚洲国产成人综合AV区 | 97精品国产97久久久久久免费| 成人免费网站久久久| 亚洲精品tv久久久久久久久| 日韩欧美亚洲国产精品字幕久久久 | 久久久久se色偷偷亚洲精品av| 国产免费久久久久久无码| 久久久婷婷五月亚洲97号色| 久久久精品国产免大香伊| 尹人香蕉久久99天天拍| 久久久久国产视频电影| 丰满少妇高潮惨叫久久久| 久久亚洲精品无码VA大香大香| 久久人人超碰精品CAOPOREN| 精品久久久久久久久久久久久久久| 99久久精品国产高清一区二区| 久久精品国产日本波多野结衣| 亚洲国产精品无码久久九九| 天堂无码久久综合东京热| 色综合合久久天天给综看| 久久亚洲视频| 久久亚洲AV无码精品色午夜| 国色天香久久久久久久小说 |