Author Topic: the DLL thing...  (Read 5475 times)

Offline phlox81

  • Multiple posting newcomer
  • *
  • Posts: 53
    • phlox81.de
the DLL thing...
« 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

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
the DLL thing...
« Reply #1 on: July 02, 2005, 09:10:24 pm »
Quote
Is there a Switch to avoid this ?

None that I know...

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

zhuxuan

  • Guest
Re: the DLL thing...
« Reply #2 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.