Randolph
3rd Nov 2009, 01:21 pm
As some will remember, I already posted about problems with fillet and chamfer, which I'm having on a single computer - mine. As I'm working on an important project, I don't want to risk fuzzing around with the installation - never change a running system, especially if you depend on it. Now, I have to live with encounters of the third kind.
1.) My version is English.
2.) My ACAD.PGP says:
V, *CHAMFER
C, *FILLET
3.) NO CHAMFER and NO FILLET in my ACAD.LSP (I totally removed the words from the lisp).
4.) Start AutoCAD.
5.) Enter V -> UNKNOWN COMMAND "FASE"
6.) Enter C -> UNKNOWN COMMAND "ABRUNDEN"
These are the GERMAN commands for chamfer and fillet! :?
It also seems that AutoCAD does not access the pgp, as I tried to create some shortcuts like "KJH, *LINE" which did not work, neither after reinit nor after restart.
No I searched my installation for other PGPs and LSPs- without success. And yes, I also looked for hidden files.
NOW comes the really weird part:
7.) I opened my ACAD.LSP and entered:
(DEFUN C:V () (COMMAND "_CHAMFER"))
(DEFUN C:C () (COMMAND "_FILLET"))
8.) Appload
9.) Enter C -> UNKNOWN COMMAND "FILLET"
10.) Enter V -> UNKNOWN COMMAND "CHAMFER"
ISN'T IT CRAZY!? WHAT THE HELL!
Is there some other whatsoever CUI stuff? How can it be that an english installation installed on a computer which has never seen a german version remeber german commands while forgetting the most common english commands?
AND:
11.) If I use the buttons (which I hate) both commands work properly.
GHOST - MESSAGES FROM CUI?
1.) My version is English.
2.) My ACAD.PGP says:
V, *CHAMFER
C, *FILLET
3.) NO CHAMFER and NO FILLET in my ACAD.LSP (I totally removed the words from the lisp).
4.) Start AutoCAD.
5.) Enter V -> UNKNOWN COMMAND "FASE"
6.) Enter C -> UNKNOWN COMMAND "ABRUNDEN"
These are the GERMAN commands for chamfer and fillet! :?
It also seems that AutoCAD does not access the pgp, as I tried to create some shortcuts like "KJH, *LINE" which did not work, neither after reinit nor after restart.
No I searched my installation for other PGPs and LSPs- without success. And yes, I also looked for hidden files.
NOW comes the really weird part:
7.) I opened my ACAD.LSP and entered:
(DEFUN C:V () (COMMAND "_CHAMFER"))
(DEFUN C:C () (COMMAND "_FILLET"))
8.) Appload
9.) Enter C -> UNKNOWN COMMAND "FILLET"
10.) Enter V -> UNKNOWN COMMAND "CHAMFER"
ISN'T IT CRAZY!? WHAT THE HELL!
Is there some other whatsoever CUI stuff? How can it be that an english installation installed on a computer which has never seen a german version remeber german commands while forgetting the most common english commands?
AND:
11.) If I use the buttons (which I hate) both commands work properly.
GHOST - MESSAGES FROM CUI?