IntellePret Documentation

Using IntellePret with C++

Please refer to the Visual C++ Version 6.0 sample program.
It can be found in the Source\IntellePretSample folder of your install location.

IntellePretSample is a sample program written in C++ to show how to use IntellePret with C++. This sample program demonstrates both the traditional way to call COM components and the easier way; using the #import directive to encapsulate the IntellePret COM interface.

To demonstrate the traditional COM way to use IntellePret from C++, the files IntellePret.h and IntellePret_i.c are included. They contain the IntellePret COM interface information.

Two additional files IntellePret.tli and IntellePret.tlh are also included. These files are automatically generated by Visual C++ Version 6.0 when the #import directive is used, but are included for completeness.

Home: www.intellessence.com. Copyright © 1998 - 2000 Intellessence Inc. All rights reserved.