Ticket #31 (new enhancement)

Opened 11 months ago

Last modified 1 week ago

Dynamic library loading support

Reported by: JarrettBillingsley Assigned to: JarrettBillingsley
Priority: normal Milestone:
Component: Native API Keywords:
Cc:

Description

I wanted this ages ago and I still do. The ability to load natively compiled "modules". DDL seems like the most logical choice on Windows, it works rather well. SOs on linux also work great, but it'd be nice to have a DDL interface on them to provide a consistent interface to the MiniD API (though it's not an absolute requirement, considering how simple the interface to these modules is probably going to be).

Change History

11/24/08 14:48:16 changed by JarrettBillingsley

  • milestone deleted.

Sadly DDL does not yet load ELF, so it only works on Windows (and supposedly on Mac now that it loads mach-o). This doesn't seem like it's going to change soon, so I'll postpone this yet again.