U can add new IE_(name effect) in TProtocol, TClient and rebuild TClient + TMap
Type: Posts; User: lDemnianl
U can add new IE_(name effect) in TProtocol, TClient and rebuild TClient + TMap
Use this is code for generate hash
ifstream file(".\\Tcd\\TSkill.tcd"); // your tcd file
MD5 context(file); //md5 checksum
char* pstr = context.hex_digest();
...
TClientWnd.cpp
Code for md5 hash result code
ifstream file(".\\Tcd\\TSkill.tcd"); // your tcd file
MD5 context(file); //md5 checksum
char* pstr =...