Do your SDKs work with my compiler / operating system?

Frequently Asked Questions. Please look here first before you ask questions in one of the forums.
Post Reply
User avatar
Support Team
Hero Member
Hero Member
Posts: 3056
Joined: 18 Mar 2011, 15:09

Do your SDKs work with my compiler / operating system?

Post by Support Team »

Yes, very likely. Everthing was designed to be portable, but we only guarantee combatibility for systems we have tested.

In general:
  • The SDKs can be ported to any OS by adding a new or modifing an existing platform layer
  • All the generic code should be compiler indepedent, but every new compiler can introduce new problems or at least warnings.
  • Platform layers may also contain compiler specific code, e.g. compiler intrinsics for atomic operations. This must be adapted to your OS/compiler combination.
For more information and details about the integration with your system, please contact us: sales@unifiedautomation.com
Best regards
Unified Automation Support Team

Post Reply