You should download 10.1 instead....<br>And then...<br><br>Replace this cl command in adlink.bat:<br>cl  %1.obj %df1b2lib% admod32%s%.lib %adlib% adt32%s%.lib /link /libpath:"%ADMB_HOME%"\lib /libpath:"%MSSDK%"\lib<br><br> with this:<br><br>cl  %1.obj %df1b2lib% %adlib% adt32.lib admod32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /link /LIBPATH:"%ADMB_HOME%/lib" /LIBPATH:"%MSSDK%/lib"<br><br>where MSSDK is an environment variable which points to the location of the Microsoft windows SDK.  Mine is:<br><br>C:\Program Files\Microsoft SDKs\Windows\v7.0<br><br>You must download the SDK for admb to work on Windows.  I have full version of VS2010 and I still needed to download the sdk.<br><br>Chris<br>----- Original Message -----<br>From: Mark Maunder <mmaunder@iattc.org><br>Date: Monday, July 11, 2011 8:23 pm<br>Subject: Re: [ADMB Users] Enquiry on ADMB 10.0<br>To: "users@admb-project.org" <users@admb-project.org><br>Cc: Richard Bian <r.bian@niwa.co.nz><br><br>> See Richards question below<br>> <br>> When I use ADMB ver 5.01, I can transform my .tpl file to .cpp <br>> using tpl2cpp.exe and then compile my code in VS6 and run/debug <br>> my code in Visual Studio environment. To try a newer version of <br>> ADMB, I have downloaded and installed ADMB 10.0 and also have <br>> Visual Studio 10 on my machine. Using the admb.bat provided with <br>> the ADMB, I managed to compile the release executable, but I got <br>> link errors about lib conflict between LIBCMT.lib and <br>> LIBCMTD.lib when I tried to compile the debug executable. The <br>> most important thing is I cannot compile and debug my code in <br>> the Visual Studio environment.<br>> <br>>