Visual Studio notes

DLL project

For a DLL project you need project type DLL with exports

Then right click in project explorer -> properties -> c++ language set to at least 17.x

Regular binaries

The project type needed for normal .exe is Console App (.NET Framework).

Select 4.7.2 default as this .NET version is usually present on target systems

Last updated