
Once loaded all the (extra) commands made available by your library class project, become availbale to the BricsCAD session. This is done once BricsCAD session has started by using the NETLOAD command on the BricsCAD command line.


dll will get loaded into a running BricsCAD session with the NETLOAD command. (of course and as it is often the case this strict either/or distinction does not always hold but let's stick to it for the purpose this discussion)īoth approaches are typically authored on the same IDE: Microsoft VisualStudio.Ĭase 1: (create library class path) would typically indicate that the bianry output of your the vb.net project you create will generate a (.dll). I'm somewhat confused with 2 terms you use:Ģ) how to proceed in connecting to the BricsCAD app.īecause these terms or concepts are (generally speaking) mutually exclusive.Įither you create a Class Library or you create a (stand-alone) application which then (tries to) connect to BricsCAD via COM.
