Simple repo for C++/CLI big
To build:
- Open
span-with-cpluplus.sln
in Visual Studio 2019 - Choose [Build], [Rebuild]
Or:
- Open Command Prompt for VS 2019
- Change directory to
span-with-cplusplus
- Type
msbuild
You will see warnings similar to these:
(ClCompile target) ->
c:\git\span-with-cplusplus\TestClass.h(8,40): warning C4996: 'System::Span<unsigned char>': was declared deprecated [
c:\git\span-with-cplusplus\span-with-cplusplus.vcxproj]
c:\git\span-with-cplusplus\TestClass.cpp(3,47): warning C4996: 'System::Span<unsigned char>': was declared deprecated
[c:\git\span-with-cplusplus\span-with-cplusplus.vcxproj]
c:\git\span-with-cplusplus\TestClass.cpp(5,29): warning C4996: 'System::Span<unsigned char>::ToArray': was declared d
eprecated [c:\git\span-with-cplusplus\span-with-cplusplus.vcxproj]