Close
Microsoft Visual C++ .NET (VC7.1) Project Files to build CVODE v2.4.0
courtesy of Sze-Ping Wong
-
Download the Sundials V2.2.0 tarball and unpack it.
-
Download the cvodeVC71project.tar.gz tarball with VC7.1 project files.
-
Create the folders Build, include and Projects at the sundials
root level (same level as config, cvode, etc).
-
Copy (and optionally edit) the sample
sundials_config.h header file
into the include folder.
-
Extract the contents of cvodeVC71project.tar.gz under Projects. It produces these files:
- README
- VC7.1\cvode.vcproj
- VC7.1\nvec_ser.vcproj
- VC7.1\shared.vcproj
- VC7.1\sundials.sln
-
Launch VC7.1.
File->"Open Solution" and open sundials.sln.
Make the builds.
Each of the 3 vcproj files have 'debug' and 'release' as configurations.
The resulting binaries are deposited in the Build folder.
Close