News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

the DLL thing...

Started by phlox81, July 02, 2005, 08:10:25 PM

Previous topic - Next topic

phlox81

Well I started developing wxWidgets and QT with codeblocks.
Both times i used the DLL version (somehow i can't manage to compile wx2.6 to static libs),
and both times i also needet a DLL from mingw "mingw*10.dll",
which probably has some DLL Load or so. Is there a Switch to avoid this ?

Devil

mandrav

QuoteIs there a Switch to avoid this ?
None that I know...

Yiannis.
Be patient!
This bug will be fixed soon...

zhuxuan

Did you solve the problem yet ?
If not, try to use the qt-win-opensource-4.0.1-mingw.exe to install the QT library.
Or you can copy add MinGW/bin to PATH. (e.g. C:\MinGW\bin)
I think this maybe help you.