Forum Discussion

tyrus's avatar
tyrus
Contributor
9 years ago

DLL issue

Hi I have a win dll with  method:   //TestingtDLL.dll extern "C" __declspec(dllexport) const char* md5(const char* fileName) {     return fileName; }   I try calling through TC and I get erro...