Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

1234567891011121314151617181920212223242526272829
  1. README file for the VS 2008 C# sample project
  2. Copyright (c) 2009 ARM Research Laboratories
  3. This README file gives an overview of the VS 2008 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 VS2008CSSample\VS2008CSSample.sln with VS 2008.
  8. 2) Select "Any CPU", "x64" or "x86" for the platform.
  9. 3) In the project, open main.cs.
  10. 4) Modify the initial value of ConfigurationPath as necessary to
  11. specify the location of the SNFServer configuration file. The
  12. defaults assume that the configuration file name is
  13. "snf_engine.xml", and is located in the same directory as the
  14. VS2008CSSample.sln.
  15. 5) Modify the initial value of SNFMULTI_DLL as necessary to specify
  16. the location of the SNFMulti.dll file.
  17. 6) Build.
  18. 7) Run.