Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: Tiny69 on November 09, 2008, 11:01:43 pm
-
Hi,
How can i build/compile an executable that will run on other Windows machines that has no clue of wxWidgets ?
At the moment i can execute it only at the develop system !
my develop system:
Win2000, wx2.8.9, C::B 8.02, MinGW
target system: WinXP SP3.
When i dblclick the .exe-file nothing happens, except of a short flashing hourglass next to the Pointer.
it doesn't matter if there is this wx....dll or not.
tried with the plain vanilla Project created by the wizzard.
:cry:
thx
-
If it doesn't matter whether the wxWidgets DLL(s) is/are present, then the problem probably doesn't lie with wxWidgets -- you should at the very least get an error message about a missing DLL when the DLL isn't present.
-
Today i found out that i had to add a 2nd dll to run it: mingwm10.dll
But this WinXP shows no errormessages :?
A WinXP at my office told me about the missing dll's.
But i still have to find out how to put this all together in one file, because the last errormessage ist about the icon image that could not be found :roll:
But i'm glad that its running now.