Knowledge Base FAQ Item #1420010
Q1420010: Which Visual Studio version is required to compile the Visual C++ samples?
You need Microsoft Visual Studio 2015 or higher. All sample projects are created in Visual Studio 2015 and Visual Studio 2019. If you use a newer version of Visual Studio, then Visual Studio will prompt you to convert the project file.
If you use an older version of Visual Studio, you must recreate the sample projects yourself and add the source files.
In all C++ files that make use of an ActiveXperts Network Component object, you must include 'AxNetwork.h' and 'AxNetworkConstants.h'. Also add 'AxNetwork_i.c' to the project, so it will be compiled and linked.
(viewed: 1530)