SLW210 Posted May 26, 2011 Posted May 26, 2011 Try placing the folder in the "C:\\Program Files\\Autodesk\\AutoCAD MEP 2012\\support" The newer version of the OLD ACADDOC.LSP is NOW ACAD2011DOC.LSP on AutoCAD 2011 and resides in that folder. Quote
Lee Mac Posted May 26, 2011 Posted May 26, 2011 The newer version of the OLD ACADDOC.LSP is NOW ACAD2011DOC.LSP on AutoCAD 2011 and resides in that folder. No, the ACAD####DOC.lsp files should not be modified and are not the same as the ACADDOC.lsp. Read this: http://docs.autodesk.com/ACD/2011/ENU/filesACG/WS73099cc142f4875513fb5cd10c4aa30d6b-7f72.htm Warning Do not modify the reserved acad2011doc.lsp file. Autodesk provides the acad2011doc.lsp file, which contains AutoLISP-defined functions that are required by AutoCAD. This file is loaded into memory immediately before the acaddoc.lsp file is loaded. Quote
irneb Posted May 26, 2011 Posted May 26, 2011 No, the ACAD####DOC.lsp files should not be modified and are not the same as the ACADDOC.lsp. Agreed! Don't know how many times this has come up! And still it happens! I think the major reason for people using these files is that they search for the ACADDOC.LSP in a new installation. Can't find it, but find "the next best thing": ACAD2011DOC.LSP and think: "Ahh! That's been renamed!" Unfortunately it would cause more problems if ADesk adds a ACADDOC.LSP to the install - that way it might also overwrite any custom stuff you made yourself! Quote
irneb Posted May 26, 2011 Posted May 26, 2011 Try placing the folder in the "C:\\Program Files\\Autodesk\\AutoCAD MEP 2012\\support"Also, don't do this. You never know when ADesk's updates may overwrite something in that folder. And how would you accomplish an upgrade? Quote
Ahankhah Posted May 26, 2011 Posted May 26, 2011 Contents Suite works nice in AutoCAD 2012 like earlier releases of AutoCAD. If you encountered some errors, I am sure it is due to other reasons. Quote
SLW210 Posted May 26, 2011 Posted May 26, 2011 No, the ACAD####DOC.lsp files should not be modified and are not the same as the ACADDOC.lsp. Read this: http://docs.autodesk.com/ACD/2011/ENU/filesACG/WS73099cc142f4875513fb5cd10c4aa30d6b-7f72.htm You are right, no Idea what I was thinking this morning. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.