Community
by
Mark Maunder
—
last modified
May 27, 2010 07:42 AM
This is the community page for ADMB. If you would like to contribute to this section, please email a request for account to users@admb-project.org.
-
ADMB Meeting March 29-31
—
by
John Sibert
—
last modified
Mar 24, 2010 06:01 PM
- Meeting doucuments
-
Unofficial Tutorials and Examples
—
by
Mark Maunder
—
last modified
Jun 18, 2010 01:32 AM
-
Outreach
—
by
John Sibert
—
last modified
May 05, 2009 02:05 PM
- Posters, brochures and other material to promote ADMB
-
Related Software
—
by
John Sibert
—
last modified
Aug 18, 2009 10:04 PM
-
Editing Tools
—
by
John Sibert
—
last modified
May 26, 2009 12:21 AM
- Editors, syntax highlighting, IDE plug-ins and other tools useful in developing ADMB applications
-
User Base
—
by
Mark Maunder
—
last modified
Jul 03, 2008 09:58 AM
-
Bibliography
—
by
Mark Maunder
—
last modified
Jul 03, 2008 09:23 AM
-
Successful builds
—
by
Arni Magnusson
—
last modified
Nov 03, 2009 01:37 AM
- Releases that build and run models successfully
-
Benchmarks
—
by
Arni Magnusson
—
last modified
Jun 16, 2010 05:16 PM
- Performance of different compilers and optimization software
-
Packages
—
by
Arni Magnusson
—
last modified
Jun 21, 2010 02:32 PM
- User-contributed packages containing ADMB functions


Visual Studio express
As I feared (and expected) the VS 7 libraries didn't work with it. Would there be any inspiration to try to compile this under the studio express versions? This may also ease the 64-bit versions too.
Here are the details of the compiler:
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86
The source code compiled ok (not too surprising there) but the following link errors occurred:
C:\programs\admb-9.0.65-win32-vc7\examples\admb\simple>cl simple.obj df1b2stubo.lib admod32.lib ado32.lib adt32.lib /link /libpath:C:\programs\admb-9.0.65-win32-vc7\lib
Microsoft (R) Incremental Linker Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.
/out:simple.exe
/libpath:C:\programs\admb-9.0.65-win32-vc7\lib
simple.obj
df1b2stubo.lib
admod32.lib
ado32.lib
adt32.lib
libcpmt.lib(xmutex.obj) : error LNK2005: "public: void __thiscall std::_Mutex::_Lock(void)" (?_Lock@_Mutex@std@@QAEXXZ) already defined in admod32.lib(model11.obj)
libcpmt.lib(xmutex.obj) : error LNK2005: "public: void __thiscall std::_Mutex::_Unlock(void)" (?_Unlock@_Mutex@std@@QAEXXZ) already defined in admod32.lib(model11.obj)
libcpmt.lib(xlock.obj) : error LNK2005: "public: __thiscall std::_Lockit::_Lockit(int)" (??0_Lockit@std@@QAE@H@Z) already defined in admod32.lib(model11.obj)
libcpmt.lib(xlock.obj) : error LNK2005: "public: __thiscall std::_Lockit::~_Lockit(void)" (??1_Lockit@std@@QAE@XZ) already defined in admod32.lib(model11.obj)
LINK : fatal error LNK1104: cannot open file 'libcp.lib'