[ADMB Users] ADMB-re compiling issue

B. Chasco bchasco at u.washington.edu
Mon Jun 1 09:06:32 PDT 2009


Hello:

I am having trouble creating the exe for ADMB-re tpl's.  The pathes and 
installation must all be correct because I am able to create the standard 
admb exe for other non-re examples. Again, the tpl being interpreted to a 
cpp, but I cannot seem to compile the cpp to exe.  No errors messages or 
exe so it is difficult to determine exactly what is taking place.


The only time I get an error message is if I don't include the 
set-admb-bat at the top of the lnkadmb-re bat file.
Then I get a fatal error: unable to open file C0X32.obj

Thanks,
Brandon

'This is set-admb-bat
@echo off
REM
REM Sets the Borland Home directory.
REM
@set BCC55_HOME=C:\Borland\BCC55

REM
REM Sets the ADMB Home directory.
REM
@set ADMB_HOME=C:\ADMB\Borland\bcc551

REM
REM Adds the bin folder to BCC_HOME and ADMB_HOME to system path.
REM
@set PATH=%BCC55_HOME%\bin;%ADMB_HOME%\bin;%PATH%

@echo Set Borland Home directory to %BCC55_HOME%
@echo Set ADMB Home directory to %ADMB_HOME%

'This is lnkadmb-re bat
bcc32 -v -I%BCC55_HOME%\lib -L%ADMB_HOME%\lib %1.obj df1b2o.lib 
admod32.lib adt32.lib ado32.lib

'This is mybcc bat
bcc32 -v -O2 -Vd -c -DUSE_LAPLACE;DOS386;OPT_LIB -I. -I%BCC55_HOME%\include -I%ADMB_HOME%\include %1.cpp


Brandon Chasco
University of Washington
ph (206) 221-6768




More information about the Users mailing list