ADMB Installation Visual C++
by
johnoel
—
last modified
Jun 18, 2010 12:58 AM
Shows the procedure to install, build and run ADMB with Visual C++.
Introduction
Visual C++ is a commercial compiler from Microsoft. This compiler can be used to build ADMB programs. Below shows the procedure to install and configure ADMB with Visual C++.
Procedure
- Download and extract ADMB Visual C++ binaries from http://admb-project.org/downloads .
- Using a text editor, edit admb-vc-vars.bat located in the extracted ADMB directory. Make sure the ADMB_HOME are set to the installed directorie above.
- Open Visual Studio 2003 .Net Command Prompt in the Start Menu.
- In the command line window, change to extracted ADMB Home directory, then run admb-vc-vars.bat .
c:\admb> bin\admb-vc-vars.batThe screenshot output.

- Run examples for verification.
c:\admb> nmakeThe screenshot output.

Problems
Please email users@admb-project.org for any problems with the procedure above.

