Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

add an the cwdsp activex to an visual c dll without a form

I have some problems to integrate the cwdsp into a visual c++ dll projekt without a form
0 Kudos
Message 1 of 2
(2,903 Views)
You can dynamically create the CWDSP control by calling the Create method on the MFC-generated wrapper and specifying the license string. See the Knowledge Base article How Do I Create Controls Dynamically in Visual C++ When Using MFC without the Demo Mode Message Wind... for an example of how to do this.

Also note that Measurement Studio provides native MFC C++ libraries in addition to the ActiveX controls. Take a look at the CNiMath class and see if it has the functionality that you're looking for. CNiMath would be much easier and more natural to use from C++ than using MFC-generated ActiveX control wrappers.

- Elton
0 Kudos
Message 2 of 2
(2,903 Views)