app distributions
John Ralls
jralls at ceridwen.fremont.ca.us
Tue Jan 1 17:25:37 PST 2008
Sure, you can distribute whatever you want, as long as it's legal.
Whether the result is usable is up to you. ;-)
This is actually a reasonable thing to do for OS-X 4 and 5 (aka Tiger
and Leopard), as wxWidgets is already there (though only 10.5 has a
recent and stable version). It's also reasonable if the user's Linux
platform has a wx package available and you're distributing a package
that can make wx a dependency.
It probably doesn't make sense for M$ Windows, unless your target
users are quite sophisicated.
If you're worried about dll-hell and such, you could do as Julian
Smart does for DialogBlocks and build a static version of wx, which
you'll then statically link into your app. Makes the exe a bit big
but finesses all of the versioning bugaboos.
Regards,
John Ralls
On Jan 1, 2008, at 4:46 PM, Jaffar at ecstatico.net wrote:
> Hi All. Is it possible to distribute applications built with
> wxWidgets without anhy of the native wx runtime dlls or libs?
> thanks and Cheers!
More information about the wx-users
mailing list