Hai,
what exactly do you mean by calling lisp program?
If the output of lisp program is in .exe format you can call it using
System.diagnostics.process. start()
If you want to open up the source code, you can use file IO do it.
Call the compiled exe file of lisp program using
System.diagnostics.process.start()
Keep some delay belay between so that the lisp program executes.
Open the mdb file, read data and do the required processing.
Easiest way could be to perfrom processing in lisp directly...which I
am assuming you don't want to do for some reason.
I want to execute the autolisp program(autocad) from vb.net appln.
i hv an lisp program which reads the autocad drawing and writes the
result in an mdb.
using vb.net program i'll read the data and process it.
and i need to call both these programs from single vb.net appln.
is there an easy way to do this task?
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.