Runtime.loadLibrary() on Linux

Alex Rønne Petersen xtzgzorex at gmail.com
Fri May 11 12:03:18 PDT 2012


On 11-05-2012 20:46, Sean Kelly wrote:
> On Thursday, 10 May 2012 at 07:09:43 UTC, F i L wrote:
>> Is it possible?
>>
>> I get a message "rt_loadLibrary() not supported on Posix" when I try.
>> Is there something I'm doing wrong or is loading shared libraries not
>> supported at all on Linux systems?
>
> It should be made to work on Linux. Interested in submitting a
> pull request? The function is in src/rt/dmain2.d.

Isn't it just a matter of dlopen on most (if not all) POSIX impls?

-- 
- Alex


More information about the Digitalmars-d-learn mailing list