DK22Pac / plugin-sdk

An SDK for developing ASI/CLEO plugins for GTA San Andreas, GTA Vice City and GTA III
zlib License
436 stars 118 forks source link

Visual Studio 2019 support #86

Closed ghost closed 5 years ago

ghost commented 5 years ago

According to https://go.microsoft.com/fwlink/?linkid=2023588:

The version of Visual C++ in Visual Studio 2019 preview 0 and later does not include support for creating code for Windows XP by using the v142 toolset.

SDK requires building with v141_xp toolset, so i think we cannot build plugins in 2019 version?

DK22Pac commented 5 years ago

You can build it if you have v141_xp toolset.