08-31-2005 04:05 AM
08-31-2005 06:33 AM
08-31-2005 06:48 AM
08-31-2005 07:26 AM
Hi,
No its not a function.
Your exported function should look something like this (being in mind this is a TS2.0 prototype, the different being the argument of the function eg testData and testError)
void __declspec(dllexport) TX_TEST MyTestFunction(tTestData *testData, tTestError *testError)
Regards
Ray Farmer