I am making an application using LabWindows/CVI in which I have been using an ActiveX Server Library functions.
I encounter an error when I compile my program where I create/open a text file in read+write mode and try to write data to it.
The error is "Empty Declaration" and is shown in the STDIO.h file in the "typedef struct" FILE. which is used for /* Console handle for host stdio */
Can someone help me with this error.
Thanks
Dwivedi