From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Question about the Signal Processing Toolkit

I am using Measurement Studio with Visual C++ 6. Is it possible to use the
Signal Processing Toolkit in this environment or does LabWindowsCVI have to
be used? Would the toolkit supply a lib/dll that could be linked into a
VC++ project and called directly from the program?
Thanks
0 Kudos
Message 1 of 3
(2,890 Views)
The signal processing toolkit for CVI could be used in Visual C++. It is not written to use C++ data types (like CNiVector, etc.) like the Measurement Studio analysis classes are though. Also, you would not have the function panels available in Visual C++. You may want to install CVI and refer to the function panels in CVI for help in using the functions. You would be able to use the library in Visual C++ though.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 3
(2,890 Views)
You can use the signal processing toolkit libraries in VC++, but the libraries do depend on CVI libraries. The easiest way to create a Visual C++ project that links to the CVI libraries would be to either a.) create the project in CVI then convert it using the Measurement Studio CVI conversion wizard, or b.) create a Visual C++ project that uses the CVI libraries with teh Measurement Studio application wizard.

For more information on the conversion wizard, see the following topic in the Measurement Studio references:

(Measurement Studio for Visual C++ 6)
Visual C++ Help\Tutorials\Getting Started\Measurement Studio for Visual C++ 6.0\Converting LabWindows/CVI Projects to Measurement Studio for Visual C++ Projects

(Measurement Studio for Visual C++ .NET)

Visual C++ Help\Tutorials\Getting Started\Measurement Studio 6.0 for Visual C++ .NET\Working with LabWindows/CVI Projects in Visual C++

- Elton
0 Kudos
Message 3 of 3
(2,890 Views)