I think a solve the problem for myself:
the Linker doesn't find the implementation of the called function.
And that is the reason why it stops the linking process.
Qt Code:
void ClientSocket::myDecodeTcpControlMsg (dword dwLength, byte* pbData) { .... }To copy to clipboard, switch view to plain text mode
Bookmarks