Results 1 to 1 of 1

Thread: QxtCheckComboBox: Application terminates as soon as an instance is created

  1. #1
    Join Date
    Aug 2008
    Posts
    132
    Thanks
    23
    Thanked 3 Times in 3 Posts

    Default QxtCheckComboBox: Application terminates as soon as an instance is created

    Hi there

    I am trying to use the QxtCheckComboBox from the Qxt library. I've succesfully compiled only the qxtcore and qxtgui libs since I only want to use QxtCheckComboBox for now.

    Following the instructions on the Qxt website, I've added the following to my .pro file:
    Qt Code:
    1. CONFIG += qxt
    2. QXT += core gui
    To copy to clipboard, switch view to plain text mode 

    Doing only this, and adding the following #include <QxtCheckComboBox > does not work in my case. Thus, I've also added the following and just included the class header:
    Qt Code:
    1. INCLUDEPATH += D:\Software\Programming\Libraries\libqxt-0.4\src\core\
    2. D:\Software\Programming\Libraries\libqxt-0.4\src\gui
    3. LIBS += D:\Software\Programming\Libraries\libqxt-0.4\deploy\libs\libQxtCored.a \
    4. D:\Software\Programming\Libraries\libqxt-0.4\deploy\libs\libQxtGuid.a
    To copy to clipboard, switch view to plain text mode 

    I then create an instance of the object like this:
    Qt Code:
    1. QxtCheckComboBox* comboItems = new QxtCheckComboBox();
    To copy to clipboard, switch view to plain text mode 

    Doing this compiles fine with no warning messages, but the application does not launch and I get a message like this:

    Data_Testing.exe exited with code -1073741515

    Also, the debugger freezes and I don't have a clue why it is happening.

    Any ideas would be much appreciated.
    Thanks
    Jaco
    Last edited by JPNaude; 21st November 2008 at 09:17.

Similar Threads

  1. deployment problem: msvc++ 2008 Express, Qt 4.4.3
    By vonCZ in forum Qt Programming
    Replies: 7
    Last Post: 10th November 2008, 14:38
  2. Weird problem: multithread QT app kills my linux
    By Ishark in forum Qt Programming
    Replies: 2
    Last Post: 8th August 2008, 09:12
  3. Steps in solving a programming problem?
    By triperzonak in forum General Programming
    Replies: 8
    Last Post: 5th August 2008, 08:47
  4. problem with paint and erase in frame
    By M.A.M in forum Qt Programming
    Replies: 9
    Last Post: 4th May 2008, 20:17
  5. Replies: 16
    Last Post: 7th March 2006, 15:57

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.