Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
[SOLVED]Needed 'wxmsw30u_gcc_custom.dll' file not created on build (release).
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: [SOLVED]Needed 'wxmsw30u_gcc_custom.dll' file not created on build (release). (Read 6846 times)
Aaron
Multiple posting newcomer
Posts: 59
[SOLVED]Needed 'wxmsw30u_gcc_custom.dll' file not created on build (release).
«
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")
«
Last Edit: August 05, 2016, 11:43:08 pm by Aaron
»
Logged
BlueHazzard
Developer
Lives here!
Posts: 3353
Re: Needed 'wxmsw30u_gcc_custom.dll' file not created on build (release).
«
Reply #1 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/
Logged
Aaron
Multiple posting newcomer
Posts: 59
Re: Needed 'wxmsw30u_gcc_custom.dll' file not created on build (release).
«
Reply #2 on:
July 31, 2016, 06:06:07 pm »
Yes, I found it there.
Thank you BlueHazzard.
Please excuse the inappropriate post.
Thank you.
Logged
sleepymario
Single posting newcomer
Posts: 3
Re: [SOLVED]Needed 'wxmsw30u_gcc_custom.dll' file not created on build (release).
«
Reply #3 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.
Logged
oBFusCATed
Developer
Lives here!
Posts: 13413
Re: [SOLVED]Needed 'wxmsw30u_gcc_custom.dll' file not created on build (release).
«
Reply #4 on:
January 12, 2018, 10:28:42 am »
Find a static library version and link statically. Most of the time this is not possible.
Logged
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
[SOLVED]Needed 'wxmsw30u_gcc_custom.dll' file not created on build (release).