|
IntelliCAD : Probleme mit C++/Lisp/mapcar
StephanE am 02.08.2005 um 10:20 Uhr (0)
Hallo zusammen, ich habe ein Problem mit der SDS-Schnittstelle und mapcar. Folgendes kleines Beispielprogramm: (defun C:&&Test ( / l-1 l-2) (princ " Input: ") (setq l-1 ((0.0 0.0 0.0) (1.0 1.0 1.0))) (princ l-1) (princ " ") (setq l-2 (#TEST l-1)) (setq l-2 (car l-2)) (princ " Output: ") (princ l-2) (princ " Das erste Element: ") (princ (mapcar car l-2)) ) Hier die dazugehörige Bildschirmausgabe: Loading D:Icadkonert.lsp : C:&&TEST : &&TEST Input: ((0.000000 0.000000 0.000000) (1.0000 ...
| In das Form IntelliCAD wechseln |
|
IntelliCAD : Probleme mit C++/Lisp/mapcar
StephanE am 05.08.2005 um 09:44 Uhr (0)
Stephan Eyring schrieb: [mapcar Problem] Falls noch jemand das Problem haben sollte, hier die Antwort von BricsCAD in Gent: ---------------------------------------- Please find here the answer from BricsCad Support : The problem you describe caused by a bug in our software. It will be fixed. We are sorry for the inconvenience and suggest the following solution to circumvent the problem for you at the moment: (setq l1 ((0 0 0) (1 1 1))) (setq l2 (#TEST l1)) (setq l2 (car l2)) (setq l3 (copy l2)) ;crea ...
| In das Form IntelliCAD wechseln |
|
Anzeige:
Anzeige: (Infos zum Werbeplatz)
 |