Lt Dan's legs Posted September 13, 2010 Posted September 13, 2010 When starting acad this morning and dropping a newly created lsp into the workspace i received this error: ** Error: no function definition: VLISP-COMPILE What did I forget to do?? It seems if I have vlide open it works fine... Quote
BlackBox Posted September 13, 2010 Posted September 13, 2010 Was (vl-load-com) loaded prior to this function? Quote
Lt Dan's legs Posted September 13, 2010 Author Posted September 13, 2010 Was (vl-load-com) loaded prior to this function? I included this at the very begining under (defun Quote
BlackBox Posted September 13, 2010 Posted September 13, 2010 vlisp-compile Compiles AutoLISP source code into a FAS file (vlisp-compile '[i]modefilename [out-filename][/i])\ Note The Visual LISP IDE must be open in order for vlisp-compile to work. You might try using VLIDE projects, and manually compiling, as we discussed previously. Quote
Lt Dan's legs Posted September 13, 2010 Author Posted September 13, 2010 The program only works if vlide was previously open before running. I'm just wondering what I did wrong Quote
BlackBox Posted September 13, 2010 Posted September 13, 2010 The program only works if vlide was previously open before running. ...and therefore no longer open, at the time you run your compiler? 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.