NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to use the FILE stream of C/C in NI Teststand

Hi

 

Can anyone please suggest me on the complete usage of FILE stream from C/C++ in NI teststand? 

 

What dll to be called for using the functions like fopen(), fclose(), etc?

 

 Thanks in advance. 

0 Kudos
Message 1 of 2
(2,675 Views)

Rather than calling those functions directly, you are better off creating a utility dll that provides a higher level abstraction of the functionality you need.

 

Hope this helps,

-Doug

0 Kudos
Message 2 of 2
(2,638 Views)