We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › FaceDectect Windows - dll can't find dependents
Page Index Toggle Pages: 1
FaceDectect Windows - dll can't find dependents (Read 609 times)
FaceDectect Windows - dll can't find dependents
Apr 22nd, 2008, 5:51pm
 
Hi,

Has anyone else experienced problems getting FaceDetect PC Lib to work in processing ?

I get an error that states PFaceDetect.dll can't find dependents in Java.core...

I have installed openCV 1.0 and added it to the system classpath, copied the pFaceDetect/library folder into processing's library folder and added the relevent XML file to the sketch data folder.

Does anyone have any suggestions ?
Re: FaceDectect Windows - dll can't find dependent
Reply #1 - Apr 23rd, 2008, 4:36am
 
find and place "msvcr80d.dll" in your system32
then should be working
Re: FaceDectect Windows - dll can't find dependent
Reply #2 - Apr 23rd, 2008, 10:42am
 
Thanks for the advice, in the end I used dependencywalker ( http://www.dependencywalker.com ) to locate missing the dependents, which I then added to windows system folder. Now the library works.

The missing DLL was DwMapi.dll - which is apparantly used by the Windows Manager API for Vista ? (I run XP.)
Page Index Toggle Pages: 1