Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!ucsd!hub.ucsb.edu!appmag!todd From: todd@appmag.com (Todd Day) Newsgroups: comp.windows.ms.programmer Subject: Re: Borland C++ 2.0 impressions Message-ID: <1991Apr2.023939.13615@appmag.com> Date: 2 Apr 91 02:39:39 GMT References: <1991Apr1.122952.17519@watserv1.waterloo.edu> Organization: R&D, Applied Magnetics, Goleta, CA Lines: 23 tom@mims-iris.waterloo.edu (Tom Haapanen) writes: %And as to the Whitewater Resource toolkit: %- include files can't be used Yes, they can. They just can't have anything in them except #define's. No problem. I just have two files called "resource.rec" and "resource.h" that contain all of the necessary resources for my program (no use in splitting them up since WRT can deal with all sorts of different resources being in one file). I think it's cleaner to keep all of the #define's for the resources in one file, anyway. However, I dont' write apps with huge amount of resources... WRT is certainly a lot cleaner than all of the bitmap editors and dialog editors in the SDK. The dialog editor tends to crash on my machine (the only app I know of to do this on my machine) and is a bit kludgy. WRT is a tiny bit slow, but I can cope with it. I just need to get a faster machine with more RAM (but don't we all :-). -- Todd Day | todd@appmag.com