Results 1 to 2 of 2

Thread: Qt Clucene integration problem!

  1. #1
    Join Date
    Feb 2008
    Posts
    154
    Thanks
    12
    Qt products
    Qt4
    Platforms
    Windows

    Default Qt Clucene integration problem!

    Hello everybody,
    I am developing a Qt application that uses Clucene library i linked with the library using the following code in the pro file
    Qt Code:
    1. LIBS += $$CLUCENE_PATH/clucene_bin/bin/libclucene-core.dll
    2. LIBS += $$CLUCENE_PATH/clucene_bin/bin/libclucene-shared.dll
    To copy to clipboard, switch view to plain text mode 

    and the application compiles fine.
    but when i use any line of clucene inside the app the app crashes on start up i think
    there are a problem when using the clucene dlls.
    can any body help?

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

    Default Re: Qt Clucene integration problem!

    You will need to use a debugger to determine what is crashing (backtrace). Usual culprits are null or dangling pointers but it may also be that you are not initialising Lucene before trying to use it (I am not familiar with CLucene).

Similar Threads

  1. CDT with QT integration problem
    By acemimezun in forum Installation and Deployment
    Replies: 1
    Last Post: 8th January 2010, 11:17
  2. Replies: 0
    Last Post: 9th December 2009, 06:34
  3. QT4.5 VS2005 Integration License-Problem
    By VlJE in forum Installation and Deployment
    Replies: 3
    Last Post: 30th September 2009, 12:53
  4. CLucene
    By kate_arsher in forum Newbie
    Replies: 2
    Last Post: 1st July 2008, 14:03
  5. Qt Eclipse integration problem!!!!
    By mismael85 in forum Installation and Deployment
    Replies: 4
    Last Post: 13th March 2008, 14:45

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.