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.
madscientist 9e43bf4088 Not part of PKG-SNF-SDK-WIN, cleaning up. pirms 12 gadiem
32bitDll Reset pirms 12 gadiem
64bitDll Reset pirms 12 gadiem
CPPSample Reset pirms 12 gadiem
CSSample Reset pirms 12 gadiem
CodeBlocks Reset pirms 12 gadiem
CodeDweller Reset pirms 12 gadiem
MinGW Reset pirms 12 gadiem
SNFMulti Reset pirms 12 gadiem
SNFMultiDll Reset pirms 12 gadiem
SNFMultiSDK_Windows_3.1 Reset pirms 12 gadiem
SNFMultiTest Reset pirms 12 gadiem
VBSample Reset pirms 12 gadiem
VS2008-archive Reset pirms 12 gadiem
VS2008CPPSample Reset pirms 12 gadiem
VS2008CSSample Reset pirms 12 gadiem
VS2008VBSample Reset pirms 12 gadiem
include Reset pirms 12 gadiem
BuildDistribution.cmd Reset pirms 12 gadiem
SNFMultiSDK_Windows_3.0.zip Reset pirms 12 gadiem
SNFMultiSDK_Windows_3.1.zip Reset pirms 12 gadiem
readme Reset pirms 12 gadiem

readme

This is where the SNF SDK for Windows Package is kept.

Copyright (c) 2009 ARM Research Laboratories

The SNFMulti.dll file is built using MinGW-64, the 64-bit MinGW
toolchain. There are two ways for building SNFMulti.dll:

1) Use the Code::Blocks project (in the CodeBlocks directory).

2) Use the .CMD files from the DOS command line (in the MinGW
directory).

In addition to building SNFMulti.dll, the libSNFMulti.a and
libSNFmulti.def files are created.

There are also applications for linking with SNFMulti.dll:

1) The SNFMulti C++ test built with MinGW. This can be built with a
.CMD file in the MinGW directory, or a Code::Blocks project in the
CodeBlocks directory.

2) The SNFMulti C++ test built with Visual Studio 2008. This can be
built with solution file
VS2008/SNFMultiDLLExampleCsharp/SNFMultiDLLTestC++.sln.

3) A Visual Studio 2008 C# example application. This can be built
with solution file
VS2008/SNFMultiDLLExampleCsharp/SNFMultiDLLExampleCsharp.sln.

4) A Visual Studio 2008 VB example application. This can be built
with the solution file
VS2008/SNFMultiDLLExampleVB/SNFMultiDLLExampleVB.sln.

This package includes the following directories (each has a README
file with further information):

MinGW--Contains .CMD files for building SNFMulti.dll and associated
files, and also the C++ application SNFMultiTest. It uses the
source files in the SNFMulti, CodeDweller, and SNFMultiTest
directories. These directories must be present.

CodeBlocks--Contains the Code::Blocks project files for building
SNFMulti.dll and SNFMultiTest. It uses the source files in the
SNFMulti, CodeDweller, and SNFMultiTest directories. These
directories must be present.

SNFMultiTest--Contains the source for the C++ test application
SNFMultiTest.

VS2008--Contains the Visual Studio files for building the C# and VB
example applications, and the C++ test.

To build the applications in the MinGW, CodeBlocks, and VS2008
directories:

1) Ensure that the SNFMultiTest, SNFMulti, and CodeDweller
directories are present.

2) Install the 64-bit MinGW toolchain. Unpack the 64-bit toolchain
(e.g. mingw-w64-bin_i686-mingw_20090220.zip) into c:\MinGW-64. If
done correctly, c:\MinGW-64 should have the directories bin,
include, x86_64-pc-mingw32, and other directories. The MinGW .CMD
files and the Code::Blocks project files are configured to use the
64-bit toolchain in c:\MinGW-64.

3) Install VS 2008.

4) Follow the directions in each directorie's README file.