Log in

View Full Version : Warpsharp.dll


mordorspfc
17th August 2006, 22:53
Im having problems loading this file, i "fixed" it by replacing it with other version, but i think the results are not as good as if i used the other one.

The warpsharp.dll that do not works (the recent version , i think) have 188 k and the one that im using have 24 k.

This is the message :
LoandPlugin : Unable to load (C:\...\...\avisynth plugins\warpsharp.dll)

And a very strange thing is that even if i do not use a script that refers to warpsharp.dll , i get that loadplugin error, if the file is in the plugins directory !

Anyway to fix this ?

Windows 98
Athlon 1500 , 256ram

hartford
18th August 2006, 02:45
There are at least 3 plugins named "warpsharp.dll."

At least one required a "helper" dll in order to load into to
Avisynth v2.5 and later.

Most likely, the one that will serve your purposes is to be found
at http://www.avisynth.org/warpsharp

The date of the dll is 03Nov03; size is 184K.

[edit]

As for the "loading error," it is important that it not be in the
"autoloaded" directory, ie, put it in a seperate directory and
load it into Avisynth using the "LoadPlugIn" statement, eg:

LoadPlugIn("x:\plugins\old\warpsharp.dll")