SDS (deprecated)

BricsCAD (Windows) BricsCAD (Mac) BricsCAD (Linux)


 

The SDS API is a C-style API, that is similar to the ADS API of AutoCAD.

Deprecated

Up to BricsCAD V7, SDS was the only C-style API available.

Since BricsCAD V8, there is a new C/C++ BRX API, which is fully code compatible with ADS and ObjectARX of AutoCAD. Most of the SDS functions have an equal similar global function in BRX. Therefore, we advise to use BRX above SDS for new developments.

SDS is still supported, for reasons of backward compatibility with existing SDS applications. However, some breaking changes were necessary to fit into the design of BricsCAD V8. At the same time these changes increased the compatibility with AutoCAD.

Breaking changes from BricsCAD V7 to V8 (or higher)

Compiling SDS applications

In order to compile your SDS application, you need to:

We advise to use Microsoft Visual Studio 2013 (platform toolset v120).


© Bricsys NV. All rights reserved.