PDA

View Full Version : LoadpluginEx don't work, v.2 does


morsa
26th April 2004, 09:32
That my problem when I try to load LoadPluginEx, Avisynth throws an error and it doesn't with LoadPluginex2.So after loading Loadpluginex2 I'm trying to load Warpsharp package without success.It gives me an error message in strange symbols(let me guess...it's japanese!!!)
I'm using the latest avisynth, and I'm getting really tired......
Any ideas?:(

Didée
26th April 2004, 11:19
Well, you simply overdid things a little ;)

LoadPluginEx might come along with the WarpSharp package - but "WarpSharp.dll" itself is an AviSynth 2.5 plugin, and therefore has to be loaded *before* loading LoadPluginEx.

;) Didée

morsa
26th April 2004, 11:33
Thank you Didee!!

stickboy
27th April 2004, 06:05
Originally posted by Didée
LoadPluginEx might come along with the WarpSharp package - but "WarpSharp.dll" itself is an AviSynth 2.5 plugin, and therefore has to be loaded *before* loading LoadPluginEx.LoadPluginEx doesn't prevent AviSynth from loading 2.5x plugins. What's error does give LoadPluginEx give you? Do you haev msvcp71.dll and msvcr71.dll?

(What's LoadPluginEx2?)

morsa
27th April 2004, 10:11
Well, after loading LoadPluginEx I cannot load anyother 2.5 plugin, it doesn't matter to me....
LoadPluginEx2 comes included in warpsharp package and I don't know what it is for...

stickboy
27th April 2004, 10:31
I'm using the 2003-11-03 Warpsharp (http://www.avisynth.org/warpenterprises/files/warpsharppackage_25_dll_20031103.zip) package, and it contains only LoadPluginEx.dll, Warpsharp.dll, and avsfilter.dll.

I tried:
LoadPlugIn("LoadPluginEx.dll")
LoadPlugIn("Warpsharp.dll")and it works fine for me. Strange...

morsa
27th April 2004, 12:15
it is a 39k dll and I guess I got it from the japanese site...

morsa
27th April 2004, 12:16
it is a 39k dll and I guess I got it from the japanese site...
Anyway I think this thread is terminated.

Richard Berg
27th April 2004, 22:47
There are (at least) 3 versions of LoadPluginEx floating around the Net, all of them confusingly packaged with various versions of other filters. After enough people had posted problems like this, I decided to test all of them until I found one that always worked. I then renamed it and posted it to ShareFunctions (http://www.avisynth.org/index.php?page=LoadOldPlugins). It's quite likely that "v2" is older than some of the other versions, but I don't care :p

stickboy
28th April 2004, 10:21
Originally posted by morsa
it is a 39k dll and I guess I got it from the japanese site...
Anyway I think this thread is terminated.The current version (available from both warpenterprise's page and from the official Japanese Geoecities page) is 60K, there is no LoadPluginEx2.dll, and it loads AviSynth 2.0.x and 2.5.x plugins with no problems. The only requirement is that you have the additional MSVC++ runtime DLLs.

LB
16th September 2004, 01:09
Originally posted by stickboy
The current version (available from both warpenterprise's page and from the official Japanese Geoecities page) is 60K, there is no LoadPluginEx2.dll, and it loads AviSynth 2.0.x and 2.5.x plugins with no problems. The only requirement is that you have the additional MSVC++ runtime DLLs.

Actually, it's official. Loadpluginex does not work with 2.5.5 RC3. Any of the versions of it.

stickboy
16th September 2004, 04:15
How is it official?

I use LoadPluginEx with 2.5.5 final, and I haven't encountered any problems yet.

Exactly what are you doing and what error do you get?