Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!psuvax1!rutgers!mcnc!uvaarpa!murdoch!spot!rja7m From: rja7m@spot.cs.Virginia.EDU (Ran Atkinson) Newsgroups: comp.windows.ms.programmer Subject: Re: Borland C++ Message-ID: <1991Mar6.134836.22383@murdoch.acc.Virginia.EDU> Date: 6 Mar 91 13:48:36 GMT References: <26272@rouge.usl.edu> <28193@spudge.UUCP> Sender: usenet@murdoch.acc.Virginia.EDU Organization: University of Virginia Lines: 19 >Borland C++ does not come with class libraries for Windows programming. >Until you or someone else comes up with a class library for this you have >to make normal SDK calls. The above isn't well worded. You do not need the MS SDK because the Borland C++ has a full set of Windows libraries built in. In fact, the Borland C++ compiler uses the same windows.h file that Microsoft does, so the usual Windows API is available for use. BTW, One could just use the Borland docs to create a Windows program, but it would probably help to have other resources available (just as is true for regular DOS-only programs). >>Is anyone working on classes? INFOWORLD has an article this week listing several (not just 1 or 2) sets of C++ libraries for Borland C++ that do the kinds of things that people here have been asking about. Go read that article for more details.