Version Consistency Checks
Introduction
AADC includes version checking mechanisms to ensure consistency between different components. Version mismatches between the AADC++ compiler, AADC header files, and AADC precompiled binaries can lead to subtle bugs and difficult-to-diagnose issues. The version checking system provides early detection of such inconsistencies at both compile-time and link-time.
Key Points
- Automatic checks: Version consistency is verified automatically during compilation and linking
- Early detection: Mismatches are caught before runtime issues occur
- Clear error messages: Link-time and compile-time errors indicate which components are mismatched
This is a preview of the Version Consistency documentation.
The full documentation includes detailed implementation guides, troubleshooting steps, and best practices.
Contact us to request a demo version and get access to the complete documentation.