View Single Post
Posts: 123 | Thanked: 21 times | Joined on Sep 2009
#25
Originally Posted by danielwilms View Post
MADDE is not really meant to work with external libraries.
What external libraries? The only libraries I'm using are Qt ones - they're just newer than the ones in Madde (and there are additional ones).

But have you got the code compiled, right?
Right, but I'm not convinced my method is valid. IINM, I'm compiling the source using Qt 4.5.2 qmake, moc and includes (as well as the QtMobility includes), and linking with the Qt 4.6.2 libs and QtMobility libraries.

Do you have the library installed on your device?
Only the Qt 4.6.2 and Mobility libs.

If this is a compiler issue, try to set the full path to your library in the pro file. This might work.l
Well, I will check more deeply when I get home, but I think this is basically the same as if I change a library in a way that breaks the ABI, and so binaries linking with it will run, but crash when they call a methods that's been changed.

Anyway, I'll see when I get home. Thanks.

Max.