Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
adeniz 6ed3f181eb 1) Added DLLs for running the test program built by MinGW-W64 8.1.0. il y a 4 ans
..
README 1) Added DLLs for running the test program built by MinGW-W64 8.1.0. il y a 4 ans
VS2019CSSample.csproj 1) Added DLLs for running the test program built by MinGW-W64 8.1.0. il y a 4 ans
VS2019CSSample.csproj.user 1) Added DLLs for running the test program built by MinGW-W64 8.1.0. il y a 4 ans
VS2019CSSample.sln 1) Added DLLs for running the test program built by MinGW-W64 8.1.0. il y a 4 ans
main.cs 1) Added DLLs for running the test program built by MinGW-W64 8.1.0. il y a 4 ans

README

README file for the VS 2019 C# sample project

Copyright (c) 2010, 2020 ARM Research Laboratories

This README file gives an overview of the VS 2019 C# sample project.

This project links the sample C# file CSSample\main.cs with the
SNFMulti DLL library.

To build this application:

1) Open VS2019CSSample\VS2019CSSample.sln with VS 2019.

2) Select "Any CPU", "x64" or "x86" for the platform.

3) In the project, open main.cs.

4) Modify the value of SNFMULTI_DLL to be the path to SNFMulti.dll.
The path depends on the platform.

5) Modify the initial value of ConfigurationPath as necessary to
specify the location of the SNFServer configuration file.

6) Build.

7) Run.