01-17-2008 04:05 PM
01-18-2008 12:37 AM
01-18-2008 07:59 AM
Hi Ray,
Thanks a lot for this pointer. I am having difficulties in opening these project files as they are based on newer VC++ version (I have v6.0).
Please let me know if somebody has older version of these examples might work with VC++ 6.0.
Thanks
Subhash
01-18-2008 01:37 PM
01-18-2008 04:09 PM
Hi Subhash,
I have some VC6 samples but at the moment i do not understand what your application and Teststand is doing ?
Just for clarfiy when i read your header i can "find" 3 possibile topics:
1.) You just want to read/write a variable in TS with VC6. Then i recommend the Dll code module adapter instead activeX
2.) You want to write your own UI interface in VC6. Take a look into the old TS2.0 all the C++ examples are done in VC6. Maybe this version is still to download ??
3.) You have a application that uses the TS.engine object in a single process (maybe you want to write a SequenceFile generator).
So send us some details.
Greetings
juergen
01-18-2008 04:24 PM
Hi Jonathan,
Thank you very much for your response.
I think following application could be helpful (VC++ 6.0 Version) and closest to my requirement.
C:\Program Files\National Instruments\TestStand 4.0\Examples\AccessingPropertiesUsingAPI
C:\Program Files\National Instruments\TestStand 4.0\Examples\AccessingArraysUsingAPI etc.
I do not see any example folder present for VC e.g. "UsingVC" there, however "UsingMFC" still could be good starting point.
Thanks for the help.
Regards
Subhash
01-18-2008 05:48 PM
01-18-2008 06:30 PM
\202709\AccessingPropertiesAndVariables.cpp(5) : fatal error C1083: Cannot open include file: 'tsapimfc.h': No such file or directory
01-19-2008 01:40 AM
Hi
This error(s) are clear.
1. Have to add the TS. h-Folder files to your VC environment settings
in my case this is
C:\Programme\National Instruments\TestStand 4.0\API\VC
2. You have to rename .cpp link if it is not relativ
C:\Programme\National Instruments\TestStand 4.0\API\VC\tsapivc.cpp
This should help.
if not on monday i can post a small vc6/ts4.0 sample
juergen
01-21-2008 02:52 AM