Code Red > AutoLISP (Vanilla / Visual)

Startup Priority

(1/8) > >>

ronjonp:
OK....so I have nearly 200 lisp routines that I load via calling them from a custom mnl file. My question is, how can I load all these routines but not wipe out my users pgp settings? Right now all the routines load up last so any quick keys that are defined in the acad.pgp get overwritten with conflicting routines.

thanks,

Ron

ronjonp:
Nothing? I thought you gurus would have this one knocked out in minutes :).......on side note....anyone one of you using autoload to load your routines see this:


--- Quote ---; error: no function definition: AUTOLOAD
--- End quote ---

but they still all load fine.

Thanks,

Ron

Jeff_M:
Add the following to the end of the .mnl file:

(setvar "re-init" 16)

This will reintialize the Acad.pgp file. I haven't used the acad.pgp in so long that I'm not positive this will work, but I'm pretty sure it will.

Jeff_M:

--- Quote from: ronjonp on August 01, 2006, 10:57:34 AM ---Nothing? I thought you gurus would have this one knocked out in minutes :)

--- End quote ---
Heck, I just got here.....haven't even had a cup of coffee yet..... :roll:

CAB:
I suspect that AUTOLOAD is not causing the error but the routine that it is attempting to load that is generating the error.

As for your overwrite problem, perhaps an example of what you are loading. The problem is not clear to me.

Navigation

[0] Message Index

[#] Next page

Go to full version