I am using the PCSU1000 scope in several test measurement applications with the pc_lab2000se software. It works fine and is well liked. I would like to incorporate the startup and configuration of the scope into the primary application which is written in VC++ within the Microsoft Visual Studio 2008 Professional Edition. I know nothing of the Delphi environment! I have incorporated dozens of commercial DLLs into my VC++ programs by adding the library (.lib) and a header (.h) into the project but I am at a complete loss for using the Delphi DLL.
Can someone point me to some help for incorporating the Delphi dll into my MSVS 2008 C++ software?
You can download this package containing example project where the DllImport is used for other Velleman product (K8055): velleman.eu/downloads/files/ … rsion4.zip
Please see the example project in the subfolder \examples\K8055DemoVC_2008