wxmsw30u_gcc_custom.dll missing with Dr Memory

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
spflanze
Earned some good credits
Earned some good credits
Posts: 130
Joined: Tue Feb 15, 2011 10:02 pm

wxmsw30u_gcc_custom.dll missing with Dr Memory

Post by spflanze »

I am attempting to use Dr. Memory to debug the SigSev error I started this thread for:
http://forums.codeblocks.org/index.php/ ... w.html#new

About Dr. Memory:
http://drmemory.org/docs/page_running.html

When I did the installation, and dragged the debug version of the wxWidgets application file into Dr. Memory's desktop icon, I got this error message dialog box:
The program can't start because wxmsw30u_gcc_custom.dll is missing from your computer. Try reinstalling the program to fix this problem.
I did a search for wxmsw30u_gcc_custom.dll in my hard drive and I found it in this directory:
C:\wxWidgets-3.0.3\lib\gcc_dll

How can I get my application to find wxmsw30u_gcc_custom.dll in this directory when it is run under Dr. Memory?
User avatar
doublemax
Moderator
Moderator
Posts: 19114
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: wxmsw30u_gcc_custom.dll missing with Dr Memory

Post by doublemax »

I don't know about Dr. Memory, but usually you can just copy the DLLs into the application directory.
Use the source, Luke!
Post Reply