chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Another easyffi problem


From: William Ramsay
Subject: Re: [Chicken-users] Another easyffi problem
Date: Sat, 13 Dec 2008 08:52:29 -0500
User-agent: Thunderbird 2.0.0.17 (X11/20080914)

It appears to have done the job.    Thanks!!

Thomas Chust wrote:
Am 12.12.2008 17:17 Uhr, schrieb William Ramsay:
[...]
The old version (and the examples still on the web) used:

/* the ___callback marker is needed, because gtk_main() may
(*and* will) call Scheme callbacks. */
___callback void gtk_main()/;
/

But this now fails in compile because ___callback is no longer valid.
[...]

If I recall correctly this pseudo keyword has simply been renamed and is now called ___safe. A quick check on the manual page seems to confirm this, but I haven't tried it out.

cu,
Thomas





reply via email to

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