newLISP Fan Club

Forum => newLISP and the O.S. => Topic started by: HPW on April 04, 2009, 12:59:15 PM

Title: newLISP.so load possible on the MAC with Ruby?
Post by: HPW on April 04, 2009, 12:59:15 PM
From my newLISP loading on WIN/SketchUp 7 here:



http://www.alh.net/newlisp/phpbb/viewtopic.php?t=2710



There comes the next question:



Sketchup runs also on the MAC.

So it is possible to load the newLISP modul under ruby?
Title:
Post by: Lutz on April 04, 2009, 11:58:31 PM
Should be possible, the newLISP library behaves like a normal C library on Mac OS X with cdecl calling conventions.
Title:
Post by: itistoday on April 05, 2009, 12:01:17 PM
Not sure if this will help but I wrote some C code to load the newLISP dylib into a C/C++/Obj-C app: Calling newLISP from C (//http)