Crash when trying to use graphical tiles.
Fails on
ret = ReadFile(hFile, &lpbi + offBits, nBytesToRead, &nBytesRead, NULL); { show_win_error(); goto ErrExit; }
in readdib.c
Possibly should use HeapAlloc instead of GlobalAlloc ?
'sizeof' of wrong type being used.
Possibly ReadDIB() could be replaced by use of LoadImage() ?
Fails on
in readdib.c