Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Aaron on July 31, 2016, 04:31:09 pm

Title: [SOLVED]Needed 'wxmsw30u_gcc_custom.dll' file not created on build (release).
Post by: Aaron on July 31, 2016, 04:31:09 pm
I thought I had a couple Win 7 64bit PC(with C::B 16.01/wxWidgets 3.02) installs dialed-in, but I realized wxmsw30u_gcc_custom.dll files were not being created for each test project we've built.

Is there a setting in CB that controls whether or not this dll is created or not?

The dlls are not in any of the project folders.  My Windows searches does not find them.
Dependency Walker cannot find this DLL...

(my compile string was: mingw32-make.exe -f makefile.gcc SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 CXXFLAGS="-std=gnu++11")
Title: Re: Needed 'wxmsw30u_gcc_custom.dll' file not created on build (release).
Post by: BlueHazzard on July 31, 2016, 05:08:43 pm
This has nothing to do with codeblocks per se...
This is the wxWidgets library and you will find it in PATH_TO_WXWIDGETS/lib/gcc_dll/
Title: Re: Needed 'wxmsw30u_gcc_custom.dll' file not created on build (release).
Post by: Aaron on July 31, 2016, 06:06:07 pm
Yes, I found it there.
Thank you BlueHazzard.

Please excuse the inappropriate post.

Thank you.
Title: Re: [SOLVED]Needed 'wxmsw30u_gcc_custom.dll' file not created on build (release).
Post by: sleepymario on January 12, 2018, 04:57:04 am
Excuse me, but how do I add the dll to always be in the program (.exe), so I don't have to add it all the time in other computers? I now this is an old post, but I'm a begginer at this, I hope you can help me.
Title: Re: [SOLVED]Needed 'wxmsw30u_gcc_custom.dll' file not created on build (release).
Post by: oBFusCATed on January 12, 2018, 10:28:42 am
Find a static library version and link statically. Most of the time this is not possible.