Skip to content

Help Me!

Dan edited this page Apr 23, 2025 · 8 revisions

Where are the Docs?

Hey look a rabbit --------->>>> 🐰

They are in progress, for now the C++ and .NET documentation for your platform will be super helpful. The ActiveX documentation and VBA samples are very useful. Its the same API, just a different language

Exception, Not implemented in XRX!

Not all clones have fully complete APIs as compared with AutoCAD. In the case that a function is missing, you may see the above exception. In this case, please open up an issue. Since this project is opensource, it’s not officially supported, however, their APIs are. We can help you port offending code to a language that is supported to illustrate the issue. We can help file the support request on your behalf, or you may file it. Once filed, the issue will be closed, hopefully with a ticket or reference id. It will be up to you to keep track of the issue and report when a fix has been made available

Function foo behaves different on platform X than Y.

Please open up an issue with a test case that illustrates the behavior differences. There’s very little implementation in these wrappers, in most cases, we will need to send a support request, but maybe there’s a workaround. You can help by creating a unit test case so it’s run across all platforms

My program doesn’t work!

Its up to you to find out why. Break your program into smaller chunks, use the debugger, use asserts in your code. If you find a bug, open an issue. its up to you to do the groundwork.

I need a routine for my work.

Open a discussion, we may be able put you in touch with a contract coder

Clone this wiki locally