From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: Windows Programming - windows.h Date: Wed, 30 Jul 1997 10:08:14 -0400 Organization: Cornell University Lines: 17 Sender: asu1 AT cornell DOT edu (Verified) Message-ID: <33DF4ACE.705B@cornell.edu> References: <01bc9cdf$2b063b40$b5f3868b AT jack> Reply-To: asu1 AT cornell DOT edu NNTP-Posting-Host: 128 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Tom Cook wrote: > > If I am using RHIDE/DJGPP under DOS, can I #include "windows.h" from > another package and thus program for windows in DjGpp? the header will not solve your problems. you need more than that: other headers, import libraries, run-time etc. you can check go to http://www.people.cornell.edu/pages/asu1/prog.htm for links to free windows compilers (note that these are "free" to different extents.) there are basically three options: rsxntdj which is based on djgpp, cygnus-win32 and lcc. the last one is C only. -- Sinan