|
That's a common one.
Entry Point Not Found is the error MS applies to DLLs trying to link to other DLLs. They need to have a procedure to call when they start up.
If you can't get an entry point in user32.dll, you have an issue where either your video driver is not kosher with the version of Windows you're running, or user32.dll has been replaced by a malicious program. The first is far more likely than the second.
Try downloading older versions of your video/capture/tuner drivers. One should work.
__________________
Trust me.
|