DLL import functions

Hi community,
i have a dll that read 3D files, there are 2 function for read files: Read_t_old and Read_t_new. But the parameter are "class CTStream *, int" i don't know how to use the "class CTStream"...

The function are this:
?Read_t_new@CMesh@@QAEXPAVCTStream@@H@Z
public: void __thiscall CMesh::Read_t_new(class CTStream *,int)

?Read_t_old@CMesh@@QAEXPAVCTStream@@H@Z
public: void __thiscall CMesh::Read_t_old(class CTStream *,int)

??0CTStream@@QAE@XZ
public: __thiscall CTStream::CTStream(void)

??0CTStream@@QAE@AAV0@@Z
public: __thiscall CTStream::CTStream(class CTStream &)

sorry for bad english :P
anyone know how to do this?
Topic archived. No new replies allowed.