Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I ran into the same problem sort of inadvertently.
I made a few changes to a very old AutoLisp file and rebuilt the VLX.
It errored out because "no function definition: vlax-get-acad-object"
Note that a rebuild uses the original .PRV file.
After much investigation I figured that my PRV dated back to Vital Lisp (3rd party predecessor of Visual Lisp), and thus it did not have the Active-X toggled on (like my newer files do).
After I added the toggle to the .PRV and recompiled it worked fine.
John F. Uhden
Solved! Go to Solution.