Requirements
Legacy Extender was designed primarily for existing projects that already run fine on the desired legacy platform (Windows 95, etc.) when built with older versions of Visual Studio or Visual C++, but which fail to run when built with Visual Studio 2005 or 2008.
The following requirements apply:
- Works on C/C++ projects only (with or without MFC), not on projects that carry other dependencies (e.g. .NET)
- Runtime libraries must be statically-linked (/MT or /MTd options)
- LegacyExtender.lib only implements functions currently known to be referenced by Visual Studio (if you report a scenario where at the time of purchase the library does not implement a required function, we will either update the library or refund your license)
- Debug mode may not fully work in Windows 95 (other than that the code will run fine)