![ADVANTEST R3755 Series Operation Manual Download Page 119](http://html.mh-extra.com/html/advantest/r3755-series/r3755-series_operation-manual_2858773119.webp)
A.1.5
Creating Application
A-13
A.1.5
Creating Application
The following files necessary for creating applications are contained in the revision folder in the "API"
folder on the provided CD-ROM:
bis.dll:
Dynamic link library
bis_macro.bas:
Macro definitions for VB 6.0 (Const declarations)
declare_bis.bas: Function definitions for VB 6.0 (Declare declarations)
wapi_std.bas:
Packet communication definitions for VB 6.0 (not essential)
MdlBis_macro.vb: Macro definitions for VB 2008 (Const declarations)
MdlDeclare_bis.vb:Function definitions for VB 2008 (Declare declarations)
•
When Visual Basic 6.0 is used:
Copy bis.dll inside the same folder.
Add declare_bis.bas to the standard module.
Add bis_macro.bas to the standard module.
•
When Visual Basic 2008 is used:
Copy bis.dll inside the folder in which Exe is generated.
Open the project file of Visual Basic 2008, in the Solution Explore window, add MdlDeclare_bis.vb
and MdlBis_macro.vb files from ADD
→
Existing Item ... by right-clicking.
In an environment where the above conditions are met, an application program can be created.