On Mon, 12 Mar 2001, Andre Poenitz wrote:
> > A mixed environment of cygwin + MFC should make for some fun. It'd be
> > nice to know if this has been attempted before, by whom and did they give
> > up?
>
> I hope you do not suggest that anybody reading here should ever try to
> use MFC?
>
> It is one of the worst bits of "C++" I have ever seen, almost impossible
> to use with anything else than a certain similarly broken compiler...
I never said I liked it or ever used it but it is the standard, it is
everywhere and if you really want a native Win app you don't much choice.
By native I mean one that looks like it belongs on the platform rather
than one that looks like it was ported. Of course, LyX would never _act_
like it belongs on Windows unless we throw in a few spurious:
#ifdef WINDOWS
if (random() > 0.5) {
abort();
}
#endif
> I think I have mentioned it already: if there is a real demand for 'LyX
> under Windows without X' we should try to create a Tk GUI.
What's this "we" business?
;-)
Allan. (ARRae)