Mail Archives: djgpp/1998/10/15/03:06:41
Victor Valdes Marquez wrote:
> Can I make Windows's applications with DGPP and SDK without RSXNT, in C++?
No. The format of a Win32 executable is very different from the format built by
djgpp. I am working on a program that fits your description (except the C++
part, so far) that is sort of an equivalent of stubify. It's sort of a free
RSXNTDJ, without the fancy standard library, and DOS/Win32 portability.
> In other words, Is the SDK package operative with DJGPP without
> modifications?
> What are the things that I need ?
>
> Thank you.
No, the headers supplied in the win32 sdk won't work with gcc. gcc complains
about the order of a couple of declarations. I have a patch for the headers
makes them work with gcc that I'd be willing to give you though.
- Raw text -