sieu khung khiep 10 Posted January 11 (edited) Hi, For example I have 2 simple functions defined in .arx as follows: int function1(){ return 1; } ACHAR * function2(){ return L"2"; } Can I import them into AutoCAD and use the same as lisp? after using vl-arx-import, I just type (function1) -> return 1 or (function2) -> return "2". I tried with (vl-arx-import 'function1 "myapp.arx") but fail I have read this post but maybe I'm misinterpreting the function in (vl-arx-import ['function | "application"]) Thanks! Edited January 11 by sieu khung khiep Quote Share this post Link to post Share on other sites
sieu khung khiep 10 Posted January 12 hi, I didn't read the sdk carefully! My question was solved with aceddefun. Thanks. Quote Share this post Link to post Share on other sites