You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
adeniz b0fa295b49 Created SNFMultiSDK_Windows_3.3, and created SDK package version 3.3. 8 years ago
..
README Created SNFMultiSDK_Windows_3.3, and created SDK package version 3.3. 8 years ago
VS2008CSSample.csproj Created SNFMultiSDK_Windows_3.3, and created SDK package version 3.3. 8 years ago
VS2008CSSample.sln Created SNFMultiSDK_Windows_3.3, and created SDK package version 3.3. 8 years ago

README

README file for the VS 2008 C# sample project


Copyright (c) 2009 ARM Research Laboratories

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

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

To build this application:

1) Open VS2008CSSample\VS2008CSSample.sln with VS 2008.

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

3) In the project, open main.cs.

4) Modify the initial value of ConfigurationPath as necessary to
specify the location of the SNFServer configuration file. The
defaults assume that the configuration file name is
"snf_engine.xml", and is located in the same directory as the
VS2008CSSample.sln.

5) Modify the initial value of SNFMULTI_DLL as necessary to specify
the location of the SNFMulti.dll file.

6) Build.

7) Run.