Jump to content

Bati9

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About Bati9

Bati9's Achievements

0

Reputation

  1. I posted my problem here http://tech.groups.yahoo.com/group/wtl/message/16194 Then I created a simple Win32 app with a dialog to test this w/out all the overhead of the rest of the code in my plugin. The results where even more confusing - it worked when the app was set to "Use Multi- Byte Character Set" in the Character Set property, and did NOT work when made it Unicode!!!! That is a fact, works for ANSII, does not work with Unicode!! The reason i'm so confused is that the other plugin mentioned in the above post (an IE Infoband) is also set to Unicode, so how come that works??? Not only that, i discovered that if I use sizeof(TTTOOLINFO_V1_SIZE ); as the size of my TOOLINFO structure and not sizeof(TOOLINFO ); then the call to AddTool( .. ) succeeds, if not it fails. Can anyone help me figure this out?
×
×
  • Create New...