Author Topic: VLAX-GET-ACAD-OBJECT  (Read 1839 times)

0 Members and 1 Guest are viewing this topic.

lamarn

  • Swamp Rat
  • Posts: 636
VLAX-GET-ACAD-OBJECT
« on: November 30, 2009, 07:02:12 AM »
How can I avoid this problem?

error: no function definition: VLAX-GET-ACAD-OBJECT
Design is something you should do with both hands. My 2d hand , my 3d hand ..

gile

  • Gator
  • Posts: 2520
  • Marseille, France
Re: VLAX-GET-ACAD-OBJECT
« Reply #1 on: November 30, 2009, 07:10:21 AM »
Hi,

Try to add (vl-load-com) at the top of the routine.
Or, to avoid having to to this with each routine using vla*, vlax*, vlr* functions, add (vl-load-com) to your acad.lsp or acaddoc.lsp file.
Speaking English as a French Frog