Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!mordor!sri-spam!ames!aurora!labrea!agate!ucbvax!UOGUELPH.BITNET!BOTCHAIR From: BOTCHAIR@UOGUELPH.BITNET (Alex Bewley) Newsgroups: comp.lang.modula2 Subject: (none) Message-ID: Date: 1 Feb 88 23:31:58 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Info-Modula2 Distribution List Organization: The Internet Lines: 11 From the experience I've had with the Window Development Kit, you will need the disks with the Windows libraries. All the functions are pascal calling convention so you can use a Modula-2 compiler (LogiTech suggested). The include files (windows.h winexp.h) for the windows kit are easy to translate into Modula-2. From personal experience with the Windows kit and C code. It is a nightmare! You code becomes extremely complex and very hard to maintain. I believe that 'Computer Language' has an article about developing under Windows. Alex