RTW47 wrote:VortexMV wrote: and the mvscr.dll or something was already installed on my PC.
now, is
msvcr110.dll really inside of
C:\Windows\System32 (for 32-bit system) or
C:\Windows\SysWOW64 (for 64-bit system)?
or you just sow
something similar like:
msvcr70, msvcr90, msvcr100??.in that directory, thought that that .dll was already there and did not copied anything?
If that dll was missing then the error message would be different.
At this point I would recommend you do this:
1. Reinstall AviSynth (preferably
2.6 Alpha 5)
2. Load the plugin manually in your script:
- Code: Select all
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\LSMASHSource.dll")
(Assuming your system is 64bit.??)
If you get an error message after doing these steps, it will most definitely be a different error message and we can proceed to fix that once you get there.