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