Vice City: Multiplayer

VC:MP Discussion => Support => Tutorials => Topic started by: habi on Sep 30, 2023, 08:26 AM

Title: Making plugins runnable on xp
Post by: habi on Sep 30, 2023, 08:26 AM
Just this is documentation so somebody in future may find helpful.

When loading a plugin, several errors appear.

How to make a plugin which will load regardless of old windows xp ?

How to make the same which do not depend on msvc runtime?

This is a question i have been researching lately.

To make a VCMP Server plugin which do not depend on msvc dlls, you have to set this MultiThreaded (/MT)
(https://i.imgur.com/fQ9Gqcu.png)


That is all.

Now, if the plugin is to be run on windows xp, set this:
(https://i.imgur.com/KxbCC4d.png)
Windows XP Toolset v141_xp for Visual Studio 2017