vmr_streamer/INSTALL.md
2023-05-28 02:13:20 +01:00

859 B

Step by step

These instructions should work for both Debug/Release builds. In this case we target Release x64. All of the Releases were built with Visual Studio 2022.

Release

Open up project properties.
Properties

In advanced properties ensure Character Set is set to Not Set Character Set

Check that _CRT_SECURE_NO_DEPRECATE and if targeting an x64 build VB_X64 are in the preprocessor definitions. Preprocessor Definitions

Ensure Ws2_32.lib is included as an additional dependency. Linker dependencies