Hi, “I think” 14.5X includes support for visual studio 2026, You might to hunt for a redistributable version that is 14.3XXXXX, which is for visual studio 2022. I found a link here that has a collection of runtimes, https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in...
For Python enthusiasts, I would like to introduce PyRx – Python for AutoCAD: https://github.com/CEXT-Dan/PyRx PyRx embeds Python directly into the IntelliCAD process and wraps the CAD API via ICARX. The objective of the project is to provide a more capable and expressive scripting environment for CA...
I was able to compile a couple projects, I didn’t get this. FYI, you cannot compile in debug since the libraries are release. Both your Debug and release should define NDEBUG. Your Debug should be almost identical to the release build You can create your own .pdb and turn off compile and linker opti...
Great job on the ICARX wrappers. My SQLiteLsp routine compiled without issue. So I’ve included a build (SQLiteLspIC11x64.irx) at https://www.theswamp.org/index.php?topic=28286.0 There’s few samples in the package, plus the development history at the swamp thread (DEFUN C:TEST123 ( / a db) (SETQ DB &...
Hard to say without knowing the details of your application. while I occasionally do some .NET, I mostly use the C++ APIs. its been my experience that working with Teigha is really good as far as DatabaseServices. So, if you’re mostly working with entities, you should be fine I’ve not tested Applica...
That’s a huge program, surprised he gives that away for free. I’m sure Lee would be happy to take a look, especially if someone were to hit that donate button