Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Evaluation error after installing my app on a new computer

Hi,

I created an application using Visual C++ 6.0 and the ComponentWorks Starter kit V3.0.

The app uses the CWGraph ,CWKnob and CWBar.
In the app the Graph is displayed on the main window and the other two are added dynamically when the user selects them.

My problem is that after I Packaged my app with InstallShield and installed it on another computer an "evaluation... terminated in 5 minyutes" message is displayed everytime the user displayes the knobs or bars. NO error is diplayed about the graph and it works perfectly as long as the Knobs are not displayed.

This problem does not occure on the development computer where the ComponentWorks installation CD was installed.

Are there any special di
rections for packaging the application?

Thank you

Ohad
0 Kudos
Message 1 of 2
(2,993 Views)
When you dynamically create controls, you have to manually include the licensing information in your Visual C++ project. This is true for all licensed ActiveX controls, not just the CW controls. You can read about this process in our Knowledgebase here.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 2
(2,993 Views)