Support Board
Date/Time: Wed, 30 Apr 2025 11:04:23 +0000
Post From: What version check to do for an ACSIL study?
[2025-04-26 03:29:48] |
LTSys2 - Posts: 25 |
I noticed a couple places to get a version number in the SC API. If I want to share my study that I built on SC version 2744 and I give it to someone who might be running an older version of SC how would I do that check in the code? This one... if(atoi(sc.VersionNumber().GetChars()) != 2744) return false; Or this one... if(sc.ACSVersion != 2744) return false; TIA Date Time Of Last Edit: 2025-04-26 03:30:50
|