![]() |
Prev | Next | InstallWindows |
tar
and then compressed with gzip
.
The ascii files are in Unix format; i.e., each line ends with a
line feed (instead of a carriage return and line feed as is standard for
windows formatted files).
Visual Studio can handel this formatting just fine, but you may
want to convert the format to the windows standard if you are using
and editor that has trouble viewing the files in Unix format.
and then a line feed.
CPL License | cppad-20080826.0.cpl.tgz |
GPL License | cppad-20080826.0.gpl.tgz |
All archives
) as the file type
in the Open browser.
Yes
button.
Extract
button from the main menu.
Extract to
field and then select the Extract
button
in the pop-up dialog.
Winzip will create a subdirectory called cppad-20080826.0
where the files are placed.
cppad-20080826.0\introduction\get_started\get_started.sln
in Visual Studio and then select Build | Build get_started.exe
.
Then in a Dos box, and in the cppad-20080826.0 directory,
execute the following command
introduction\get_started\Debug\get_started
cppad-20080826.0\introduction\exp_apx\exp_apx.sln
in Visual Studio.
Then select Build | Build exp_apx.exe
.
Then in a Dos box, and in the cppad-20080826.0 directory,
execute the following command
introduction\exp_apx\Debug\exp_apx
cppad-20080826.0\example\example.sln
in Visual Studio.
Then select Build | Build Example.exe
.
Then in a Dos box, and in the cppad-20080826.0 directory,
execute the following command
example\Debug\example
cppad-20080826.0\test_more\test_more.sln
in Visual Studio and then select Build | Build test_more.exe
.
Then in a Dos box, and in the cppad-20080826.0 directory,
execute the following command
test_more\Debug\test_more
cppad-20080826.0\print_for\print_for.sln
in Visual Studio.
Then select Build | Build print_for.exe
.
Then in a Dos box, and in the cppad-20080826.0 directory,
execute the following command
print_for\Debug\print_for
cppad-20080826.0\speed\cppad\cppad.sln
in Visual Studio.
Then select Build | Build cppad.exe
.
Then in a Dos box, and in the cppad-20080826.0 directory,
execute the following commands
speed\cppad\Debug\cppad correct 123
speed\cppad\Debug\cppad speed 123
cppad-20080826.0\speed\double\double.sln
in Visual Studio.
Then select Build | Build double.exe
.
Then in a Dos box, and in the cppad-20080826.0 directory,
execute the following commands
speed\double\Debug\double correct 123
speed\double\Debug\double speed 123
cppad-20080826.0\speed\example\example.sln
in Visual Studio.
Then select Build | Build example.exe
.
Then in a Dos box, and in the cppad-20080826.0 directory,
execute the following command
speed\example\Debug\example