MoAEC Posted January 8, 2020 Posted January 8, 2020 Hi all, I'm new for auto lisp and visual lisp. I'm not getting clear guidelines to open the ARX file. Please anyone help me. How to open and edit the ARX file. Quote
pkenewell Posted January 9, 2020 Posted January 9, 2020 (edited) @MoAEC You cannot "Open" ARX files - they are complied binary programs similar to a DLL or EXE file. You need to have the source code from the author to edit them and an IDE to recompile them. PS - ARX files are not written in AutoLISP or Visual LISP. They are written in C code. Also - Compiled Visual LISP files have either a FAS or VLX extension and operate the same way - you must have the source code (lsp files) to edit them. Edited January 9, 2020 by pkenewell 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.