您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
adeniz e990eb29f5 Incremented version by renaming SNFMultiSDK_Windows_3.1 to SNFMultiSDK_Windows_3.2. 10 年前
..
VS2008VBSample Incremented version by renaming SNFMultiSDK_Windows_3.1 to SNFMultiSDK_Windows_3.2. 10 年前
README Incremented version by renaming SNFMultiSDK_Windows_3.1 to SNFMultiSDK_Windows_3.2. 10 年前
VS2008VBSample.sln Incremented version by renaming SNFMultiSDK_Windows_3.1 to SNFMultiSDK_Windows_3.2. 10 年前

README

README file for the VS 2008 VB sample project


Copyright (c) 2009 ARM Research Laboratories

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

This project links the sample VB file VBSample\main.cpp with the
SNFMulti DLL library.

To build this application:

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

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

3) In the project, open main.vb.

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
VS2008VBSample.sln.

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

6) Build.

7) Run.