about vla-get-xxxxxx function
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.
0 -
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.0
This discussion has been closed.