Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
@Amott
I use that ODA library on OSX and I link it with the c library like this...
LIBS += -lc++ \ -lTD_Db \ ... other ODA libs
and it works fine.
@kenchan
Thanks for your response ! I have tried again but I still have the same error. Which version of OSX, ODA and XCode are you using ?
I finally found the solution : I needed a line on the .pro : QMAKE_LFLAGS += -framework CoreFoundation
Strange… You should have had undefined symbols errors…
In any case it should rather be: LIBS += -framework CoreFoundation
LIBS += -framework CoreFoundation
it works too, I will replace this variable. It strange but it works, after 3 weeks, I'm so happy that something works taht I won't search why it doesn't make me an error !