From: | David McMinn |
Date: | 9 Jan 2000 at 14:51:35 |
Subject: | Re: Shapes and ILBMInfo |
Hi Lorenzo
> type is not known. I think that I have to put something in the
> compiler options at the voice resident.... but what? I have proved to
> put as resident bb2objtypes.res, but it wasn't ok. In the same program
You'll need bb2objtypes.res and amigalibs.res. If you still get
errors, you will either need to add or remove (can't remember which
version I wrote it for) the underscores before some OS type names.
For example, if there is an error on a line like
"*scr.Screen=Peek.l(Addr Screen(0))" then it should be changed to
"*scr._Screen=Peek.l(Addr Screen(0))".
> that I'm writing I need know how resolution a person use. For exaples
> 640X256 and I do it in this way.
> The y returns the right value (in my case 256), the x returns 3200
> (???)... Why?
There is a bug in the SaveScreen command, which only occurs when the
screen's bitmap is interleaved (the WB screen is like this on OS3+).
A better way would be to use ScreenWidth and ScreenHeight to get the
sizes of the screen.
---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie