Visibroker Instructions

Downloading and Installing Visibroker

Borland has a nice CORBA product called Visibroker for which they offer a 60-day free evaluation license. This is the ORB I will be using for class examples in C++, so I recommend that you use it as well. To download your evaluation copy of Visibroker, go to http://www.borland.com/visibroker/download/ and select "Visibroker 4.x for C++". You must register to get a userid and a key - please be sure to do this so that everyone in the class has their own legitimate license.

Different versions are available for different platforms, and you must specify which operating system and compiler you are going to use:

Once you have downloaded the file, the actual installation follows the usual Windows/InstallShield pattern. If you don't already have a recent version of Sun's jdk (1.3 or later), the Visibroker installation program will tell you what you need to download and install. (If you need the jdk, that is also available for free, but you need to get it from Sun's website rather than Borland's.)

Building and Running a Sample Program

You have now built and run a C++ CORBA server and client.


Last modified: 2002-05-14.