Mail Archives: djgpp/1999/03/23/12:44:05
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
- Raw text -