Re: Suggestions and Stuff (& Linux)
- Posted by "Cuny, David" <David.Cuny at DSS.CA.GOV> Apr 01, 1999
- 500 views
Hi, All. Sorry about the last post; the stupid Ctrl+S got me again! I'll be brief (and not include the various class trees) to make up for the mess I sent: Ralf wrote: [Interfaces] Portability *is* an issue. The Win32 class layout is different than the Qt class layout, or the wxWindows class layout. But the interface shared by the classes will be common, so the users won't deal with it. And because the classes have a common interface (especially with the graphic routines), the emulated controls should still be portable, despite the differences in the underlying class trees. I am trying to make the classes as modular as possible. This means that, instead of being one file, WinLib will be a bunch of seperate include files linked by an OOP core. -- David Cuny