libraw.a not linked well ? Alex, I have removed any .dll or . a librairy before compiling. Just i use libraw.a as soon as created ( I am probably a dummy with librairies ) In my project just i have this : INCLUDEPATH += C:\LibRaw-0.19.5\libraw LIBS += -LC:\LibRaw-0.19.5\lib -llibraw.a and : #include I have still the trouble with static library. but '.exe' files in /bin work well !. Lucien reply
Alex,
I have removed any .dll or . a librairy before compiling.
Just i use libraw.a as soon as created
( I am probably a dummy with librairies )
In my project just i have this :
INCLUDEPATH += C:\LibRaw-0.19.5\libraw
LIBS += -LC:\LibRaw-0.19.5\lib -llibraw.a
and :
#include
I have still the trouble with static library. but '.exe' files in /bin work well !.
Lucien