Project Home
Project Home
File Releases
File Releases
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Display of bitmap file: (1 Item)
   
Display of bitmap file  
Mike-

I am trying to use your port of SDL to qnx on F27.    It builds fine under 6.5. 

A couple of tests seem to display fine to the screen – testdyngles and testgles.

The other tests – at best – display a cursor.  I was surprised I could not view a bitmap – even though it loads.

For example,  “./testwin sample.bmp”.   The bitmap never shows up, but the text on completion indicates no errors.

set fullscreen 640x480x16 mode
(video surface located in system memory)
loading picture: sample.bmp
testwin: setting colors
(video surface located in system memory)
Testwin: moving image
Testwin: fading out...
Testwin: fading in...
Testwin: fading over
Time 656 milliseconds

The Atom computer runs gma9xx driver (didn’t have any luck with SVGA).

Am I missing something?  Or did bitmap files never work?

TIA,
Dennis