Mail Archives: djgpp/1995/12/12/09:07:56
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.
- Raw text -