This application can not be started because the file wxmsw28u_gcc_custom.dll has not been found.
I know where this DLL is stored, if I copy it to the .EXE's folder it works.
But I want to know if there is a way to add this automatically and how to change dll's name.
Thanks
VENDOR=<your company name>
Set this to a short string identifying your company if you are planning to
distribute wxWidgets DLLs with your application. Default value is 'custom'.
This string is included as part of DLL name. wxWidgets DLLs contain compiler
name, version information and vendor name in them. For example
wxmsw283_core_bcc_custom.dll is one of DLLs build using Borland C++ with
default settings. If you set VENDOR=mycorp, the name will change to
wxmsw283_core_bcc_mycorp.dll.
Do you know what an static build is?
I know how to link static libraries, but I don't know how to use dynamic libraries...