Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Borland C++ Builder 6.0 Help

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

0 Kudos
Message 1 of 2
(5,829 Views)
Click on the link below for the reply.

http://forums.ni.com/ni/board/message?board.id=250&message.id=27011#M27011

Thank you.

Message Edited by 50ohmTerminator on 01-03-2007 03:57 PM

0 Kudos
Message 2 of 2
(5,811 Views)