Log in

View Full Version : Why can' I Load These Two .DLLs?


rfmmars
14th August 2007, 21:39
This is a segment of a vary large script where there is no problem on the workstation where it was created. However on one other workstation, the below .dlls fail to load even though warpsharp.dll did in the past. On the other workstations just the autolevels dll fails to load.

All running tsp MT Avisynth 2.57 version 5 3-1-2007 [21:27:12]
I have tried many copies of these .dlls with no help. I have had just these dlls in my plugin folder, still the same problem.


AVISource("e:\1.vdr.avi")

LoadPlugin("e:\AVS\Plugins\warpsharp.dll")

LoadPlugin("e:\avs\plugins\autolevels.dll")

version

return last

Richard

foxyshadis
14th August 2007, 21:47
Dependency checker says autolevels requires VS2005 SP1 runtimes (http://www.microsoft.com/downloads/details.aspx?FamilyID=200b2fd9-ae1a-4a14-984d-389c36f85647&displaylang=en). Odd thing is, if you can run the latest builds of MT avisynth, you should have those.

There are a few different warpsharps all going by that name, so it's hard to say what the one's problem is.

rfmmars
15th August 2007, 02:16
Dependency checker says autolevels requires VS2005 SP1 runtimes (http://www.microsoft.com/downloads/details.aspx?FamilyID=200b2fd9-ae1a-4a14-984d-389c36f85647&displaylang=en). Odd thing is, if you can run the latest builds of MT avisynth, you should have those.

There are a few different warpsharps all going by that name, so it's hard to say what the one's problem is.

I can't say how much I appreciate your right on the money solution of my problem. It fixed all workstations!

Richard