Dear all, Anybody has an answer to the following question: does procedure written in DLL perform faster/slower than it's AutoCAD VBA counterpart? I'm using standard calls to AutoCAD's functions in both environments. I also use DLL-based classes (containing properties, methods and enums) for procedures in both VBA and VLisp. Is there any special "catch" to be aware of? Another question is how to implement event-based procedure that's stored in DLL library? Any tip/code sample is welcome. Regards, Maksim Sestic