Jump to content

CTooltipCtrl won't show up


Recommended Posts

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?

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...