Log in

View Full Version : Filter registering problem: HRESULT -2147024770


3dsnar
14th January 2006, 16:57
Hi, we just developed a DSfilter,
which works on most of the WinXP,
but some users cannot register the filter
The error is
HRESULT -2147024770
or
LoadLibrary ("...") failed... (or something like that).
---
I am not to much experianced in DirectShow (i.e. someone
else did write our filter, but now I am on my own... :( )
Please help,

3dsnar
16th January 2006, 12:15
OK. I know that there is some windows file missing.
I have read alot of posts on this subject in other forums,
but non of the missing files works for my case...
--
How can I check which exactly module is missing? (when
the LoadLibrary("..") failed. Certain module cannot be found.)
--
Please post some suggestions.
Thank you.

CruNcher
17th January 2006, 08:11
http://www.dependencywalker.com/

this should help you :)

3dsnar
17th January 2006, 08:45
THIS HELPED!!
THANKS ALOT
:goodpost: