Results 1 to 3 of 3

Thread: TrackMouseEvent

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Posts
    34

    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

  2. #2
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    Can you post the code? Are you sure you are compiling a Win32 APP?
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 2000
    Posts
    34
    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
  •  



Click Here to Expand Forum to Full Width