AboutScott Cook Expertise I`ve been using AutoCAD since 1987 and programming AutoLISP nearly as long. I can answer questions about programming AutoCAD (except ARX) and production enhancement techniques. I cannot answer questions about AutoCAD crashes or DWG corruption. AutoCAD PROGRAMMING (menus, lisp) related questions only!
Experience Since 1987. Author of Plot2000 software for for AutoCAD, http://www.plot2000.com.
PROGRAMMING QUESTIONS ONLY PLEASE. Questions that are NOT related to programming or AutoCAD customization (menus and lisp only please) are outside the scope of my volunteer services and will NOT BE ANSWERED.
Question When i run a lisp that calls a symbol it says it cannot find the file path. I can however insert the symbol manually. we just moved over to windows server 2003 and wonder if we are missing some settings? we have administrative rights on all the drives. any idea?
Answer it will be one of two things:
1. the path is hard-coded into the lisp routine and is now incorrect, or
2. your options support file search path needs to be updated.
if the lisp routine supplies no path to the file, then the autocad search path is used to locate the file.