Results 1 to 2 of 2

Thread: Building a sqldriver (QIBASE) in windows msvc++2008

  1. #1
    Join Date
    Jul 2009
    Location
    São Paulo - Brasil
    Posts
    20
    Thanks
    5
    Qt products
    Qt4
    Platforms
    Windows

    Default Building a sqldriver (QIBASE) in windows msvc++2008

    Hi everybody.

    I am using the qt add-in for msvc++

    I have a problem here and I hope someone may help me.

    I read the doc, How to Build the QIBASE Plugin on Windows, but I stuck in the nmake part.
    Well, I enter in Visual Studio 2008 Command Prompt and type:

    cd %QTDIR%\src\plugins\sqldrivers\ibase
    qmake "INCLUDEPATH+=C:\interbase\include" "LIBS+=-lfbclient" ibase.pro
    nmake

    my QT dir is C:\Qt\2009.02\qt\src\plugins\sqldrivers\ibase because the add-in. and I dont have a include dir in my firebird, only bin with a fbclient.dll. I am receiving errors No such file or directory qsql_ibase.h I know where is it, what do I have to type to include it?
    And I need the fbclient.lib from firebird, I cant find it in the source.

    What can I do to compile it?

    Thanks a lot for any tip.

    Bye bye.

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Building a sqldriver (QIBASE) in windows msvc++2008

    The .dll file is not enough. You need a development package that contains the aforementioned .h and .lib files.
    J-P Nurmi

Similar Threads

  1. Building 4.5 / Vista x64 / MSVC 2008
    By Starfox in forum Installation and Deployment
    Replies: 1
    Last Post: 31st March 2009, 07:07

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.