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
LIBS += $$CLUCENE_PATH/clucene_bin/bin/libclucene-core.dll
LIBS += $$CLUCENE_PATH/clucene_bin/bin/libclucene-shared.dll
LIBS += $$CLUCENE_PATH/clucene_bin/bin/libclucene-core.dll
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?
Bookmarks