PDA

View Full Version : MeGUI source


Ac3Dc3
27th February 2006, 14:45
Hi

im having trouble checking out modules from the MeGUI CVS repository on sourceforge. i cant get ssh to work through winCVS, this might have someting to with it being blocked by my network admin, i dont know :angry:

anyways, if someone has a tarball or something of the latest release they could provide, then thatd be amazing

i cant wait to step through the code and see the cogs turning!

Ac3Dc3.

leowai
27th February 2006, 16:04
As I know, ssh login only for admins. Try to use anonymous login to retrieve the source. Try following commands, save as "Get_MeGUI_src.bat" and put it in the folder where you want your source to be saved.

"c:\Program Files\TortoiseCVS\cvs.exe" -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/megui login
"c:\Program Files\TortoiseCVS\cvs.exe" -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/megui co -P MeGUI-src.CVS
pause

I assume you installed TortoiseCVS as directory above. WinCVS should work too by replacing my program folder where the 'cvs.exe' is installed with yours (WinCVS program folder). You need to try this out.

Double click to start download.

hints: You may need to go for another run if you fail to get the source with strange error messages.

ChronoCross
27th February 2006, 18:13
I posted 2095's source. I won't be doing this for all of them but if you want the sources and can't check them out yourself pm me and I'll post the source.

MeGUI Source (http://chronocrossdev.com/apps/megui/sources)

Ac3Dc3
28th February 2006, 21:42
thanks ChronoCross, thats exactly what i was looking for. and great work with x264 btw

leowai: i really ought to get this working, so thanks for the heads up on tortoiseCVS. ill check it out with those arguments

berrinam
28th February 2006, 21:58
i cant wait to step through the code and see the cogs turning!Great to hear. Perhaps it would be better to wait a little while, though. Doom9 is doing a huge refactor of the code to make it more organised and advanced, so I'm sure that new code will be more interesting.

Sharktooth
28th February 2006, 22:10
latest source is here though: http://www.webalice.it/f.corriga/megui/MeGUI-src.CVS-0.2.3.2101.7z

EDIT: Updated.

Ac3Dc3
3rd March 2006, 18:32
grazie Sharktooth, i got it in the end

berrinam - dont worry, there seems to be plenty to keep my interested in this build!
for example, i really should use interfaces more and there are some great examples in this assembly

one of the things im trying learn is how to make an essentially linear program (kind of like a big function) more object-oriented. do you have any tips?

Sharktooth
22nd March 2006, 16:45
new source posted on http://files.x264.nl/Sharktooth/?dir=./megui/Sources