Code::Blocks Forums

User forums => Help => Topic started by: phlox81 on July 02, 2005, 08:10:25 pm

Title: the DLL thing...
Post by: phlox81 on July 02, 2005, 08:10:25 pm
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
Title: the DLL thing...
Post by: mandrav on July 02, 2005, 09:10:24 pm
Quote
Is there a Switch to avoid this ?

None that I know...

Yiannis.
Title: Re: the DLL thing...
Post by: zhuxuan on August 26, 2005, 07:18:12 pm
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.