Hi!
probably I am exagerating with posts but believe me I'm experiencing serious problems..
I would like to run simulations from the command line. Following sthe manual, I configured the following environment variables (some of them were already set):
AGILEESOFD_LICENSE_FILE D:\ADS2005A\licenses\license.lic
EESOF_DIR D:\ADS2005A\
HPEESOF_DIR %EESOF_DIR%
COMPL_DIR %HPEESOF_DIR%
the path is:
D:\ADS2005A\lib\win32; D:\ADS2005A\adsptolemy\lib.win32
To test the settings I tried hpeesofsim -help and I got :
Impossible to start the application. ptgem.dll not found
What to do??? please..
FRANCESCO
probably I am exagerating with posts but believe me I'm experiencing serious problems..
I would like to run simulations from the command line. Following sthe manual, I configured the following environment variables (some of them were already set):
AGILEESOFD_LICENSE_FILE D:\ADS2005A\licenses\license.lic
EESOF_DIR D:\ADS2005A\
HPEESOF_DIR %EESOF_DIR%
COMPL_DIR %HPEESOF_DIR%
the path is:
D:\ADS2005A\lib\win32; D:\ADS2005A\adsptolemy\lib.win32
To test the settings I tried hpeesofsim -help and I got :
Impossible to start the application. ptgem.dll not found
What to do??? please..
FRANCESCO
The ptgem.dll library is found in %hpeesof_dir%\adsptolemy\lib.win32, which seems to be already on your path. Â Check to see that the file is actually there.
The path that worked for me was set with (from a command window):
PATH=%hpeesof_dir%\bin;%hpeesof_dir%\adsptolemy\lib.win32;%PATH%
Is it normal??
Thanks
Francesco
echo %PATH%
Then the hpeesofsim.exe should be found no matter which directory you are in. I did not run hpeesofsim.exe from the installation directory, but rather from an exisiting ADS project directory.
It is important that, in the PATH enviroment variable, the strings
%HPEESOF_DIR\bin
%HPEESOF_DIR\adsptolemy\lib.win32
and %HPEESOF_DIR\lib\win32
are before all the other paths (e.g. PATH=%HPEESOF_DIR\bin;%HPEESOF_DIR\adsptolemy\lib.win32;%HPEESOF_DIR\lib\win32;...)
Anyway thanks for the support!!!!
ciao