[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Multiplatform installer
- From: Daniel Quintela <danielq@...>
- Date: Wed, 18 Aug 2004 09:14:50 -0300
Martin Spernau escribió:
I can definetly help testing, as I have a Mac :)
If the project continues (as I expect), it will be a great help for me.
I'm not sure about FLTK on OSX though. Using X11 would be a
sub-optimal solution for an installer. If FLTK ccan run natively under
Aqua that would be extremly cool :)
Sorry, I'm not a Mac expert. Looking at the FLTK Mac specific code, I
found an #include <Carbon/Carbon.h>. Is it the C interface to Aqua?
Generally I would also suggest a seperation of installer/GUI to enable
even broader use.
Yes, I agree. As I told to Ignacio, I'm looking for a library to build
"text mode" wizards (probably *curses based).
The idea behind is to allow selection of "GUI" frontend at "build" time.
Thanks Martin,
Daniel