newLISP.dll with cdecl-option?
Posted: Fri Sep 17, 2004 7:55 am
Amazed from the ongoing process of using newLISP in other enviroments come this next option to my mind:
Is it possible to get a optional makefile for compiling newLISP.dll with cdecl-calling convention so that 'newlispEvalStr' can be directly called from C-programs?
Background: Existing apps written in C often offers plugin interfaces with cdecl-calling convention. So it would be nice to use newLISP.dll there without any wrapper DLL's.
Since newLISP allow 'cdecl-calling' on import it would be nice when we could do it on export.
Is it possible to get a optional makefile for compiling newLISP.dll with cdecl-calling convention so that 'newlispEvalStr' can be directly called from C-programs?
Background: Existing apps written in C often offers plugin interfaces with cdecl-calling convention. So it would be nice to use newLISP.dll there without any wrapper DLL's.
Since newLISP allow 'cdecl-calling' on import it would be nice when we could do it on export.