Community
by
Mark Maunder
—
last modified
Mar 29, 2011 03:33 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 Developers' Workshop, June 20 - 23, 2011 — by John Sibert — last modified Jul 19, 2011 07:02 PM
- Documents for the first ever ADMB Developers' Workshop. June 20 - 23, 2011, National Center for Ecological Analysis and Synthesis, in Santa Barbara, California.
- ADMB Meeting, March 29 - 31, 2010 — by John Sibert — last modified Oct 31, 2011 05:09 PM
- Meeting doucuments
- Unofficial Tutorials and Examples — by Mark Maunder — last modified Jun 18, 2010 04:32 AM
- Outreach — by John Sibert — last modified May 05, 2009 05:05 PM
- Posters, brochures and other material to promote ADMB
- Related Software — by John Sibert — last modified Aug 19, 2009 01:04 AM
- Editing Tools — by John Sibert — last modified May 26, 2009 03: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 12:58 PM
- Bibliography — by Mark Maunder — last modified Jul 03, 2008 12:23 PM
- Successful builds — by Arni Magnusson — last modified Nov 03, 2009 03:37 AM
- Releases that build and run models successfully
- Benchmarks — by Arni Magnusson — last modified Jun 16, 2010 08:16 PM
- Performance of different compilers and optimization software
- Packages — by Arni Magnusson — last modified Jun 21, 2010 05:32 PM
- User-contributed packages containing ADMB functions
- ADMB Newsletter — by Arni Magnusson — last modified Oct 03, 2010 03:37 PM
- ADMB T-shirts Page — by John Sibert — last modified Jun 29, 2011 05:22 PM
- See people wearing admb T-shirts


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'