I have a C++ dll I have written (native, not .net), and I would like to use its functionality from Visual Lisp. Can anyone point me to an example of how to do this, or at l
You expose your native C++ code to AutoLisp using the acedDefun() and acedRegFunc() API calls.
Here is a discussion on Autodesk's programming forum asking exactly your question.