|
-
May 22nd, 2001, 09:45 PM
#1
Thread Starter
Member
TrackMouseEvent
Hello all,
Quick question. I want to use the TrackMouseEvent function in Windows to notify me when the mouse leaves my window. However, I get compiler errors stating that the structure TRACKMOUSEEVENT, as well as the TrackMouseEvent function, is an unresolved external symbol. I have included <windows.h>, but it would seem that TrackMouseEvent is not included in the header file. I have VC++6. Is there a newer windows.h header file than the one that comes with VC++6? And, if so, where do I get it. Please oh please don't tell me I have to download the latest SDK.
OK, so that wasn't such a quick question...sorry
Rippin
-
May 23rd, 2001, 07:21 AM
#2
Frenzied Member
Can you post the code? Are you sure you are compiling a Win32 APP?
-
May 23rd, 2001, 01:11 PM
#3
Thread Starter
Member
I don't have the code right now, I'm at work, but I am positive that I am compiling a Win32 application. I have a fully function app and I simply wanted to add some "hot-tracking" to a owner-drawn control I created. All the other Windows functions seem to be there, and if I comment out the TrackMouseEvent stuff, it compiles and executes just fine (except, obviously, my "hot-tracking" code does not execute).
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
|