CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 10 of 10

Threaded View

  1. #5
    Join Date
    Apr 1999
    Posts
    123
    I am getting runtime errors when the application runs on Window 95 machines like "... exe file is linked to missing export USER32.DLL: Track Mouse event".

    I believe I can solve this by excluding certain code at compile time. I added an Office XP menu system which uses trackmouseevent. By excluding includes to this code and other code references to the office xp menu system, it should revert to the regular windows menu system and the error messages should go away.

    ------------------

    I read the posts above again and thought a bit. You are right. This won't work because this method is tied to the machine I am compiling on.
    Last edited by Bob H; September 29th, 2003 at 08:43 AM.

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

Featured