Mail Archives: djgpp/1995/11/27/13:42:59
Hi djgpp users,
I download all the djgppV2 stuff and tried to recompile one big
app with it (was with djgppV1.12m4). The main troubles comes from
grx20 (all mouse management functions changed name).
I finally managed to build everything, but when it comes to linking
I got the surprise that the BitMap functions were not yet implemented
in grx20 (GrBuildPixMap...).
So are there some further developpements since the version that I found
on FTP ?? If yes, where can I found that.
(I can tell you two little 'bugs' in djgppV2 package :
1. in dos.h, there is a struct member called 'class' that clashes
with C++ reserved word. just rename it for example to 'errorclass'
2. there are some references to a _G_config.h file, whose name is more
than 8 chars long. If you have Win95, just rename it (long names
will do the job), otherwise, change references to this file to
_G_confi.h.
).
Eric.
- Raw text -