Jump to content

problem with VLISP-COMPILE


Recommended Posts

Posted

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...:?

Posted

Was (vl-load-com) loaded prior to this function?

Posted
Was (vl-load-com) loaded prior to this function?

 

I included this at the very begining under (defun

Posted

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.

Posted

The program only works if vlide was previously open before running. I'm just wondering what I did wrong

 

example.jpg

Posted
The program only works if vlide was previously open before running.

 

 

...and therefore no longer open, at the time you run your compiler?

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...