PDA

View Full Version : LoadPluginEx unloadable


Loul
15th June 2003, 20:47
It's me again :-)

Still on my remove noise tests (first tests leads me t think I m working on a heavily noisy dvd source).

Anyway I wanted to try some avisynth 2.0 plugins (especially Dust ) and I downloaded the warpsharp package.

I didn't put the loadpluingex.dll in the plug-ins directory (I read it could lead to errors).

Still loading LoadPluginEx doesn't work.

If launched into WMP I got 'unable to load C:\Old\LoadPluginEx".

More troubling if launched through AvsCompare (thanks for that tip bond) I got that Message (translated from French)
"This appliacation couldn't be launched because MSCVP70.dll can not be found. Reinstalling this applciation could solve that trouble".

Of course I tried to reinstall both avisynth 2.52 & avscompare but it didn't work.
I search the web for that msvcp70.dll couldn't find anything.

HELP !!!

Thanks !

Last Edit : msvcp70.dll and not mscvp70.dll as precedently typed :eek:

Wilbert
16th June 2003, 11:24
"This appliacation couldn't be launched because MSCVP70.dll can not be found. Reinstalling this applciation could solve that trouble".
See: http://www.avisynth.org/index.php?page=Section+3%3A+Filters%2C+plugins+and+colorspaces#q3.5 (Misc. plugins). Does it work with that dll ?

Loul
16th June 2003, 13:54
If you are referring to the point 13 "If you are still using AviSynth v2.50/v2.51 you might need to copy a file called "[msvcr70.dll (Microsoft C Runtime Library, v7)]" to your windows system directory. [YV12, YUY2] " well I already tried that.

Thanks anyway :)

It's msvcp70.dll and not msvcr70.dll.

Still it seems to exist as I've found two (only !?) occurences on Usenet using google search.

I'm still trying to find that dll at the moment.

Wilbert
16th June 2003, 13:59
Thanks! Where can I find it?

Boulder
16th June 2003, 16:26
This is a great site for your DLL needs:

http://www.dll-files.com/

Wilbert
16th June 2003, 16:57
Thanks again. I corrected our FAQ :)

Loul
16th June 2003, 17:17
Great site (http://www.dll-files.com/) but the archive file they provide seems to be corrupted (unexpected end of archive).

Anyway I got it at ftp://zarquon.hemmet.chalmers.se/win32/msvcp70.dll (found via google and http://reaper3d.sourceforge.net/ )

I also read the following information ( on http://users.erols.com/gmgarner/forensics/ )
Microsoft CRT version 7.0:

The debug build of this release requires MSVCR70D.DLL, MSVCR70D.PDB , MSVCP70D.DLL and MSVCP70D.PDB. These files are not redistributable and are not included in this distribution but may be obtained by purchasing Microsoft Visual Studio .Net. The release build requires MSVCR70.DLL and MSVCP70.DLL. Redistributable versions of MSVCR70.DLL and MSVCP70.DLL are included with this distribution under the System directory. MSVCR70.DLL and MSVCP70.DLL also are included in Microsoft Windows XP and .Net Server but not Microsoft Windows 2000. If you are using Microsoft Windows XP or .Net Server, you may use the version of MSVCR70.DLL and MSVCP70.DLL that comes with the operating system. If you are using Windows 2000, copy MSVCR70.DLL and MSVCP70.DLL into the same directory where you install the release binaries.

Hope it can help you. :)

So far I don't got the previous error (loadpluginex seems to load up right) but I have yet to make the Dust filter work :D