Author Topic: BricsCAD Bundle and Plugins Path  (Read 479 times)

0 Members and 1 Guest are viewing this topic.

Tharwat

  • Swamp Rat
  • Posts: 710
  • Hypersensitive
BricsCAD Bundle and Plugins Path
« on: April 09, 2024, 06:10:38 AM »
Hello everyone,

I tried to ask in BricsCAD forum but could not get it to process due to system error or so and that's why I am starting my thread here because I know there are many members here use Bricscad.

In AutoCAD I am locating my applications in the same path where Autodesk Apps. Store does as follows: C:\ProgramData\Autodesk\ApplicationPlugins

- So Where can I locate my applications with BricsCAD ? As a matter of secured path to allow me to find the files that my applications need to find.!

- And does the XXX.bundle suit ( Autoload ) work with BricsCAD as well as it works with AutoCAD ?

I don't have the BricsCAD program installed on my system.

Thanks in advance.

ribarm

  • Gator
  • Posts: 3282
  • Marko Ribar, architect
Re: BricsCAD Bundle and Plugins Path
« Reply #1 on: April 09, 2024, 07:00:03 AM »
Install BricsCAD and probably you'll find similarities with AutoCAD... For instance BricsCAD has appload.dfs file where are stored startup applications like *.lsp and *.des... If you put appload.dfs file in similar path where BricsCAD stores it ...\Roaming\Bricsys\... (...\Roaming\Autodesk\...) you can make AutoCAD load it's compatible files (*.lsp, *.VLX, *.fas)... - here only *.dll must be loaded through NETLOAD command and that's the same for both AutoCAD and BricsCAD...
Marko Ribar, d.i.a. (graduated engineer of architecture)

:)

M.R. on Youtube

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8729
  • AKA Daniel
Re: BricsCAD Bundle and Plugins Path
« Reply #2 on: April 09, 2024, 08:07:50 AM »
I have this issue too, I just changed my Python project to install all the goodies into
AppData\Local\Programs\...

Then I created loader modules the go into Roaming\Autodesk\ApplicationPlugins for autoloading
Seems to be working good, having separate loader modules actually gives me some flexibility.

The downside is BricsCAD uses have to manually navigate and add it to their startup suite.
I don’t want to write to the registry.


Tharwat

  • Swamp Rat
  • Posts: 710
  • Hypersensitive
Re: BricsCAD Bundle and Plugins Path
« Reply #3 on: April 09, 2024, 02:18:19 PM »
Thanks guys for your replies.

BIGAL

  • Swamp Rat
  • Posts: 1420
  • 40 + years of using Autocad
Re: BricsCAD Bundle and Plugins Path
« Reply #4 on: April 09, 2024, 08:05:32 PM »
Like "Alive" you need to write to registry about where your custom code is, I am sure was asked on Bricscad forum. Will see if can find.

I still use a Custom directory and just set the support path to suit. I use a install.lsp that unzips all the files to a destination directory adds support paths and menus etc. The zip is like 30Mb as it has multiple company dwt and dwgs.

Des = Fas etc.

Oh yeah trying to remember can use mnl to load lisps like using startup suite (load "xxx shortcuts")
« Last Edit: April 09, 2024, 08:08:50 PM by BIGAL »
A man who never made a mistake never made anything

Tharwat

  • Swamp Rat
  • Posts: 710
  • Hypersensitive
Re: BricsCAD Bundle and Plugins Path
« Reply #5 on: April 10, 2024, 02:55:16 AM »
Like "Alive" you need to write to registry about where your custom code is, I am sure was asked on Bricscad forum. Will see if can find.
He said the contrary.
I don’t want to write to the registry.
Besides that, your procedure is too old and must level up your work than unzipping and using LOAD function so try to work hard on yourself than just spamming every thread all around lisp forums which makes reading threads very boring.