How specify directory fo external dll file loaded from BRX?
My BRX file load dynamic library (dll). I share if with more application and I have it in different directory.
In Autocad and ZWCad I add this directory path to Support directories ("ACAD" variable). In Brics CAD it does not work.
Where to add this directory to work it.
0
Comments
-
In BricsCAD there is SRCHPATH. Adding folders to the support path affects performance. Instead of adding an application-specific folder to the general support path, it is preferred to load dependent modules by absolute path (that your code calculates at runtime).
0