Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

NI activeX in dll dialog

I have developed a VC++ dll server project including Dialog with Measurement Studio ActiveX.
I have also developed a client project, NOT INCLUDING, Measurement Studio tools.
The corresponding executable works well in my PC (I can display the dialog from the DLL and use inclued Measurement Studio Graph, Buttons ...).

But when I install the client project in other PC, where Measurement Studio is not installed, the executable don't work when I try to display the dll Dialog.
3 different error messages appear ("Error loading control. A newer version needed. The default settings for the control will be used", "Application dll : member not found" and "The program contains component works evaluating-only controls ....." ).

Thank you in advance.

Regards
0 Kudos
Message 1 of 4
(3,444 Views)
Hi **bleep**ens
Could you tell me wich version of Measurement Studio you uses (6.0 or 7.0).
I provide you some links that explains how to distribute MFC classes or ActiveX object. The last one explain how to fix licensing issue.
http://digital.ni.com/public.nsf/websearch/6677098983C36F9086256CFE007F457A?OpenDocument
http://digital.ni.com/public.nsf/websearch/3509FC64EC2E3715862568A100624468?OpenDocument
http://digital.ni.com/public.nsf/websearch/60B1DE0C85624B55802568D90031AF89?OpenDocument
Do you use CNigraph class or CWGraph object?

Please let me know if the information provided helps you solve your issue or not

Regards

Salissou ISSA
Applications Engineer
NI France
0 Kudos
Message 2 of 4
(3,422 Views)
Hi **bleep**ens
Could you tell me wich version of Measurement Studio you uses (6.0 or 7.0).
I provide you some links that explains how to distribute MFC classes or ActiveX object. The last one explain how to fix licensing issue.
http://digital.ni.com/public.nsf/websearch/6677098983C36F9086256CFE007F457A?OpenDocument
http://digital.ni.com/public.nsf/websearch/3509FC64EC2E3715862568A100624468?OpenDocument
http://digital.ni.com/public.nsf/websearch/60B1DE0C85624B55802568D90031AF89?OpenDocument
Do you use CNigraph class or CWGraph object?

Please let me know if the information provided helps you solve your issue or not

Regards

Salissou ISSA
Applications Engineer
NI France
Message 3 of 4
(3,421 Views)
I have solved my pb by the mean of the Microsoft Visual Studio "InstallShield" tool.

My executables and dll worked now in any client PC.

Thanks a lot to you and to Raphael Tillet from NI technical support.

Regards
0 Kudos
Message 4 of 4
(3,406 Views)