Today's progress report (so far).
Crashes when trying to display graphical tiles. Appears to be a problem with reading the bitmap info header.
[EDIT] Fixed that one.
[EDITx2] Spoke too soon.
[EDITx3] Seriously considering dumping ReadDIB() entirely and attempting to replace it with LoadImage() (or similar function).
[EDITx4] Hot-diggity! It worked.
Dumped ReadDIB and used LoadImage code from MS example. (So I get to say "Thanks Microsoft" for once). The terms of use may be problematical, but it was given as an example of how to use the Microsoft API so I don't suppose I'll be getting any annoyed emails from them.
Crashes when trying to display graphical tiles. Appears to be a problem with reading the bitmap info header.
[EDIT] Fixed that one.
[EDITx2] Spoke too soon.
[EDITx3] Seriously considering dumping ReadDIB() entirely and attempting to replace it with LoadImage() (or similar function).
[EDITx4] Hot-diggity! It worked.
Dumped ReadDIB and used LoadImage code from MS example. (So I get to say "Thanks Microsoft" for once). The terms of use may be problematical, but it was given as an example of how to use the Microsoft API so I don't suppose I'll be getting any annoyed emails from them.
Comment