2015-08-19 09:18 UTC
Hello guys, I have something to ask about *.odcl.lsp.
I've search on google the answer but I didn't find it, maybe because I'm not native english.. don't know.
I want to compile all my project (7 .lsp + 1 .odlc) in one .vlx.
I know there is the possibility to create an odcl.lsp from the program save as, but what then?
If i try to start my program i get an error: "no function definition: dcl_Project_Load"
Can someone help me doing the job?
(vl-load-com)
(defun C:cordoli ( / )
(COMMAND "OPENDCL")
;(DCL_PROJECT_LOAD "cordoli") ;non più in sviluppo
(DCL_PROJECT_LOAD "cordoli" T)
(dcl-Form-Show cordoli/cordoli 50 300)
(vl-load-com)
(PRINC)
)
Thanks guys :)
I've search on google the answer but I didn't find it, maybe because I'm not native english.. don't know.
I want to compile all my project (7 .lsp + 1 .odlc) in one .vlx.
I know there is the possibility to create an odcl.lsp from the program save as, but what then?
If i try to start my program i get an error: "no function definition: dcl_Project_Load"
Can someone help me doing the job?
(vl-load-com)
(defun C:cordoli ( / )
(COMMAND "OPENDCL")
;(DCL_PROJECT_LOAD "cordoli") ;non più in sviluppo
(DCL_PROJECT_LOAD "cordoli" T)
(dcl-Form-Show cordoli/cordoli 50 300)
(vl-load-com)
(PRINC)
)
Thanks guys :)