Hi,
I use wx GUI platform, I can compile and build my application.
From Code::Block enviroment it works perfectly but when I try to run
exe file I have error not to find wxmsw28u_gcc_custom.dll file on my PC.
Anybody can help me how to fix it ? Of course I have this file on my system but maybe in incorect place
or some settings missing.
Thanks in advance.
Regards,
grzybek
How is your exe runned?
If by IDE find that DLL and paste it to project's folder.
If by dbl-click, paste it to folder where your exe exist.
DLL can be found in wxwidgets package.
C::B automatically fixes the PATH variable for you.
It does this by adding all paths you've enterned in the build optiosn -> search -> linker to the variable.
So you have to do the same thing in the console, copy the dll file next to the exe file or write a manifest.
Note that you can also modify the PATH environment variable to your needs per project if you use the envvar plugin.
Hi,
Thanks a lot !
Copy dll file to exe location solved the problem.
So moving this program to another PC or create install package needs this file ?
Regards,
grzybek