Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #733 (closed enhancement: fixed)

Opened 10 months ago

Last modified 9 months ago

Improvements to SharedLib

Reported by: Ralith Assigned to: h3r3tic
Priority: minor Milestone: 0.99.4
Component: Tango Version: 0.99.2 Don
Keywords: SharedLib, exception Cc:

Description

In SharedLib?.load(char[]), instead of returning null when a library cannot be loaded, I propose that an exception is thrown, containing information gleaned from C's char* dlerror(), and any other sources that may be relevant. In addition, I propose that access to options other than RTLD_NOW when calling dlopen is granted by some means, as suggested in IRC by rovar.

Change History

11/06/07 04:06:21 changed by larsivi

  • milestone set to 0.99.4.

12/07/07 18:00:39 changed by h3r3tic

  • status changed from new to closed.
  • resolution set to fixed.