> devl at freenetproject.org schrieb am 16.10.01:
> > I think there's no objection about merging these 2 programs. But, just a
question, do you really need to use MFC because I can't compile it with gcc
:( (or maybe I'm stupid).

MFC is not the ideal API, but IMO it's one hell of a lot better than the raw
Windows API, which is all you get with gcc. I find it boring writing GUI for
native WinAPI, and I find GUI code using this API is much harder to
understand and modify.

I originally wrote NodeConfig, which Sebastian is expertly tailoring for the
specific 0.4 issues that have arisen from the first draft. I suggest that he
is finding it very fast to modify because it's using MFC.

I happily make my console progs compilable with gcc, since MSVS admirably
supports a good subset of *nix system calls, and it's easy to make them
multi-platform.

But if there was ever a requirement that windows GUI progs be compilable
with gcc, then I just wouldn't bother writing them. It's just too much of a
PITA.

David




_______________________________________________
Devl mailing list
Devl at freenetproject.org
http://lists.freenetproject.org/mailman/listinfo/devl

Reply via email to