|
Download complete Package
Here you can download a package containing
ALL of the available example projects in one convenient package. Note, also includes examples for Visual Basic 6.
Disp vs. iDispatch Example for iPlotX Source Code
Download this if you just want to see the source code in Visual C++
showing the speed differences between these two interfaces. Note that you
will need to be sure that you have the iPlotX ActiveX component installed on your computer before opening this project.
iDispatch using Multiple Threads Example for
iPlotX Source Code
Download this if you want to see the source code in Visual C++ showing the
how to access the iPlotX component using the iDispatch interface and
multiple threads. Note that you will need to be sure that you have the iPlotX
ActiveX component installed on your computer before opening this project.
Visual C++ Setup Instructions
Note: please use Version 2.0.8 SP4 or higher with this example. You can
download patches and updates from our download section.
Setup Note: This example uses the #import directive to import the type
library (iPlotLibrary.tlb). You will need to setup your Visual C++ environment
include directory to the directory where our ActiveX components are installed (usually in C:\Iocomp\Product\ActiveX or C:\Program
Files\Iocomp\Components\ActiveX) so that the compiler can find said TLB files...

Open the "Tools" and "Options..." menu...
Then add the directory to the "Include Files" directories...
|