Hello Chris,
Sorry , my question wasn't exactly enough.
I know that TestStand itself is able to call DLL-Functions using the integrated DLL Flexible Prototype Adapter.
What i want to know is, how i could realize to use the
methods of the TestStand Engine in programming tools not supporting to create ActiveX references, but these
tools are able to use simple DLL-Functions like "MessageboxA" of WINAPI.
The methods i want to use refer to an execution of
a single sequence: GetSequenceFile, NewExecution, WaitForEnd, ReleaseFile and UnloadAllModules.
The only idea is to write a Wrapper-DLL containing functions for each of the listed methods in any high
level programming language, but i don't know if this could work.
Have you any ideas to solve my p
roblem?