Create Project
Launch Visual Studio, select [New]-[Project] from [File] menu.
From the [Templates] of [New Project] dialog box, select [MFC Application] of [Visual C++],
and specify the name and location of the project to be created.
Click the [OK] button to the next dialog.
[MFC Application Wizard] dialog is displayed.
Select [Application Type], change it to be [Dialog based].
Click the [Finish] button and the project is created.
* Item names and commands may differ depending on the version of Visual Studio.
Import Type Library
The CWaveFormGenerator.tlb file is required to use the functions of the C-WaveformGenerator SDK driver in Visual C++.
Place CWaveFormGenerator.tlb in the same directory as the project.
The type library import is written in the header file.
For example, specify the import in MFCApplication.h which is automatically generated by Visual Studio.
#import "CWaveFormGenerator.tlb" no_namespace