Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!uunet!ns-mx!ccad.uiowa.edu!cadsi From: cadsi@ccad.uiowa.edu (CADSI) Newsgroups: comp.windows.ms.programmer Subject: Re: Borland C++ bug and impressions Message-ID: <1991Mar4.212904.9147@ccad.uiowa.edu> Date: 4 Mar 91 21:29:04 GMT References: <502b302b.20b6d@apollo.HP.COM> Organization: CAD-Research, U. of Iowa, Iowa City, Iowa Lines: 16 From article <502b302b.20b6d@apollo.HP.COM>, by ced@apollo.HP.COM (Carl Davidson): > > Could the difference in size be due to the optimizer unrolling loops, etc.? Good point! Hey just so the rest of you don't get caught feeling stupid, If you do things like: #if defined(__WINDOWS__) #if defined(_WINDOWS) #if defined(_Windows) its really _Windows. The online help says __WINDOWS__ will be defined whenever any of the -W options are used for bcc(x). The manual says its _WINDOWS. Then last but not least, the readme file says its _Windows. Sheesh!! OOOOhhh I just hate messin' around with my own stupid time and unobservance (sp?).