|
Yes, I think your doing the right thing. I wrote my first Windows program in 1991 - seven or so screens linked to objects in an expert system using DDE, plus some database I/O. I coded this up using C & the Windows API. Then Borland OWL came along and, like a whole bunch of people, I decided this was an easier way to code. Two or threee years ago I moved over to MFC. I started to become uneasy when I noticed that my programs were putting on weight. My more recent efforts are more complex that the 1991 program, but the size seems to have blown out of all proportion. Also I had started reading the Gang of Four & also Robert Martin's excellent book, & I found that I was having to go to a lot of extra trouble to apply their ideas with MFC.
Recently I found a link to your pages (from the Mingw32 pages). I wanted to come up to speed on Win32, as all my Windows stuff had been 3.X, and am really impressed by the work you have done on your tutorial. For some time I had been toying with the idea of throwing out MFC & starting from scratch with a lightweight set of classes based on the API - which is precisely what you have done. I think the material you have organised is very clear, well written, & I have certainly benefitted from it.
Please keep up the good work.
Regards,
Simon
--
Simon A. Crase
Emerson & Crase Consultants ++61 3 9592 1764
1 Exon Street, Brighton,
Victoria 3186, Australia
|
|
|