Close
Microsoft Visual C++ .NET (VC7.1) Project Files to build CVODE v2.4.0
courtesy of Sze-Ping Wong
  1. Download the Sundials V2.2.0 tarball and unpack it.
  2. Download the cvodeVC71project.tar.gz tarball with VC7.1 project files.
  3. Create the folders Build, include and Projects at the sundials root level (same level as config, cvode, etc).
  4. Copy (and optionally edit) the sample sundials_config.h header file into the include folder.
  5. Extract the contents of cvodeVC71project.tar.gz under Projects. It produces these files:
  6. 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