help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] dynamic c calls in gst2.3


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] dynamic c calls in gst2.3
Date: Wed, 06 Dec 2006 09:33:38 +0100
User-agent: Thunderbird 1.5.0.8 (Macintosh/20061025)

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




reply via email to

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