Results 1 to 8 of 8

Thread: Please, guys, share mysql driver

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2011
    Posts
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default Please, guys, share mysql driver

    Hi there! I really am desperate now, I've tried to build it myself for the last 48h. I managed to build up mysql driver using wingw32, but it was not compatible with Visual Studio. As for Visual Studio, I stuck with stupid U1077 nmake error, which tells me nothign about its nature.

    PLEASE, SOMEONE!

    May you share 4.7.4 mysql driver (lib+dll) for visual studio?
    I can't take it anymore, guess I'm out of luck this week.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Wiki edits
    17

    Default Re: Please, guys, share mysql driver

    As for Visual Studio, I stuck with stupid U1077 nmake error, which tells me nothign about its nature.
    The error message is fairly self-explanatory:
    NMAKE Fatal Error U1007
    Visual Studio 2010
    double quotation mark not allowed in name

    The specified target name or filename contained a double quotation mark (").

    Double quotation marks can surround a filename but cannot be contained within it.
    It could be something as simple as placing MySQL in a directory path containing spaces, and something not handling the quotes needed in that circumstance. It would probably be fairly obvious if you shared the actual linker command line that triggered the error, and the commands you executed.

Similar Threads

  1. MySQL driver on Mac OS X
    By Vit_H in forum Qt Programming
    Replies: 4
    Last Post: 21st March 2011, 21:26
  2. source code for odbc driver or MySql driver in arm-embedded-linux
    By sattu in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 24th January 2011, 10:11
  3. I need MySQL driver for Qt 4.6, WindowsXP(32), MySQL 5.1
    By User_3 in forum Installation and Deployment
    Replies: 7
    Last Post: 15th October 2010, 15:19
  4. [qt 4.6] mysql driver
    By vinny gracindo in forum Newbie
    Replies: 0
    Last Post: 25th February 2010, 22:28
  5. New to QT..need help guys..sorry for the trouble
    By neomax in forum General Discussion
    Replies: 2
    Last Post: 17th November 2006, 16:20

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
  •  
Qt is a trademark of The Qt Company.