Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Allowing NI ActiveX controls to run on non development machines.

Hi,
 
How do I make the controls not run in demo mode on target systems.  Specifically the filter.cpp application that comes with the Enterprise version.
 
C:\Program Files\National Instruments\MeasurementStudio\VC\Examples\Analysis\Filter
 
When this app is compiled with Visual Studio 6 it runs correctly on the development machine.
 
When the filter.exe application is copied onto a target machine along with cwui.ocx and cwanalysis.ocx and the following batch program is run:
 
C:\Program Files\National Instruments\MeasurementStudio\VC\Examples\Analysis\Filter
 
Regsvr32 cwui.ocx
Regsvr32 cwanalysis.ocx
 
The application runs but only with the demo controls.
 
Since I'm not creating the controls dynamically, the app note in the NI FAQ doesn't appear to apply.  So how do I do this.
 
If it's code that needs to execute in the application could you post an updated filter.cpp in this reply.
 
Thanks
 
John Dammeyer
 
0 Kudos
Message 1 of 2
(6,175 Views)

Hi John,

I replied to your previous post on this issue at:

http://forums.ni.com/ni/board/message?board.id=230&message.id=3465&jump=true

Cheers,

David Goldberg
National Instruments
Software R&D
0 Kudos
Message 2 of 2
(6,165 Views)