Personal tools
You are here: Home Documentation Installation ADMB Installation Visual C++

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

  1. Download and extract ADMB Visual C++ binaries from http://admb-project.org/downloads .
  2. 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.


    admb-vc-vars 

  3. Open Visual Studio 2003 .Net Command Prompt in the Start Menu.

     

  4. In the command line window, change to extracted ADMB Home directory, then run admb-vc-vars.bat .
    c:\admb> bin\admb-vc-vars.bat

     The screenshot output.
    admb-vc-vars-run

  5. Run examples for verification.
    c:\admb> nmake

     The screenshot output.
    admb-vc-simple

 

Problems

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

Document Actions