PCSU1000D.dll and Borland C++ Buidler

Hello,

I’m using the BCB 5 and want simply start the PCSU1000 from my own program (like in the exambles fro Delphi an Visual Basic). The Version auf the PCLAB is 3.03.

I generated a lib-file with implib. But i dont now the exact declaration for the header-file.

The PCSU starts, but with the error:“Oscilloscope” I/O error 103. So is there a better examble for the bcb, as the one i found in the manual?

It seems that the PCSU1000 program can’t find the file PCSU1000.BIT.
Please copy this file to your application folder from the \Program Files\Velleman\PC-Lab2000SE folder.
When PCSU1000.EXE is run from your application then it tries to find this file from your application folder. This is the reason why this PCSU1000.BIT file is included both in the Delphi and VB example packages in the pcsu1000_dll_package.zip (on Velleman downloads site).
If still problems please post the contents of your header file here.

Yes, thats it!

I copied the *.bit-file to my project folder it now it works. Thanks very much