Date: Tue, 12 Dec 1995 08:31:28 +0200 (IST) From: Eli Zaretskii To: Martin Couture Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: V1 Header in V2 On Mon, 11 Dec 1995, Martin Couture wrote: > Can I use the .h of version 1 with version 2??? Don't. Some structures have different layout, and some macros have changed, so they now call different functions/address different variables, and you are likely to have unresolved externals. If you use v2.0, just get djdev200.zip, which includes all the header files. The .h files which *you* wrote for your programs and which were used to compile your programs under v1.x, *can* be used with v2.0, but be warned that you might stll get compile-time or link-time errors, if you used some of v1.x non-standard features that aren't supported by v2.0.