Author Topic: Certain functions working from scripts but not from compiled .vlx  (Read 1264 times)

0 Members and 1 Guest are viewing this topic.

SIDESHOWBOB

  • Guest
I seem to have a problem - some functions work from my .lsp scripts but not from a compiled .vlx.  Why is this and how can it be fixed?

The functions in question are

acad_truecolordlg
acet-ui-progress-init
acet-ui-progress-safe
acet-ui-progress-done

SIDESHOWBOB

  • Guest
Re: Certain functions working from scripts but not from compiled .vlx
« Reply #1 on: March 27, 2012, 11:04:09 AM »
Seems I can fix the first with (vl-arx-import acad_truecolordlg) but the others are still a mystery.

Lee Mac

  • Seagull
  • Posts: 12915
  • London, England
Re: Certain functions working from scripts but not from compiled .vlx
« Reply #2 on: March 27, 2012, 12:26:50 PM »
The "acet-*" functions are Express Tools functions - you might need to import these also from a relevant .arx file, or load the .arx file (not sure which - I don't deal with .vlx too often and try not to rely on using Express Tools functions since not all users will have Express Tools installed...)