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:
  1. void ClientSocket::myDecodeTcpControlMsg (dword dwLength, byte* pbData)
  2. {
  3. ....
  4. }
To copy to clipboard, switch view to plain text mode