[Chicken-users] Creating Windows GUI App

2011-03-31 Thread Steve Graham
Can someone point me to some info on this?  Also does Chicken Scheme have a method for accessing databases? Thanks, Steve___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] Creating Windows GUI App

2011-03-31 Thread Christian Kellermann
Hi Steve! * Steve Graham jsgraha...@yahoo.com [110331 18:08]: Can someone point me to some info on this?  Also does Chicken Scheme have a method for accessing databases? Thanks, Steve The most advanced windows gui atm is IUP IIRC. There is also an easy installer to get running with it on

Re: [Chicken-users] Creating Windows GUI App

2011-03-31 Thread Thomas Chust
2011/3/31 Steve Graham jsgraha...@yahoo.com Can someone point me to some info on this? Hello Steve, there is compiler support for executables marked as GUI applications through the -gui command line option. But to actually create a GUI, you will have to use one of the eggs providing bindings

Re: [Chicken-users] Creating Windows GUI App

2011-03-31 Thread Stephen Eilert
On Thu, Mar 31, 2011 at 1:46 PM, Thomas Chust ch...@web.de wrote: 2011/3/31 Steve Graham jsgraha...@yahoo.com Can someone point me to some info on this? Hello Steve, there is compiler support for executables marked as GUI applications through the -gui command line option. But to actually