From: david DOT stegbauer AT cz DOT opel DOT com X-Lotus-FromDomain: GMCZECHIA AT EDSHUBEUROPE Sender: david DOT stegbauer AT cz DOT opel DOT com To: george AT the DOT internet DOT net cc: djgpp AT delorie DOT com Message-ID: <4125673D.004B549F.00@derumg01.cyberlink.eds.com> Date: Tue, 23 Mar 1999 14:54:50 +0100 Subject: Re: Newbie: #include Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Reply-To: djgpp AT delorie DOT com George wrote: > I have to write a program using Win32. I really want > to use NTEmacs and DJGPP instead of Visual C++ 6.0. > > I'm having trouble including the windows.h header. > Is there an easy window-based hello world available? > I can't find one in the documentation (still reading). > > Also, can I make calls to MFC classes, etc.? I'd > like to avoid using VC++6. DJGPP itself is not designed to make programs for Windows. So there is no "windows.h" nor MFC classes. However you have some choices: you can try RSXNTDJ package, but it also doesn't contain SDK if I'm informed well. Or you can try CYGWIN from Cygnus or MINGW32 (my choice, does not need it's proprietary dll), both are based on gcc. Any good i-net searcher (as yahoo is) will find them for you. David