Hi friends
So far i was working with VC++ and my device USB 6009 was natively supported by the NI drivers, I just had to include the header and the library file and it would work.
Now i'm migrating to Borland C++ Builder 6.0 i dont know weather NI driver version 8.3 supports Borland c++ builder 6.0.Although i tried it using
#pragma path "c:\borland"
#pragma link "nidaqmx.lib"
and the same for header file although it did not give any errors for NI API's used It gives data type error. In VC i would use
uInt8 data[100];
int32 read,bytespersamp
But in Borland there is no int32 or uInt8 equivalent i tried int but it gives 'expected unsigned char' when i use it with the read digital lines API.
I saw the knowledge base but it is not descriptive enough.
Can any 1 guide me as to how to properly use NI APi's within Borland c++ builder where do i include the library and header files and should i use a different driver version Please guide me
Message Edited by perk_bud on 01-03-2007 03:29 PM