Hi,
I wanted my API to communicate with maxima using sockets the same way WxMaxima is being used. Using this method,? I created a local server application and try to connect maxima to the server using the command
[Path to maxima.bat]/maxima.bat -s 7755
I get the following error...
[Path to Maxima]\bin>maxima.bat -s 7755
Connecting Maxima to server on port 7755
Maxima encountered a Lisp error:
?Error in LISP:LAMBDA-CLOSURE [or a callee]: Could not connect
Automatically continuing.
To enable the Lisp debugger set *debugger-hook* to nil.
Error in START-CLIENT [or a callee]: The tag RETURN-FROM-DEBUGGER is undefined.
Fast links are on: do (use-fast-links nil) for debugging
Broken at CONDITIONS::CLCS-UNIVERSAL-ERROR-HANDLER.? Type :H for Help.
?1 (Abort) Return to top level.
dbl:MAXIMA>>
Could someone help me to resolve this?
Thanks in advance...
Brian Gee Chacko