vl-registry-read
I made several AutoCAD applications (Windows) in lisp.
I am testing them now in BricsCAD (Windows).
Do all lisp functions work in BricsCAD for MAC ?
I expect that a function like vl-registry-read and vl-registry-write not work in MAC.
Is there a list of lisp functions that do not work or are different in MAC or Linux ?
Comments
-
I expect that a function like vl-registry-read and vl-registry-write not work in MAC.
That is a reasonable expectation, however, these functions do work in BricsCAD(Mac).
In BricsCAD(Mac) and BricsCAD(Linux) the windows registry is emulated by bricscad runtime.
Other programs cannot use the registry, but if the registry values are for use by lisp inside BricsCAD only, these functions can be used.
The values are stored at ~/Library/Preferences/.bricscad/reg, in wxFileConfig format (http://docs.wxwidgets.org/3.0/classwx_file_config.html).0 -
Dank je Tijs. Ik weet voorlopig voldoende
0