C Runtime Library-Supported API Overview
Microsoft provides a supported version of its C Runtime libraries with every version of Visual Studio and, to be as seamless as possible with Microsoft, eRTOS supports the Microsoft Visual Studio C Runtime libraries. By providing this C Runtime support, we allow for the same code to be built as either a Windows or a real-time process, with little or no behavioral differences. eRTOS makes no functionality or logic modifications to the C Runtime library. This helps to keep API behavior between Windows and real-time Processes as close as possible. eRTOS supports static C Runtime libraries, not dynamic C Runtime libraries.
See Also: