help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] DLD usage?


From: Bonzini
Subject: Re: [Help-smalltalk] DLD usage?
Date: Fri, 19 Apr 2002 22:51:49 +0200

There are two little problems with your code (BTW tmpnam functionality is
available in 1.96.x).

> DLD addLibrary: '/usr/lib/libc.a'!

DLD addLibrary: '/usr/lib/libc.so'!

> File class
>    defineCFunc: 'tmpnam'
>    withSelectorArgs: 'primTmpnam:'
>    returning: #string args: #(#string).
>
> !

withSelectorArgs: 'primTmpnam: tmpfilename'

Paolo





reply via email to

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