Custom Lisp Issue

Custom Lisp Issue

Krispm
Observer Observer
349 Views
2 Replies
Message 1 of 3

Custom Lisp Issue

Krispm
Observer
Observer

I have recently upgraded my license from 2020 to 2023. I have custom lisps for layer manipulation which are tied to a custom toolbar. I have support files (under options) pointed to the folder with lisp file. I have used the appload command, which once executed, all lisp files work. However, when I restart C3D, the toolbars load but lisps do not. I am using the default profile and cui.

 

Any help would be appreciated.

 

Thank you

Kris

0 Likes
Accepted solutions (1)
350 Views
2 Replies
Replies (2)
Message 2 of 3

andrewpuller3811
Advisor
Advisor
Accepted solution

You need someway to load the lisps so that the commands within are recognised, either by adding them to the Startup suite in the appload dialogue, have a loader function in the menu files or acaddoc.lsp file or have the buttons run the appload command.

 

What is the command string the buttons are running?



If a post provides a fix for your issue, click on "Accept as Solution" to help other users find solutions to problems they might have that are similar to yours.

Andrew Puller
Maitland, NSW, Australia
Windows 11
Intel core i7 11800 @ 2.30 GHz with 32GB Ram
Civil 3d 2023
0 Likes
Message 3 of 3

Krispm
Observer
Observer

Thank you, I needed to load each lisp within the CUI.

0 Likes