Minimum system

General discussion forum for SDStudio Design Environment
Post Reply
wilbert2940
Registered User
Posts: 58
Joined: Fri Feb 02, 2018 7:44 am

Minimum system

Post by wilbert2940 »

Hello
What is the minimum system for running the software that we build in SDStudio?
whether programs built with SDStudio required to install a specific framework to run?

Like : .NET Framework, C Redistributable packages, and ...
English is not my native language.
User avatar
Serkan
Developer
Developer
Posts: 214
Joined: Thu Jul 04, 2013 8:44 pm
Location: Windows.h
Contact:

Post by Serkan »

SDStudio creates native windows applications therefore there is no system dependencies ,such as .NET or runtime libraries
Minimum supported OS is Windows XP (All editions, but SP3 is recommended)

SDStudio runtime written in native C++ therefore there is no system dependencies other than C and CPP runtime libraries
These libraries are already ( statically ) linked and an SDStudio application can work on any (Desktop Version including Server variants) Windows OS from Windows XP to recent Windows version


In addition to these ,there might be some DLL dependencies for specific extensions ,such as database extensions
For example FireBird requires a client DLL to work which will be provided by SDStudio IDE and will be copied to application directory
whenever you preview an application that use FireBird extension

MongoDB can be another example of this
Post Reply