|
|
@@ -33,14 +33,38 @@ SNFMulti SDK .zip package is created. |
|
|
|
|
|
|
|
[ ] identity.xml
|
|
|
|
|
|
|
|
[ ] testmode.gbx
|
|
|
|
[ ] testmode.snf
|
|
|
|
|
|
|
|
[ ] getRulebase.cmd
|
|
|
|
|
|
|
|
[ ] GBUdbIgnoreList.txt
|
|
|
|
|
|
|
|
[ ] curl.exe
|
|
|
|
|
|
|
|
[ ] SNF2Check.exe
|
|
|
|
|
|
|
|
[ ] Test the C++ sample program:
|
|
|
|
|
|
|
|
[ ] With Visual Studio 2019, open VS2019CPPSample\VS2019CPPSample.sln.
|
|
|
|
|
|
|
|
[ ] Verify that the program builds and runs with no errors for each
|
|
|
|
platform (x64 and x86) and for Release and Debug
|
|
|
|
platform:
|
|
|
|
|
|
|
|
[ ] Select x64 and Release
|
|
|
|
|
|
|
|
[ ] Verify that the program runs successfully.
|
|
|
|
|
|
|
|
[ ] Select x64 for Debug
|
|
|
|
|
|
|
|
[ ] Verify that the program runs successfully.
|
|
|
|
|
|
|
|
[ ] Select x86 for Release
|
|
|
|
|
|
|
|
[ ] Verify that the program runs successfully.
|
|
|
|
|
|
|
|
[ ] Select x86 for Debug
|
|
|
|
|
|
|
|
[ ] Verify that the program runs successfully.
|
|
|
|
|
|
|
|
[ ] Exit Visual Studio 2019.
|
|
|
|
|
|
|
@@ -49,11 +73,49 @@ SNFMulti SDK .zip package is created. |
|
|
|
[ ] With Visual Studio 2019, open VS2019CSSample\VS2019CSSample.sln.
|
|
|
|
|
|
|
|
[ ] Verify that the program builds and runs with no errors for each
|
|
|
|
platform (x64, x86, and Any CPU) and for Release and Debug.
|
|
|
|
platform (x64, x86, and Any CPU) and for Release and Debug:
|
|
|
|
|
|
|
|
[ ] x64:
|
|
|
|
|
|
|
|
[ ] In main.cs, uncomment the line that initializes the
|
|
|
|
SNFMULTI_DLL variable with the path to the DLL for the
|
|
|
|
"x64" platform.
|
|
|
|
|
|
|
|
[ ] Select Debug.
|
|
|
|
|
|
|
|
[ ] Verify that the program runs successfully.
|
|
|
|
|
|
|
|
[ ] Select Release.
|
|
|
|
|
|
|
|
[ ] Verify that the program runs successfully.
|
|
|
|
|
|
|
|
[ ] x86:
|
|
|
|
|
|
|
|
[ ] In main.cs, uncomment the line that initializes the
|
|
|
|
SNFMULTI_DLL variable with the path to the DLL for the
|
|
|
|
"x86" platform.
|
|
|
|
|
|
|
|
[ ] Select Debug.
|
|
|
|
|
|
|
|
[ ] Verify that the program runs successfully.
|
|
|
|
|
|
|
|
[ ] Select Release.
|
|
|
|
|
|
|
|
For the different platforms, in main.cs, uncomment the
|
|
|
|
appropriate line for initializing the SNFMULTI_CLL string
|
|
|
|
variable to specify the location of the SNFMulti.dll file.
|
|
|
|
[ ] Verify that the program runs successfully.
|
|
|
|
|
|
|
|
[ ] Any CPU:
|
|
|
|
|
|
|
|
[ ] In main.cs, uncomment the line that initializes the
|
|
|
|
SNFMULTI_DLL variable with the path to the DLL for "Any
|
|
|
|
CPU" platform.
|
|
|
|
|
|
|
|
[ ] Select Debug.
|
|
|
|
|
|
|
|
[ ] Verify that the program runs successfully.
|
|
|
|
|
|
|
|
[ ] Select Release.
|
|
|
|
|
|
|
|
[ ] Verify that the program runs successfully.
|
|
|
|
|
|
|
|
[ ] Exit Visual Studio 2019.
|
|
|
|
|
|
|
@@ -62,11 +124,49 @@ SNFMulti SDK .zip package is created. |
|
|
|
[ ] With Visual Studio 2019, open VS2019VBSample\VS2019VBSample.sln.
|
|
|
|
|
|
|
|
[ ] Verify that the program builds and runs with no errors for each
|
|
|
|
platform (x64, x86, and Any CPU) and for Release and Debug.
|
|
|
|
platform:
|
|
|
|
|
|
|
|
[ ] x64:
|
|
|
|
|
|
|
|
[ ] In main.vb, uncomment the line that initializes the
|
|
|
|
SNFMULTI_DLL variable with the path to the DLL for the
|
|
|
|
"x64" platform.
|
|
|
|
|
|
|
|
[ ] Select Debug.
|
|
|
|
|
|
|
|
[ ] Verify that the program runs successfully.
|
|
|
|
|
|
|
|
[ ] Select Release.
|
|
|
|
|
|
|
|
[ ] Verify that the program runs successfully.
|
|
|
|
|
|
|
|
[ ] x86:
|
|
|
|
|
|
|
|
[ ] In main.vb, uncomment the line that initializes the
|
|
|
|
SNFMULTI_DLL variable with the path to the DLL for the
|
|
|
|
"x86" platform.
|
|
|
|
|
|
|
|
[ ] Select Debug.
|
|
|
|
|
|
|
|
[ ] Verify that the program runs successfully.
|
|
|
|
|
|
|
|
[ ] Select Release.
|
|
|
|
|
|
|
|
[ ] Verify that the program runs successfully.
|
|
|
|
|
|
|
|
[ ] Any CPU:
|
|
|
|
|
|
|
|
[ ] In main.vb, uncomment the line that initializes the
|
|
|
|
SNFMULTI_DLL variable with the path to the DLL for "Any
|
|
|
|
CPU" platform.
|
|
|
|
|
|
|
|
[ ] Select Debug.
|
|
|
|
|
|
|
|
[ ] Verify that the program runs successfully.
|
|
|
|
|
|
|
|
[ ] Select Release.
|
|
|
|
|
|
|
|
For the different platforms, in main.vb, uncomment the
|
|
|
|
appropriate line for initializing the SNFMULTI_CLL string
|
|
|
|
variable to specify the location of the SNFMulti.dll file.
|
|
|
|
[ ] Verify that the program runs successfully.
|
|
|
|
|
|
|
|
[ ] Exit Visual Studio 2019.
|
|
|
|
|