|
-
September 9th, 2002, 03:57 PM
#16
Yeah I looked at that also. Thanks for the help. I'll keep pluggin away at it.
Thanks
Tom Wright
-
September 9th, 2002, 04:08 PM
#17
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.
Thanks
Tom Wright
-
September 9th, 2002, 04:11 PM
#18
Kewl, that would have been the difference on why mine worked, I'm stuck in UNICODE land
-
September 9th, 2002, 09:54 PM
#19
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|