RMCLink C++ Wrapper Class

RMCLink C++ Wrapper Class Overview

The RMCLink C++ wrapper class is one of the three interfaces provided by the RMCLink Component. This wrapper is for use with C++ only. For all other languages, refer to the RMCLink Component topic to help you choose the appropriate interface.

The C++ wrapper consists of two files—RMCLink.h and RMCLink.cpp—which are installed in a CPP sub-folder under the RMCLink install location. These files should be copied into your C++ project. Together they implement a single C++ class (CRMCLink) that wraps access to the RMCLink COM component. This greatly simplifies use of the RMCLink COM component from C++, since the COM component uses standard automation data types, including VARIANTs, SAFEARRAYs, and BSTRs. These data types can be very messy and error prone to use from C++. Therefore, the CRMCLink wrapper class presents a C++ friendly interface.

 

See Also

RMCLink Component | CRMCLink Class | Error Handling | How to: Use from Visual C++


Copyright (c) 2023 by Delta Computer Systems, Inc.