I recently upgraded our Lisp programming to work in 2005 (very few changes were necessary). However, I have witnessed some confounding behavior in programs that utilize ObjectDCL (2.01 or 3.0) I know many people are familiar with this program, so I thought I'd see if anyone else has had similar problems. (Note: I started by using the ObjectDCL2005.arx file with 2005.) The specific problem that I have noticed is this: If you use an ObjectDCL Dialog Box to fire off another Lisp routine (compiled or not), the "change" and "chprop" commands DO NOT work properly. Example: (command "change" Entity_Name "" "p" "la" "1" "") ...simple changing of an entity to layer 1 - not elegant, but should be legal... When this is attempted, the double quote ("") AFTER Entity_Name is not evaluated, which obviously causes the program to crash. Strange... Run the program WITHOUT firing it from an ObjectDCL Dialog Box and it runs fine. Stranger... Luis Esquivel mentioned in an October 2004 post that he was not using the ObjectDCL2005.arx, but rather the ObjectDCL2004.arx file instead inside AutoCAD 2005. So I tried this and now the SAME program works just fine. Hmm... I have seen a couple other strange anomalies but this post is already getting too long. Maybe I don't have the right ObjectDCL2005.arx file? Mine is dated 02/17/04. Anyone successfully using ObjectDCL2005.arx with AutoCAD 2005? David Lister Mikron Industries