forked from blitzpp/blitz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README-VS.NET.txt
33 lines (28 loc) · 1.82 KB
/
README-VS.NET.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
The Blitz configuration file and Microsoft Visual Studio solution files
have now been updated for MS Visual Studio 2010. Please use the zip
archive file Blitz-VS2010.zip and follow the directions below.
Julian C. Cummings
07-03-12
If you are interested in using Blitz with Microsoft's VS .NET 2003 C++
compiler, we have provided a Zip archive containing a Blitz configuration
header file and project files for building the Blitz library and the
Blitz testsuite codes. First unpack the archive Blitz-VS.NET.zip into
the top-level blitz directory containing the archive file (i.e., unpack
it in place). This will produce a Blitz-Library VS.NET solution file and
a sibling directory Blitz-Testsuite that contains the VS.NET project files
for building the blitz testsuite codes. Within the "blitz" subdirectory,
you will also find a "ms" directory containing a Blitz configuration header
file bzconfig.h that has been manually produced for the Microsoft VS.NET 2003
C++ compiler. Once these files have been unpacked, you should be able to
open the Blitz-Library solution file using VS.NET 2003 and build the blitz
library and testsuite codes. The project files for the blitz testsuite codes
should provide you with an example of how to create project files for your
own application codes that use the blitz library. In addition to the project
files for the blitz testsuite codes, we now also provide a Blitz-Examples
VS.NET solution file and a directory Blitz-Examples with project files for
building some of the Blitz sample applications in the examples subdirectory.
This additional solution file was kindly contributed by David L. Goldsmith
([email protected]). Please send any questions or comments to the
blitz mailing list at [email protected].
Julian C. Cummings
10-03-05