lisp2arx
Visual Programming for AutoLisp
Mathématiques en programmation Lisp..
doc2cpp,doc2lsp, sld2lsp, bmp2dcl,
free__GifCcapture for all-CAD'platforms..
|
Lista Forumurilor Pe Tematici
|
lisp2arx | Reguli | Inregistrare | Login
POZE LISP2ARX
Nu sunteti logat.
|
Nou pe simpatie: GeorgianaIoana
| Femeie 24 ani Bucuresti cauta Barbat 25 - 63 ani |
|
admin
Administrator
Din: Bucharest
Inregistrat: acum 13 ani
Postari: 516
|
|
"t018Error" The VLXC ,not found file.dcl inside file.VLAX. The file.DCL is store inside file-vlax with "_dcl2lisp" //Fix: You put the file ".dcl" into your .VLAX file..
//Fmt: ^/*c:#_dcl2lisp("name_var_lisp","inc_dcl\name of file.dcl"*/ //Eg1: ^/*c:#_dcl2lisp("m","inc_dcl\dfn_dcl_getstrs.dcl"*/
_______________________________________
|
|
pus acum 3 ani |
|
zauchan
Moderator
Inregistrat: acum 13 ani
Postari: 180
|
|
Title= DCL file is included in the compiled VLX but doesn't open. 1. There was nothing wrong with my lisp-code 2. Theo was nothing wrong with my DCL-file 3. The require-file-list line was wrong (see below), 4. The correct line must be: (:require-file-list (CL "Proef.DCL")
Code:
;;; Visual LISP make file [V1.0] PROEF saved to:[D:/Theo/extra/acad-extra] at:[3/1/21]
(PRV-DEF (:target . "PROEF.VLX")
(:active-x . T)
(:separate-namespace)
(:protected . T)
(:load-file-list (:lsp "Proef.LSP"))
(:require-file-list (:lsp "Proef.DCL"))
(:ob-directory)
(:tmp-directory)
(:optimization . st)
)
;; EOF |
_______________________________________ psw: cea de la wjndowsXP gigabyte..
|
|
pus acum 3 ani |
|