nanogui@linuxhacker.org
nanogui@linuxhacker.org
:Hello folks. I'm in the midst of an attempt to port some widgets over
:to microwindows. The specific one I'm working with right now is fltk,
:based on a tip from a fellow on the linuxce list.
Fantastic! Send all Win32 api issues to me, I understand
win32 real well.
:(Specifically right now fltk is complaining about CreateRectRgn,
:GetRgnBox, and CombineRgn, also some #defined variables, or macros
:looks like)
All that code is defined in src/engine/devrgn.c, which isn't included
in the build right now since I just created it. Add it to the makefile.
Please send a list of all the unimplemented win32 routines that come
up in the link failure, and I can start to think about what we'll do to
make them happen...
Regards,
Greg
nanogui@linuxhacker.org