![]() |
Telelogic TAU (steve huntington) | ![]() |
Topic Title: How to use freeware MS-C++ compiler inside project viewer Topic Summary: Created On: 31-Aug-2004 19:42 Status: Read Only
|
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: ntroduction: Freeware compiler is named 'MS Visual C++ Toolkit 2003'. Preparation: Download compiler at http://msdn.microsoft.com/visualc/vctoolkit2003/ if not alread installed. Further another component is required since above one doesn't have files for Winsock: 'MS Plattform SDK', downloadable at http://www.microsoft.com/msdownload/platformsdk/sdkupdate/. As compiler environment doesn't comprise nmake it is necessary to install an alternative: GNU make. This can be installed via Cygwin. Download from: http://www.cygwin.com/. Configuration Project > Setting > Build: Make command preamble = vcvars32.bat & setenv.bat Project > Setting > Build: Make command = <cygwin-dir>\bin\make -f Constraints: There is no debugging possible on C-level. Better to use full VC++ tool. | |
![]() |
|
ntroduction:
Freeware compiler is named 'MS Visual C++ Toolkit 2003'. Preparation: Download compiler at http://msdn.microsoft.com/visualc/vctoolkit2003/ if not alread installed. Further another component is required since above one doesn't have files for Winsock: 'MS Plattform SDK', downloadable at http://www.microsoft.com/msdownload/platformsdk/sdkupdate/. As compiler environment doesn't comprise nmake it is necessary to install an alternative: GNU make. This can be installed via Cygwin. Download from: http://www.cygwin.com/. Configuration Project > Setting > Build: Make command preamble = vcvars32.bat & setenv.bat Project > Setting > Build: Make command = <cygwin-dir>\bin\make -f Constraints: There is no debugging possible on C-level. Better to use full VC++ tool. |
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.