Hi,
now my game is at the IGF 2012 and of course some judge has the same error
I googled and found this exact message
MessageBox ( NULL, "Tried to read a surface which has no read permissions!", "System Memory Bitmap Error", MB_OK );
in some DarkBasicPro Source code CImageC.cpp
I think it is because I use GetImage()
I would think that there is a problem with GetImage() and Windows 7 (I tested with Windows 7 professional and it was fine).
If anyone from the GDK dev team could look into it, why GetImage could throw this message? Thanks!