Blitz (55/81)

From:Thorsten Will
Date:13 Mar 2001 at 21:27:31
Subject:Run on GfxCards...

Message to..: "blitz-list@netsoc.ucd.ie"
Message from: "twill@gmx.de"
Subject.....: "Run on GfxCards..."

I want to get run my program on standard AGA Amiga and
Graphic-Cards... When i try to start it on Gfx-Cards, it will
crash ;(

Here are some lines of my program...

BitMap 0,640,256,8 ; Two Bitmaps for
BitMap 1,640,256,8 ; DoubleBuffering

Screen 0,0,0,640,256,8,$8000,"Test",0,0

ScreensBitMap 0,0 ; No Replace by NCommands? ;(
ShowScreen 0

Repeat
ShowBitMap db : db=1-db
blit 0,10,10 ; Blit something
....

Problem 1:
==========
How to get it work on Gfx-Cards in all kind of ScreenModes? Does
someone have a nice example of a ScreenModeSelector (maybe by
using NCommands or SystemCommands for small executeable?)

Problem 2:
==========
Is there any way to use NScreen, NBitmap, NPalette as replacement for this
example... Is there any replace for ScreensBitmap ??? I want to make a
very small executeable... Examples are very welcome... Many thanks in
advance!

Thorsten

---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list/-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list/-help@netsoc.ucd.ie