05-27-2015 03:44 AM
Hi, I'm using TestStand 2013 and I'm trying to create a sequence call step programmatically on Visual Studio (C++). But the SequenceCallModule class is undifined in visual Studio. However the others classes like "StepPtr" or "sequencePtr" exist. May be Visual Studio doesn't find the file where the SequenceClassModule class is defined.
Thanks for the help.
05-27-2015 08:19 AM
SequenceCallModule is part of the TSAdp.
You need the Adapter API and not just the normal API.
Regards,