Mail Archives: djgpp/1997/08/04/00:20:22
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
- Raw text -