Blitz (35/193)

From:James L Boyd
Date:6 Aug 2000 at 15:48:15
Subject:Re: StatsFuncs

> > I tried the StatsFuncs code on the Aminet (James L Boyd) and I agree
that
> it
> > is good :)
> >
> > But..... I replaced all the SMouseX, SMouseY, ScreenHeight and
ScreenWidth
> > with the alternatives. I like the control over the functions, but it
> didn't
> > make the exe size smaller. In fact it went up from 29k to 30k. What am I
> > doing wrong??
>
> Nothing - the way it works is this:
>
> In order to eleminate a blitz library from being included in your exec
> (thereby shrinking the file size) you must eleminate EVERY command that is
> contained in that library.

Exactly -- you need to replace all commands in a particular library (the
Blitz Screen library calls in this case), which isn't always possible with
what's in StatsFuncs, so sometimes it'll result in smaller programs,
sometimes not, depending on what other commands you've used in your program.
A lot of it is just meant as examples of how to call OS functions, some of
it's just gimmicky...I was bored... ;)

See ya,



James L Boyd.
http://www.thesurfaces.net/
My comments do not reflect the views of myself or anyone I know.
Connected from Fife, Scotland.
Death to the Pixies!


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