Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

README 694B

1234567891011121314151617181920212223242526
  1. README file for the VS 2019 C# sample project
  2. Copyright (c) 2010, 2020 ARM Research Laboratories
  3. This README file gives an overview of the VS 2019 C# sample project.
  4. This project links the sample C# file CSSample\main.cs with the
  5. SNFMulti DLL library.
  6. To build this application:
  7. 1) Open VS2019CSSample\VS2019CSSample.sln with VS 2019.
  8. 2) Select "Any CPU", "x64" or "x86" for the platform.
  9. 3) In the project, open main.cs.
  10. 4) Modify the value of SNFMULTI_DLL to be the path to SNFMulti.dll.
  11. The path depends on the platform.
  12. 5) Modify the initial value of ConfigurationPath as necessary to
  13. specify the location of the SNFServer configuration file.
  14. 6) Build.
  15. 7) Run.