PDA

View Full Version : Patch for JoshyD's Avisynth 2.5.8


Jeremy Duncan
29th August 2010, 09:54
I already posted this info in the thread started by JoshyD and s.E.T for thei versions of Avisynth and waited to see what would happen because of those replies and othing happened.

So I went through the process of installing visual studio 2008, the visual studio 2008 sp1, then the sdk for .net 3.5.1 and windows 7, then updating the sw in microsoft update, then going through the code line, by, line for Hours cross checking everything I did. Then finding out the avisynth JoshyD built needs a fancy compiler like Intel c++ and then crashing my PC and having to reformat.

That took over a day to do, :helpful: and now that I have to reformat to try to build the avisynth JoshyD made with the patch I built I'm not going to if I don't have too, I'm going to give you the src from JoshyD and the patch I built then let you build the avisynth.

here is JoshyD's src: link (http://www.mediafire.com/?ggdius6f8jud2at)
here is the patch I built: link (http://www.mediafire.com/?gk4mpytbayrodzx)

The changes I made to the files were used by s.E.T in his avisynth version, then I undid those changes in my newer versions but s.E.T kept them even though I told him they were done by me and were wrong.
I then undid those changes by making the code I altered into the code from the official avisynth 2.5.8.
Then after I verified the code in s.E.T's avisynth 2.5.8MT I went through JoshyD's src and then built a patch using tortoisesvn to basically undo all the errors I did.

If you build the JoshyD avisynth using the patch I built and am posting here I'm sure it would run better than it is now. :helpful:

mariush
29th August 2010, 12:14
Once again with more clarity....

Jeremy Duncan
1st September 2010, 06:07
Once again with more clarity....

I will try and maybe this time you understand.

I had to create the avisynth.dll and did not know how. I was getting compiling errors. To fix these errors and get the dll made I edited the code. I then posted the src with the files that had the edited code and s.E.T used these files in his src, then I reverted the changes I made back to the official avisynth 2.5.8 code and this is what's in my src right now for my avisynth 2.5.8mt, but s.E.T didn't. s.E.T kept the files with the bad code and so when JoshyD used s.E.T's src he used these files with the code Ifiddled with.

So I went into JoshyD's src and changed the code back to the official avisynth 2.5.8 version so it didn't have the alterations I made a long time ago.

Savvy? :helpful: