Glad the forum is back online. Just by accident, I typed "forum.visopsys.org," and was taken to a page that read "this domain has just been registered." So maybe Andy is doing some maintenance and moving things around a little?
I wanted to ask. At this stage, whether it is possible to port any framevork on Vysopsis? Such as QT? I remember that this step has allowed a bunch of software ported to Haiku-OS.
I can't *think* of any reason why it wouldn't be possible. Porting any large thing will probably require adding more C library functionality (the C library is not complete - we just add things as needed) but these C library functions are usually pretty simple. The only major piece that's missing, still, is real networking support. So if QT uses a bunch of sockets, etc. (e.g. for interprocess communication) then we'd need to do a bit of work to support that.
It's probably a fairly major job, to be realistic.