--- Quote Start ---
originally posted by clansdown@May 11 2005, 10:08 AM
actually, i discovered that there is a dlopen provided by the standard libraries. at least you can compile with it and when linking, you don't get problems with resolving it. i haven't tried to actually use a program which uses dlopen() yet, though.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=6859)
--- quote end ---
--- Quote End ---
If the intended application does not really need dynamic link (native) functionality,
one may consider link the native methods statically (like hte JAMVM internal native methods!)