01-18-2009 09:49 PM
i am writing a DLL with VC6, i want to pass a activeX control pointer to TestStand, then TS can control the activeX component .but the DLL I have writed can not ben found .
the code:
extern "C"{
_declspec(dllexport) BOOL ReadCurrent_Chart(CObject *Chart)
{
..............................
return TRUE;
}
}
the ReadCurrent_Chart' parameter can't be recognized by TS.
who can tell me how to do.
01-22-2009 11:36 PM