Anything besides NewLispEvalString, for external access?
Posted: Thu Aug 15, 2013 4:01 pm
Hi,
If I'm writing apps to call functions from the newlisp.dll, are there some other functions I'll need to declare and implement, other than NewLispEvalStr, and a method for getting the string from the pointer?
I mean, we can evaluate one-line lisp statements like "( println 275 )", with NewLispEvalStr. But what about defines, and other more complicated statements? Do we just send an entire lisp program, as a single string with embedded carriage returns, to the NewLispEvalStr function?
If I'm writing apps to call functions from the newlisp.dll, are there some other functions I'll need to declare and implement, other than NewLispEvalStr, and a method for getting the string from the pointer?
I mean, we can evaluate one-line lisp statements like "( println 275 )", with NewLispEvalStr. But what about defines, and other more complicated statements? Do we just send an entire lisp program, as a single string with embedded carriage returns, to the NewLispEvalStr function?