Re: Win32Lib and Unicode
- Posted by Matt Lewis <matthewwalkerlewis at g?ail.?om> Mar 08, 2008
- 659 views
CChris wrote: > > If your tooltip control can handle 16-bit strings, you are done. Otherwise, > we'll have to go Larry's route, and this won't be on the next release I'm > afraid. Yes, I'd looked at possibly doing this previously. You'd need to change all of the dll imports from using the ansi to using the wide versions (i.e., CreateWindowA vs CreateWindowW). Plus you'd have to do the string conversions every time the user passed a string to the library. It's a lot of work. Matt