On Wed, 22 Jul 2009, Sebastian Moors wrote:
>> 
>> Can you post the errors?
>>
>> 
> The errors are attached!

Did you compile for debug or release?

The symbols that are missing are found in QtCored4.dll (the debug version 
of the DLL), but not found in QtCore4.dll (the release version).  Looks 
like they get optimized out or inlined for the release compile.[1]

Also, when building for debug, I think you have to link to -lQtCored 
instead of -lQtCore (or something like that).  I'm guessing there's also 
some preprocessor flags that need to be set correctly.

HTH,
Gabriel

[1] In case you don't know, to get the debug DLL's you have to
     compile them yourself... but TrollTech provides a special
     shell for doing that in the Qt menu.


------------------------------------------------------------------------------
_______________________________________________
Hydrogen-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to