Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!spool.mu.edu!uunet!mnemosyne.cs.du.edu!isis.cs.du.edu!ebergman From: ebergman@isis.cs.du.edu (Eric Bergman-Terrell) Newsgroups: comp.windows.ms.programmer Subject: Re: MS Windows Classes Message-ID: <1991Apr25.134339.28411@mnemosyne.cs.du.edu> Date: 25 Apr 91 13:43:39 GMT References: <1991Apr23.203123.23403@odetics.com> Sender: usenet@mnemosyne.cs.du.edu (netnews admin account) Reply-To: ebergman@isis.UUCP (Eric Bergman-Terrell) Organization: Nyx, Public Access Unix (sponsored by U. of Denver Math/CS dept.) Lines: 15 Disclaimer1: Nyx is a public access Unix system run by the University of Denver Disclaimer2: for the Denver community. The University has neither control over Disclaimer3: nor responsibility for the opinions of users. By $0.02 worth: The source code for a Windows application written in BC++ 2.0 should be virtually identical to the same application written in MS C (unless you elect to use some of the non-standard turboisms (which are clearly marked as such in the manuals)). In particular, the Windows routines are called the same way (in fact both use the same windows.h file (which has all the function prototypes). The chief advantage of BC++ 2.0 is speed. I've used MS C 5.1 and it's simply too slow. Borland's compiler is much faster. Terrell