chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Creating Windows GUI App


From: Thomas Chust
Subject: Re: [Chicken-users] Creating Windows GUI App
Date: Thu, 31 Mar 2011 18:46:26 +0200

2011/3/31 Steve Graham <address@hidden>
> 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 for user
interface toolkits [1]. All the Tk and Qt based ones should, in
principle, work under Windows. The IUP binding is also known to work
under Windows.

> Also does Chicken Scheme have a method for accessing databases?

Yes, check the eggs providing database functionality [2]. However,
there is currently no database-independent layer like Perl's DBI
module that provides a uniform API for all other relational database
drivers.

Ciao,
Thomas


--
[1] http://wiki.call-cc.org/chicken-projects/egg-index-4.html#ui
[2] http://wiki.call-cc.org/chicken-projects/egg-index-4.html#db


--
When C++ is your hammer, every problem looks like your thumb.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]