Author Topic: wxWidgets windows application, required dll  (Read 3561 times)

mmarcel1

  • Guest
wxWidgets windows application, required dll
« on: October 31, 2009, 06:10:56 pm »
Hello,
I have a little Problem with my CodeBlocks or I think with my wxWidgets. I installed wxPack and I tried it with the own compilation of the libaries.

When I compile my app then there is a message that the wxmsw28ud.dll wasn't found. When I copy it in the directory than he want a new dll, I want to compile my project to one running exe. :-) I hope you unterstand me and can help :-)

Thanks for reading.

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: wxWidgets windows application, required dll
« Reply #1 on: October 31, 2009, 06:35:21 pm »
To get a single EXE file without DLL dependencies, you need static libraries. To know more about it, please check the wxWidgets documentation on how to create them (also the compiler documentation if you want to create your own).

You may need to modify the current project settings to use the static version of the libraries once you get them. Please refer to the wxWidgets documentation to see what needs to be changed.

If you need more help about it, please ask in the wxWidgets forums.