Page 1 of 1
Re: need windows developers
Posted: Sat Feb 09, 2008 7:20 pm
by markybob
jdhore wrote:I'd say the best option is to port Deluge to C...I know that's prolly never going to happen, but if it did, i'd be happy to build a Windows version (yes, Python will work on Windows, but i hate python and python sucks even more than usual on non-*nix platforms) and probably really help out with development of the *nix version. Also, coding it in C would prolly make the code smaller, lighter and faster. And, on top of that, you'd just have to port the calls to *nix apps and compile with MSVC and you're done.
that's utterly and totally irrelevant. we're having problems with dbus-glib, not deluge or python. furthermore, dbus-glib is c, and would *still* be required if deluge was pure c
Re: need windows developers
Posted: Sun Feb 10, 2008 12:07 am
by johnnyg
markybob wrote:jdhore wrote:I'd say the best option is to port Deluge to C...I know that's prolly never going to happen, but if it did, i'd be happy to build a Windows version (yes, Python will work on Windows, but i hate python and python sucks even more than usual on non-*nix platforms) and probably really help out with development of the *nix version. Also, coding it in C would prolly make the code smaller, lighter and faster. And, on top of that, you'd just have to port the calls to *nix apps and compile with MSVC and you're done.
that's utterly and totally irrelevant. we're having problems with dbus-glib, not deluge or python. furthermore, dbus-glib is c, and would *still* be required if deluge was pure c
hmm not sure what happened to your original post markybob...
so you have narrowed it down to dbus-glib?
on a side note, converting it to C would actually make the code ALOT bigger, sure it would run faster and even possibly "lighter" but I doubt it would be worth it.
Re: need windows developers
Posted: Sun Feb 10, 2008 6:30 am
by markybob
johnnyg wrote:hmm not sure what happened to your original post markybob...
so you have narrowed it down to dbus-glib?
on a side note, converting it to C would actually make the code ALOT bigger, sure it would run faster and even possibly "lighter" but I doubt it would be worth it.
i deleted it because i felt myself getting angry and i didnt wanna say something i'd regret

i've been known to have a bit of a temper problem. anyway, hey, great news!! i got dbus-glib working with vc7.1, which was our last stumbling block. hopefully we can have a stable windows client very soon. yay

Re: need windows developers
Posted: Wed Mar 26, 2008 3:35 pm
by wkhoo
Will you be posting the working dbus-glib win32 up somewhere?