wxmsw292ud_gcc_custom.dll was not found

General questions regarding the usage of CodeLite
polivenedi
CodeLite Curious
Posts: 2
Joined: Mon Apr 23, 2012 1:52 am
Genuine User: Yes
IDE Question: C++
Contact:

wxmsw292ud_gcc_custom.dll was not found

Post by polivenedi »

Hello All,
Im new to programing, learning C++ few months and chosen wxWidgets for GUI (for now, maybe later will try Qt to compare, but wxWidgets license use is great for me, hope to write some commercial mini apps) i used Netbeans as IDE first then jumped to Codelite
After some days on wxWidgets i made my app, but i wanted to run compiled exe file not thru codelite (as standlaone exe on other pc for example), so i run debuged exe from project and:

Cannot run aplication, because wxmsw292ud_gcc_custom.dll was not found on this computer

so to run it quickly i copied dll to exe folder, it ran, but it was kidsplay, so i googled and found i have to set -static in my linker option,
http://ubuntuforums.org/showthread.php?t=937810

so i tried but none have worked pls advise
bare linker options is:
-mwindows;$(shell wx-config --debug=yes --libs --unicode=yes)

i will make bare MinGW and wxWidgets and compile it thru cmd, but thought you guys will help me with codelite since it installs nicely with MinGW and wxWidgets and is ready to program not doing much more

using: Windows7, codelite v3.5.5377
polivenedi
CodeLite Curious
Posts: 2
Joined: Mon Apr 23, 2012 1:52 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: wxmsw292ud_gcc_custom.dll was not found

Post by polivenedi »

well ok ... thx for replys ;P ... none

well maybe it was too basic to answer

anyway i found all bout it

for those searching for static linking and building smaller exe

http://wiki.wxwidgets.org/Reducing_Executable_Size

explains all
Post Reply