BricsCad automatically running command at start
When I start Brics I get this:
gtMyPallette
Cannot find command "gtMyPallette" or something like that
I know what this command is. It is a custom command I wrote in a dll that is not currently being automatically loaded. My problem is that I do not want this command to run at start. (but I do want to autoload the dll) I have no idea what I did to get it to run at start. It only runs at start up when opening the first drawing.
I have tried everything I can think that would auto run at start. Disabled loading on_start.lsp. Unloaded all my custom menus.
Any ideas? Thanks
Comments
-
Not my area of expertise, but you haven't got it as a command in on_doc_load.lsp have you?
Something like (command "netload""gtMyPallette.dll")
0 -
Check your Start up Suite in OPTIONS also.
Trying to remember wether a MNL is autoloaded. It is in Acad. Normally with a custom menu.
0