"No context-sensitive help installed" , "user32.dll" and "uxtheme.dll" AV errors on Delphi with no reason
- by Javid
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?!