On Thu, 27 Sep 2007, Alvin wrote:

> I have created a small app (single threaded) that is
> built with fltk 1.1.x r5940 and SDL_mixer.
> I would like to compile this program (from within
> Linux) to run on Windows,  but I've never done this
> before.

Perhaps this is not the answer you're looking for
but it might help you solve your problem
nonetheless.

In the past I've tried setting up a cross-compile
environment with varying degree of success- it's
rather cumbersome to set up as you'll need to
build *everything* for both platforms (including
cross-compiling FLTK for Windows on Linux).

I found it simpler to build everything under
a MinGW environment under XP running in a
virtual machine (VirtualBox).

The added benefit is that I can not only compile
the application for Windows, but actually also
test-run it (I know, I could have tried running
it under Wine)

Best,
Marc

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to