On Mar 29, 2011, at 9:46 AM, Cosme Enmanuel Zamudio Salazar wrote:
Is there a way to check for a NULL structure returned from a C
function?
this is the structure
(define-record sdl-surface pointer)
(define-record-printer (sdl-surface s out)
(for-each (lambda (x) (display x out))
Is there a way to check for a NULL structure returned from a C function?
this is the structure
(define-record sdl-surface pointer)
(define-record-printer (sdl-surface s out)
(for-each (lambda (x) (display x out))
(list "#")))
(define-foreign-type SDL_Surface (c-pointer "SDL_Surface")
sd
On Tue, Mar 29, 2011 at 09:59:08AM -0400, Mario domenech Goulart wrote:
> Hi,
>
> Is compiling Chicken with _FILE_OFFSET_BITS=64 considered safe on 32bit
> platforms? I've quickly tried it on Linux/x86 and it seems to work
> fine.
>
> Is there anything I should be aware regarding to this setting
Hi,
Is compiling Chicken with _FILE_OFFSET_BITS=64 considered safe on 32bit
platforms? I've quickly tried it on Linux/x86 and it seems to work
fine.
Is there anything I should be aware regarding to this setting?
Best wishes.
Mario
--
http://parenteses.org/mario
___
Hello everyone,
I am pleased to announce that an evaluation version of the distributed
system for egg release management has now been implemented. This was
done during the Chicken hacking weekend in Cologne, and thanks to the
further efforts of Mario and Moritz this week, the system can now be
ta