NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I use TestStand User Interface Controls with Borland C++ Builder?

Borland C++ Builder components and TestStand User Interface Controls have the same name. I can't install
the package of TestStand (tsui.dll) because it has components like Button or ListBox that are installed Borland Components
0 Kudos
Message 1 of 4
(3,414 Views)
Maybe, you could install firstly TestStand and then, Borlan C++ Builder.

CrisR
0 Kudos
Message 2 of 4
(3,414 Views)
To awpexport -
This appears to be an odd limitation of Borland C++. I personally do not have a copy of Borland C++. Clearly TestStand's and Borland's controls should have two different "namespaces" and Borland C++ should be able to recognize that. I am not aware of any other development environments that have such a limitation. I would think that you will have to check with Borland to see if they have a fix to this limitation.

Scott Richardson
Scott Richardson
https://testeract.com
0 Kudos
Message 3 of 4
(3,414 Views)
I got the same problem with importing the type library in Delphi 5.0. I assume that in Borland C++ Builder, importing the activeX type library is the same. What I did is from find the item from the menu to import the library. Find the NI UI Control activeX from the list. When it lists the classes inside the activeX in the list box, just edit them. So for example, if it lists the class TButton, just change it to TTsButton.
0 Kudos
Message 4 of 4
(3,414 Views)