Hi Paolo Please find attached an example file.
Kind regards, ----- Original Message ---- From: Paolo Bonzini <[EMAIL PROTECTED]> To: Brad Watson <[EMAIL PROTECTED]> Cc: [email protected] Sent: Wednesday, December 6, 2006 12:33:38 AM Subject: Re: [Help-smalltalk] dynamic c calls in gst2.3 > I upgraded to the 2.3 release of gst, but now dynamic c-calls aren't working > for me: > > Is there a different way I should invoke them now ? Can you send the file? This works for me: DLD addLibrary: 'libc.la'. Object compile: 'getpid <cCall: ''getpid'' returning: #int args: #()>'! nil getpid printNl! Paolo ____________________________________________________________________________________ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com
SDL_joystick.st
Description: Binary data
_______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
