VLISP to VLX Compiling problem?

Discussion in 'AutoCAD' started by kozmos, Apr 8, 2004.

  1. kozmos

    kozmos Guest

    While compiling VLX file from VLISP projects, i add some DCL files as
    resource files. The DCL files is not in the AutoCAD support path list,
    and i have added the absolute full path in source codes. After compiling
    and removing the DCL files from the original folder, the program failed
    in loading the DCL files.

    But some applications are OK, some comes wrong.

    How does this happened? As packaged DCL files, where does the VLX extracts the
    DCL file to and what name is the DCL file named?
     
    kozmos, Apr 8, 2004
    #1
  2. kozmos

    John Uhden Guest

    My guess is that the AutoLisp code tries to load a DCL with its full path
    included. Remove the path from the code and recompile. Once the DCL resource
    is packaged into the VLX, it will be found by name within the VLX.
     
    John Uhden, Apr 8, 2004
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.