lisp2arx
Visual Programming for AutoLisp
Mathématiques en programmation Lisp..
doc2cpp,doc2lsp, sld2lsp, bmp2dcl,
free__GifCcapture for all-CAD'platforms..
|
Nou pe simpatie: oana89
 | Femeie 25 ani Bucuresti cauta Barbat 25 - 46 ani |
|
|
lisp2arxReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #1 |
adminAdministratorDin: Bucharest
Postari: 523
|
|
"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" ;*/
_______________________________________ http://www.puiubrat.3x.ro/lisp2arx/lisp ... O2UTM2.pdf
|
|
| |
|
| #2 |
|
|
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..
|
|
| |
|