Making plugins runnable on xp

Started by habi, Sep 30, 2023, 08:26 AM

Previous topic - Next topic

habi

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)



That is all.

Now, if the plugin is to be run on windows xp, set this:

Windows XP Toolset v141_xp for Visual Studio 2017