CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    Join Date
    Sep 2002
    Location
    St.Louis, MO
    Posts
    27
    Yeah I looked at that also. Thanks for the help. I'll keep pluggin away at it.
    Thanks
    Tom Wright

  2. #17
    Join Date
    Sep 2002
    Location
    St.Louis, MO
    Posts
    27
    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

  3. #18
    Join Date
    Sep 2002
    Location
    Maryland - Fear The Turtle!
    Posts
    7,537
    Kewl, that would have been the difference on why mine worked, I'm stuck in UNICODE land

  4. #19
    Join Date
    Oct 2000
    Location
    China
    Posts
    23
    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

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured