Using NI-RFSA with Microsoft Visual C/C++
- Updated2025-10-20
- 1 minute(s) read
You can develop an NI-RFSA application using Microsoft Visual C/C++ with Microsoft Visual C++ 6.0 or Microsoft Visual Studio 2010. Follow these general steps to create a C/C++ application.
- Open an existing or new Visual C/C++ project to manage your application code.
- Create source code files of type .c (C) or .cpp (C++).
- Add the source code files to the project.
- Add the following code in the source code files: #include ".h"
-
Add the NI-RFSA include and library files to the project.
-
Navigate to the following location for your ADE and add the
and
visa.h files, separated by a semicolon.
- In Microsoft Visual C++, select .
- In Microsoft Visual Studio, select .
Note The and visa.h files are located in the <IVIROOTDIR32>\Include and <VXIPNPPATH>\WinNT\Visa\include directories, respectively. - Select and add .
-
Select
and add the path to the
file.
Note The file is located in the the <IVIROOTDIR32>\Lib x64\msc directory.
-
Navigate to the following location for your ADE and add the
and
visa.h files, separated by a semicolon.
- Build your application using the appropriate programming flow steps.