Compilers and the Rulbus Device Class Library
[User Manual]

This section describes some implementation details, that nonetheless may be important if you want to use the library with another compiler than Borland C++.

Compiler

The Rulbus Device Class Library (RDCL) has been developed together with the Rulbus LabVIEW Library (RLL) and the the Rulbus Device Library (RDL).

RDL and RDCL have been developed with Borland C++ 5.6.
Some reasons to use Borland C++ are:

See section "Compilers and the Rulbus Device Library" of the Rulbus Device Library manual for more information on the implications of this choice.

Compiling programs with Borland C++

Here, {include-path} specifies the directory with the header files and {library-path} specifies the directory with rulbusdcl-omf-static.lib and winutils-omf-static.lib.

bcc32 -tWM -I(include-path) -L{library-path} {program}.cpp  \
           rulbusdcl-omf-static.lib winutils-omf-static.lib

Option -tWM specifies that the program must be linked with the multi-threaded C runtime library.

previous top next


Generated on Tue Oct 12 14:12:01 2004 for Rulbus Device Class Library for Microsoft Windows by doxygen 1.3.4