Do DLL's work on Mac and Linux?

BlitzMax Forums/BlitzMax Programming/Do DLL's work on Mac and Linux?

JoshK(Posted 2007) [#1]
Do DLL's work on Mac and Linux?


Brucey(Posted 2007) [#2]
Windows DLLs? Not really.

For Linux/Intel Mac you might get around it using a Wine variant ( http://www.winehq.com/ ).

Otherwise, the usual method is to recompile the library natively, to create a .dylib (mac) or .so (linux), which are both dynamic link library formats.