I cannot see any implementation of a function called myDecodeTcpMsg, maybe you wanted to use myDecodeTcpControlMsg()?
I cannot see any implementation of a function called myDecodeTcpMsg, maybe you wanted to use myDecodeTcpControlMsg()?
"If you lie to the compiler, it will get its revenge." - Henry Spencer
Yes that is my mistake!!!
Sorry
I already edited the last thread!
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