Welcome to Telelogic Product Support
  Home Downloads Knowledgebase Case Tracking Licensing Help Telelogic Passport
Telelogic Rhapsody (steve huntington)
Decrease font size
Increase font size
Topic Title: Borland Builder 5.5/6
Topic Summary:
Created On: 19-Sep-2005 19:09
Status: Read Only
Linear : Threading : Single : Branch
Search Topic Search Topic
Topic Tools Topic Tools
Subscribe to this topic Subscribe to this topic
E-mail this topic to someone. E-mail this topic
Bookmark this topic Bookmark this topic
View similar topics View similar topics
View topic in raw text format. Print this topic.
 19-Sep-2005 19:09
User is offline View Users Profile Print this message


Mark Richardson

Posts: 227
Joined: 30-Jun-2004

==================================================================================
= M.W.Richardson 04 Dec 2002 =
= =
= Instructions for using Borland bcc55 compiler with Rhapsody in C++ and C V4.1 =
= Also works with Borland Builder 6 =
= =
= Note that Tracing is not yet implemented ! =
= And that webify does not work for Rhapsody in C =
==================================================================================

Uses free Borland command line compiler bcc55 ( download from [url]http://www.inprise.com[/url] )
and install ex: to C:\Borland\BCC55

To Rhapsody\Share directory:
Copy etc\bcc55make.bat
copy lib\bcc55WebServices.lib

For C++ version:
Copy langcpp\tom\bcc55tom.mak, langcpp\oxf\bcc55oxf.mak, langcpp\omcom\bcc55omcom.mak
Copy langcpp\Webcomponents\bcc55webcomponents.mak, langcpp\aom\bcc55aom.mak
Copy langcpp\bcc55build.mak and langcpp\Rebuild_Borland_bcc55_Libraries.bat
Copy langcpp\properties\sitec++.prp

For C version:
Copy langc\oxf\bcc55oxf.mak, langc\omcom\bcc55omcom.mak
Copy langc\Webcomponents\bcc55webcomponents.mak, langc\aom\bcc55aom.mak
Copy langc\bcc55build.mak and langc\RiC_Rebuild_Borland_bcc55_Libraries.bat
Copy langc\properties\sitec.prp


You will probably need to add the path of the Borland BCC55 compiler
ex: C:\Borland\BCC55\Bin to the path variable


Rebuild the Rhapsody framework using the Borland compiler to generate the libraries

that will be linked into the application.

For C++ version
Run "Rebuild_Borland_bcc55_Libraries.bat" to compile framework

For C version
Run "RiC_Rebuild_Borland_bcc55_Libraries.bat" to compile framework


Finally in Rhapsody use the new environment bcc55


For C++ version:
You will find that since this port doesn't use ostream, if you use "cout", then you'll

have to manually add an include of <iostream>
The only problem that I have come across is that some types don't animate, in which

case I recommend either switching off the animation for that attribute / argument or

alternatively using the property InstrumentationFunctionName.


Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic Rhapsody forum.
There are currently 1 users logged in.
You have posted 0 messages to this forum. 0 overall.

FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.