Hi
I have an application built from visual C++ and Measurement studio version 1.0.1. My application controls instruments over the GPIB, saves data from GPIB and displays that data (there are 2 windows that display the data) so my application uses VISA (and GPIB), cw3dgraph control.
I have 2 windows that use cw3dgraph. I want to be able to use my application to view the data saved on the other computer that doesn't connect to the instrument or doesn't have any VC++ or measurement studio. I built the exe as a release version. However, it works with some computer only. There are 4 computers that I tried
computer #1 : WinXP, doesn't have VC++ or Measurement studio, but has LabVIEW. My exe can be opened fine.
computer #2 : WinXP, doesn't have VC++, Measurement studio, or LabVIEW. The 1st window of my exe that has cw3dgraph can be opened fine, but when I open the 2nd window that also has the same cw3dgraph pops up an error said "cw3dgraph, error loading control. A newer version needed. The default settings for the control will be used". And then I can see a graph that has the word "evaluation copy" on the back of it.
computer #3 : WinXP, doesn't have VC++, Measurement studio, or LabVIEW. Nothing open up when I open my exe.
computer #4 : WinXP, has VC++, Measurement Studio, LabVIEW. Everything is fine, 2 windows can be opened up.
What should I do to make my application able to view the data saved on the other computer that doesn't connect to the instrument or doesn't have any VC++ or any of the National Instrument's software (eg. Labview, Measurement studio,...)? It doesn't matter if my application cannot communicate with the GPIB, I just want to be able to view the data (on the cw3dgraph).
Thank you