rippin
May 22nd, 2001, 09:45 PM
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
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