Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
adeniz 5ff9508edc Reviewed ReadMe.html and README files for release. 4 лет назад
..
README Reviewed ReadMe.html and README files for release. 4 лет назад
VS2019VBSample.sln Added VS2018VBSample. 4 лет назад
VS2019VBSample.vbproj Added VS2018VBSample. 4 лет назад
VS2019VBSample.vbproj.user Added VS2018VBSample. 4 лет назад
main.vb Reviewed ReadMe.html and README files for release. 4 лет назад

README

README file for the VS 2019 VB sample project


Copyright (c) 2009, 2020 ARM Research Laboratories

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

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

To build this application:

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

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

3) In the project, open main.vb.

4) Verify that the value of ConfigurationPath is the path for the
snf_enging.xml Sniffer configuration file.

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

6) Build.

7) Run.