"No context-sensitive help installed" , "user32.dll" and "uxtheme.dll" AV errors on Delphi with no reason

Posted by Javid on Stack Overflow See other posts from Stack Overflow or by Javid
Published on 2010-12-30T21:01:47Z Indexed on 2010/12/31 4:53 UTC
Read the original article Hit count: 280

Filed under:

This is very strange guys. I wrote a simple application. When I make my commands executed fast by moving mouse (event is on mouse move), I experience the following errors if I run my application without debugger (if I do, application just hangs and nothing happens): 1- "No context-sensitive help installed" however i haven't used help in my app. 2- Access violation errors from "uxtheme.dll" and "user32.dll" libraries!

well, i think these errors happen when Windows Messages are sent quickly one after another. I came across these errors a while ago in a huge application. In both application I used SendMessage command, but what am i doing wrong? I'm now using Delphi 2010

Has anyone ever experienced this?!

© Stack Overflow or respective owner

Related posts about delphi