Supported Platforms and Compiler Information
The following table lists the operating systems that HOOPS Exchange components are supported on, along with the compiler versions that were used to build and test the release.
Platform |
Architecture |
Minimum Supported OS |
Compiler |
---|---|---|---|
Windows |
x64 |
Windows 10 |
MSVC v142 |
Linux |
x86 or x64 |
CentOS 7 / Red Hat
Enterprise Linux 7
(glibc 2.17)
|
devtoolset 8 / GCC
8.2.3
|
macOS |
x64/arm64(Apple Silicon) |
Max OS X 10.14 (Mojave) |
XCode 12.2 (LLVM) |
Android |
x86/x86_64
ARMv7/ARMv8A_64
|
5.0 (Lollipop) |
Android NDK R18b
Clang
c++_shared
|
iOS |
arm64/x86_64 |
IOS 11 |
XCode 12.2 (LLVM) |
Microsoft Visual Studio Runtime Requirements
Starting from HOOPS 2023, HOOPS Exchange migrated its compiler to Visual Studio 2019 (previously 2015). Following Microsoft’s Documentation on binary compatibility, this change implies an update to the required MSVC redistributables.
HOOPS Exchange being an explicitely shared library, the impact occurs at runtime. Any application running HOOPS Exchange must have at least Visual Studio 2019 redistributable.
Deprecated Platform Supports
Starting from HOOPS Exchange 2023 SP1, we are deprecating support for Android x86 (32-bit) and v7. We are planning to remove it by the end of year 2023.
Visit our Developer Support page to familiarize yourself with support procedures, including deprecated functionality.
Format Support and Platform
CAD format support may be restricted in some platforms. Please refer to File Formats for more information.
Package Hierarchy
Here is a quick decription of the package, once extracted:
Folder |
Description |
---|---|
bin |
Exchange and 3rd party binaries |
documentation |
A link to this documentation |
include |
C include files |
samples |
A list of example programs made with HOOPS |
tools |
Misc helper tools for facilitating client code upgrades |
Binaries
Binary files are location in a subfolder of bin/ directory. The name of the subfolder is set according to the runtime enviroment:
Platform |
Folder |
Main Binary File |
---|---|---|
Windows |
win32_v142 |
A3DLIBS.dll |
win64_v142 |
||
GNU/Linux |
linux32 |
libA3DLIBS.so |
linux64 |
||
Android |
android/arm64-v8a |
|
android/armeabi-v7a |
||
android/x86 |
||
android/x86_64 |
||
macOS |
macos |
libA3DLIBS.dylib |
iOS |
ios |
libA3DLIBS.a |