Yeah I looked at that also. Thanks for the help. I'll keep pluggin away at it.
Printable View
Yeah I looked at that also. Thanks for the help. I'll keep pluggin away at it.
Figured it out. I had to change the message I want to send to unicode also. The SDK never said to do that so I left it like it was in ansi. I finally got a brain fart and tried it out.......hot **** it worked.
Kewl, that would have been the difference on why mine worked, I'm stuck in UNICODE land ;)
hi: tawright915
I guess the problem is that you passed the address of CString.
but the function accept the raw char* message . so you should use CString::GetString() to get the char* message.
best regards