Dave Thomas wrote in message ... >Before we shut the door, I wouldn't mind some discussion on FOX. I've >downloaded it and had a play, and it seems quite nice. Not as fancy >as GTK, but pretty straightforward to use, and with a very familiar >L&F for windows users. > >I'd also hope that we can >stick the GUI stuff into DLLs under Windows: I'm not sure what the >current state of the art is when it comes to putting C++ libraries >into DLLs. On NT the FOX DLL shows up as a .pyd file, but windows claims it is an executable file so it looks like it is possible to package up most of the C++ stuff in a DLL. Pete