My program builds and runs fine within C::B, but when I try to run it outside C::B (like any other application), Windows XP says
The application has failed to start because wxmsw28u_gcc.dll was not found. Re-installing the application may fix this problem.
And then the same for wxmsw28u_gcc.dll.
If I put the two files in the same directory where the program resides, it runs fine on the desktop computer.
Putting the same files (my app plus the two dlls) on a laptop results in another "failed to start" message.
How can I build a stand-alone Windows exe?
Thanks in advance.