Register
Site Login
Site Search
Forums
Advertisement
Welcome to PocketMatrix. PocketMatrix is dedicated to providing the best online community for mobile device developers and enthusiests. What's new?

Posible Bmp Bug


Postby ZugaZoid » Jan 10, 2007 @ 9:09pm

Posible BUG?

Code: Select all



Surface surf;
surf.create(TEXT("file.bmp")); //Here ReturnCode::OK
pBackBuffer->bltFast(0,0,&surf); //Here ReturnCode::INVALID_COORD (Code: 2)
3 lines; 0 keywds; 2 nums; 15 ops; 1 strs; 2 coms    Syntactic Coloring v0.4 - Dan East  


Here is a picture:
http://psi.teoretiki.ru/pics/file.bmp


And :
Code: Select all






aSurface surf;
Font font;
surf.create(TEXT("file.bmp"));

font.createFont(" 0123456",&surf,RGB(248,3,248));//This line freeze a programm...

6 lines; 0 keywds; 3 nums; 19 ops; 2 strs; 1 coms    Syntactic Coloring v0.4 - Dan East  



If I convert BMP to GIF all works fine without any errors.

May be some bugs in BMP reading? Or this BMP have a strange format.
ZugaZoid
pm Member
 
Posts: 5
Joined: Jan 9, 2007 @ 1:51pm
Location: Russia. Moscow


Postby Sergio » Jan 11, 2007 @ 2:41pm

Hi,

We've moved post to a new thread.
We are currently working on this.

Thank you very much for your feedback,
Sergio.
Sergio Fierens

GledPlay
User avatar
Sergio
pm Member
 
Posts: 97
Joined: Mar 17, 2006 @ 2:43pm


Return to GledPlay


Sort


Forum Description

Game Engine for Embedded Devices. Simple, complete, and powerful. Focused on the game.

Moderators:

Matias, Sergio

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum