Create a new MFC project, or open an existing project.
- From the View menu, select ClassWizard.
- On the Message Maps tab of the MFC ClassWizard dialog box, click Add Class, and then select From A Type Library.
- Access the Attachmate e-Vantage Airlines SDK installation directory. By default, the SDK is installed in:
C:\Program Files\Attachmate\evSDK.
- On the Import From Type Library dialog box, select ScreenFactory.dll and then click Open.
- On the Confirm Classes dialog box, click OK to confirm the selected object.
- Repeat the previous steps to also import Mutable.dll.
The selected objects appear on the ClassView tab.
- Add the Attachmate e-Vantage Airlines SDK Include directory (containing evSDKDefs.h) to your Include path. The default location of this directory is:
C:\Program Files\Attachmate\evSDK\Include
- Add evSDKDefs.h to your project.
|