Login Page - Create Account

Support Board


Date/Time: Mon, 11 May 2026 09:40:53 +0000



Post From: What version check to do for an ACSIL study?

[2025-04-26 15:13:59]
ForgivingComputers.com - Posts: 1219
You won't be able to load a DLL built with a newer version onto a previous version.

You can name your files with minimum version supported, so you can support both versions:

My_Study_2739.cpp

and

My_Study_2744.cpp