Posted by
emanuel on
Jan 14, 2025; 3:08am
URL: https://forum.librecad.org/Language-Docu-Lisp-Python-DCL-tp5726031p5726038.html
I finally got the developer documentation/help ready enough to generate the htmls I need.
I have now documented everything I have already programmed in terms of functionality.
I noticed what was still missing. Well, I still did a lot during that time.
I was now even able to build the
LibreBrowser, which I need for Lisp, Dcl, Python help, under Windows 64.
Unfortunately, it doesn't work in one go like it does in Linux.
The Chromium Lib is to blame. You can only build it with MSVC.
This is also to blame for the fact that all Qt examples with qtc:/ html src no longer work in 6.X.
But the fact that Windows only works with MS was new to me.
You can't even build the examples with MinGW (WebEngine).
But that doesn't matter in and of itself, because the browser has to be independent.
Otherwise it will block the CAD.
I tried building LibreCAD under Win with the same compiler.
That then depended on swig.exe.
How exactly do you build this under Windows with MinGW.
In Qt Creator or just via CMD.EXE with CMAKE.EXE?
Please take a look at the lightweight browser for help.
Thanks Emanuel