help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Dynamic Loading (patch)


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Dynamic Loading (patch)
Date: Tue, 13 Oct 2009 13:55:43 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-2.7.b4.fc11 Lightning/1.0pre Thunderbird/3.0b4

On 10/13/2009 01:45 PM, Nigel Williams wrote:
Hi,

When trying to load a shared library with DLD>>#addLibrary:, it is
currently not possible to load a file that does not contain a period.
This means that you can not load (for example) 'Cocoa.framework/Cocoa'.

The right way to do that would be to load "Cocoa" and have ltdl figure out it should dlopen "Cocoa.framework/Cocoa".

Paolo




reply via email to

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