Do DLL's work on Mac and Linux?
Do DLL's work on Mac and Linux?
BlitzMax Forums/BlitzMax Programming/Do DLL's work on Mac and Linux? 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.
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.