Page 1 of 1

Sending command to IntelliCAD

Posted: Thu Jul 05, 2007 9:36 pm
by VVV
AutoCAD can receive command dispatched from external application to its main window. May I do this in IntelliCAD?
Thanks for help.

Posted: Mon Jul 09, 2007 6:16 am
by efernal
did you try sds_sendmessage?

int sds_sendmessage (const *string);

ef

Posted: Mon Jul 09, 2007 8:46 pm
by VVV
sds_sendmessage is SDS command. Unfortunately it’s not what I need. To raise a question I mind IntelliCAD ability to accept a command from absolutely external process.
Thank you for help.