Is there something new with AutoCAD 2007 not wanting to reload Acaddoc.lsp with the S::Startup function? I keep getting as error with the S::Startup function when I try to reload Acaddoc.lsp. It didn't happen in previous versions. Any ideas?
The s::startup function is initially only loaded once when you either open a drawing or start a new drawing. You can test or debug this by adding a (princ "1.") just before your s::startup function in your Acaddoc.lsp, and also add a (princ "2.") as the first line of code inside the s::startup function. I use AutoCAD 2006, and I'm seeing "1.2." when a drawing is opened, and only a "1." when I reload Acaddoc.lsp.