[M3devel] m3dl/DL.i3

Jay K jay.krell at cornell.edu
Tue Oct 22 17:39:35 CEST 2013


This is wrong for Darwin and partly wrong for NetBSD.
It is correct for Solaris.
I haven't checked OpenBSD and FreeBSD yet.


Please look at how m3-libs/m3core/src/unix is structured for a more portable approach.


Plus this can be #ifdefed to Windows fairly easily, ignoring the flags.
  dlopen => LoadLibrary  (LoadLibraryA I guess) 
  dlsym => GetProcAddress  
  dlclose => FreeLibrary  


And please consider a BSD license.


  - Jay 		 	   		  


More information about the M3devel mailing list