Search found 1 match

by sebastian.frei
Thu Nov 06, 2008 2:18 pm
Forum: C and C++
Topic: Borland C++ Builder 6
Replies: 1
Views: 4767

Borland C++ Builder 6

I'm using Borland C++ Builder 6 with the PicoScope5204. I added the file ps5000bc.lib to the project and included the headerfile ps5000Api.h. I declared: short handle; The following function is working correctly: ps5000OpenUnit(&handle); ps5000CloseUnit(handle); If I'm using the following function I...