![]() |
Telelogic TAU (steve huntington) | ![]() |
Topic Title: Error in launching examples Topic Summary: Created On: 10-Jul-2007 12:20 Status: Read Only |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: Under WinXP (for example), go to "My Computer", right click-->"Properties" in the context menu-->select the "Advanced" tab -->click on the "Environment Variables" button. For each of the following environment variable, either create it under "System variables" if possible ("User variables" if not), with the corresponding value. If a variable already exists (like probably PATH, INCLUDE and LIB), add the following value to the existing variable: Format: VARIABLE_NAME = VARIABLE_VALUE MSDevDir = C:\PROGRA~1\MICROS~2\Common\msdev98 MSVCDir = C:\PROGRA~1\MICROS~2\VC98 PATH = C:\PROGRA~1\MICROS~2\Common\msdev98\BIN;C:\PROGRA~1\MICROS~2\VC98\BIN;C:\PROGRA~1\MICROS~2\Common\TOOLS\WINNT;C:\PROGRA~1\MICROS~2\Common\TOOLS; INCLUDE = C:\PROGRA~1\MICROS~2\VC98\ATL\INCLUDE;C:\PROGRA~1\MICROS~2\VC98\INCLUDE;C:\PROGRA~1\MICROS~2\VC98\MFC\INCLUDE LIB = C:\PROGRA~1\MICROS~2\VC98\LIB;C:\PROGRA~1\MICROS~2\VC98\MFC\LIB You do not need to define VcOsDir or VSCommonDir because the script in the end actually deletes these variables. For your information, the definition of these variables allows Telelogic TAU (like any other tool) to correctly call the compiler, linker & the required libraries to build the model verifier (or any C/C++ application generated from the model). Charles-Henry JURD | |
![]() |
|
Dear all, |
|
![]() |
|
![]() |
|
Romina,
The Visual Studio/C++ environment variables are probably not setup correctly. Look for the vcvars32.bat file in the Visual C++ installation directory, open it (editing mode) and manually install the referring environment variables (I know it's painful, but you just need to do it once!). Then restard TAU (so it can load the - new - environment variables). Your error message seems to be typically due to a missing INCLUDE path. Hope this helps! Charles-Henry JURD |
|
![]() |
|
![]() |
|
Hi
Please note that Visual Studio 6 isn't supported with Tau 3.1; you need to get Visual Studio .Net 2005 Professional to have a supported setup. But VS6 does seem to work for Model Verifier and Activity Diagram Simulation once you get the environment set up correctly. You must install Visual Studio SP5 which fixes various compiler problems. HTH Ian ------------------------- ============= Ian Barnard Principal Consultant Telelogic UK, an IBM company |
|
![]() |
|
![]() |
|
Charles-Henry, rem rem rem rem if "%OS%" == "Windows_NT" set PATH=%MSDevDir%\BIN;%MSVCDir%\BIN;%VSCommonDir%\TOOLS\%VcOsDir%;%VSCommonDir%\TOOLS;%PATH% set VcOsDir= |
|
![]() |
|
![]() |
|
Under WinXP (for example), go to "My Computer", right click-->"Properties" in the context menu-->select the "Advanced" tab -->click on the "Environment Variables" button.
For each of the following environment variable, either create it under "System variables" if possible ("User variables" if not), with the corresponding value. If a variable already exists (like probably PATH, INCLUDE and LIB), add the following value to the existing variable: Format: VARIABLE_NAME = VARIABLE_VALUE MSDevDir = C:\PROGRA~1\MICROS~2\Common\msdev98 MSVCDir = C:\PROGRA~1\MICROS~2\VC98 PATH = C:\PROGRA~1\MICROS~2\Common\msdev98\BIN;C:\PROGRA~1\MICROS~2\VC98\BIN;C:\PROGRA~1\MICROS~2\Common\TOOLS\WINNT;C:\PROGRA~1\MICROS~2\Common\TOOLS; INCLUDE = C:\PROGRA~1\MICROS~2\VC98\ATL\INCLUDE;C:\PROGRA~1\MICROS~2\VC98\INCLUDE;C:\PROGRA~1\MICROS~2\VC98\MFC\INCLUDE LIB = C:\PROGRA~1\MICROS~2\VC98\LIB;C:\PROGRA~1\MICROS~2\VC98\MFC\LIB You do not need to define VcOsDir or VSCommonDir because the script in the end actually deletes these variables. For your information, the definition of these variables allows Telelogic TAU (like any other tool) to correctly call the compiler, linker & the required libraries to build the model verifier (or any C/C++ application generated from the model). Charles-Henry JURD |
|
![]() |
|
![]() |
|
Thank you very much Charles-Henry!
In the meanwhile you were answering me, I have tried this ![]() Now it works! Thank you! Romina |
|
![]() |
Telelogic TAU
» TAU/Developer
»
Error in launching examples
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.