From: "A.Appleyard" Organization: Materials Science Centre To: DJGPP AT DELORIE DOT COM Date: Wed, 5 Jun 1996 13:34:51 GMT Subject: Windows for djgpp Message-ID: <211A05B344F@fs2.mt.umist.ac.uk> It seems that, to write Windows applications in djgpp, I must write in the ordinary way, produce an A.OUT, and then translate that A.OUT to an *.EXE with RSX. But RSX does not have a WINDOWS.H file, and I am told to get one where I can. The one WINDOWS.H file that I have (it is Visual C++'s) contains these definitions, and often uses the words thereby defined:- #define FAR _far #define NEAR _near #define PASCAL _pascal #define CDECL _cdecl So that djgpp can read this WINDOWS.H, can I simply equivalence these four words to null? Or edit them out wherever they occur?