Hi,
I should modificate the function "DoMultiNumericMeasEvaluation" from
the CommonSubstep.dll which was delivered with TestStand3.0.1. I tried
to create the dll with the original source code with the Microsoft
Visual C++ compiler 6.0, but the following errors occured:
c:\programme\national instruments\teststand
3.1\api\vc\tsutilcpp.cpp(250) : error C2039: 'PropOption_NotOwning' :
Ist kein Element von 'TS'
c:\programme\national instruments\teststand
3.1\api\vc\tsutilcpp.cpp(250) : error C2065: 'PropOption_NotOwning' :
nichtdeklarierter Bezeichner
c:\programme\national instruments\teststand
3.1\api\vc\tsutilcpp.cpp(252) : error C2039: 'PropFlags_Hidden' : Ist
kein Element von 'TS'
c:\programme\national instruments\teststand
3.1\api\vc\tsutilcpp.cpp(252) : error C2065: 'PropFlags_Hidden' :
nichtdeklarierter Bezeichner
c:\programme\national instruments\teststand
3.1\api\vc\tsutilcpp.cpp(408) : error C2039:
'PropOption_InsertIfMissing' : Ist kein Element von 'TS'
c:\programme\national instruments\teststand
3.1\api\vc\tsutilcpp.cpp(409) : error C2039:
'PropOption_InsertIfMissing' : Ist kein Element von 'TS'
c:\programme\national instruments\teststand
3.1\api\vc\tsutilcpp.cpp(410) : error C2039:
'PropOption_InsertIfMissing' : Ist kein Element von 'TS'
c:\programme\national instruments\teststand
3.1\api\vc\tsutilcpp.cpp(464) : error C2039:
'PropOption_DeleteIfExists' : Ist kein Element von 'TS'
c:\programme\national instruments\teststand
3.1\api\vc\tsutilcpp.cpp(464) : error C2065:
'PropOption_DeleteIfExists' : nichtdeklarierter Bezeichner
... (I attached a file with the whole debug output)
Does anybody have an idea what is the problem?
Unfortunatly I don't have any experience with Microsoft Visual C++,
because we program all our applications with LabWindows/CVI. For this
reason it's the question why NI program dlls for their own applications
on different platforms?
Best regards
Carsten Kilgus