I'm trying to import the ActiveX Type Library or ActiveX control(s) in Delphi 6, but the install fails with several errors such as:
[Error] CWDAQControlsLib_TLB.pas(5125): Undeclared identifier: 'Get_Channels'
[Error] CWDAQControlsLib_TLB.pas(5231): Undeclared identifier: 'Get_Channels'
[Error] CWDAQControlsLib_TLB.pas(5671): Undeclared identifier: 'Get_Ports'
[Error] CWDAQControlsLib_TLB.pas(5676): Undeclared identifier: 'Get_Lines'
[Error] CWDAQControlsLib_TLB.pas(5681): Undeclared identifier: 'Get_NumberOfBits'
[Error] CWDAQControlsLib_TLB.pas(5686): Undeclared identifier: 'Get_Channels'
[Fatal Error] nidaq.dpk(36): Could not compile used unit '..\Imports\CWDAQControlsLib_TLB.pas'
Does anyone know how to get the l
ibraries to import properly in Delphi?
NI-DAQ Version 6.9.1f28
DAQ Card DIO-24
Thanks.