I am calling a dll from within teststand 3.0 using the CVI adapter. I have CVI 7.0. The function prototype inmy DLL is:
int __declspec(dllexport) __stdcall PrepareDatabaseFile(tTestData *testData, tTestError *testError)
Whenever TS executes this step testData->seqContextCVI is null. This is the first step in my sequence.
I don't know how to start debugging this problem. Where can I look to see why the sequence handle is not being passed correctly to CVI.
Thanks!
Martin Blandon
martin.blandon@gmail.com