Georg Potthast
Georg Potthast
> So question, can I compile any old X client with this? No, NX11 is tested particularly for FLTK. So you can run most FLTK applications, once you got FLTK...
> Like I was interested in seeing if I could port FOX. You will probably have to write additional functions for NX11, the ones that FOX uses but FLTK does...
How did you determine these 'undefined' X11 symbols? E.g. XCreateGC is implemented in the file `microwindows/src/nx11/CrGC.c`. You can find the implemented functions documented in the file `microwindows/doc/html/NXlib programming and reference...
The Microwindows support of wxWidgets was implemented in a subset of wxWidgets. Not sure if that ever worked properly. To answer your question one would have to try to compile...
I got a very old version of wxWidgets to work with NX11. However, in any case this uses the wxWidgets for X11 version and this branch of wxWidgets has not...
In the doc/html directory there is a faq2.html file which also describes how to build different versions of fltk for NX11.
I am sorry my documentation was correct up to last December. Greg has moved and modified files since then. Maybe he can provide new documention.
Do you want to run FLTK on Linux or what are your plans with NX11 and FLTK? In the current config file there is a switch "NX11 = Y" which...
Martin, I tested the FLTK build and the documentation and it works as described now. If you develop on Linux you have to modify the config file in the src...
Mathias, the faq2 file is now current and I hope you will have a chance to test the build again. I got it to work following these instructions. What project...