about vla-get-xxxxxx function

test code :

(vla-get-Layer (vlax-ename->vla-object (car (entsel))))

 

vlax-ename->vla-object : OK

vla-get-Layer : error , none

 

How BricsCAD access a vla-object ?

Comments

  • LISP function : (load)

    bug: the path string can't support "~" (means user home foder in )

             (load "~/folder/userlisp.lsp")          ;load fail.

    so user only use path string use full path : 

            (load "/home/username/folder/userlisp.lsp")      ;load ok.

  • Hello Kai,
    just ahead - those (vla-xxxx) property and method functions are not yet all implemented.

    The design to support COM-based functions is ready, but not yet all implemented -
    I expect to have this huge amount of work finished during Q3 and Q4 ...
    So for sure, it will come ... with maximum Windows compatibility.

    Regarding pathes - you are right, this is an issue ... I will work on it to get it solved,
    many thanks.

This discussion has been closed.