Blitz (63/176)

From:Richard Brooklyn
Date:14 Jul 2001 at 20:46:31
Subject:.h files

Hello,

I'll get straight to the point (I know you want me to!). Say that I have
some files. Anything will do, let's call it iamstupid.library. To use that
library, I will need the iamstupid.fd iamstupid.library and finally the
iamstupid.h file.

I have worked out how to use the other two okay. But it's the iamstupid.h
file that has stumped me. From what I cam tell, it contains a load of
constants:

#define ONE 23
#define TWO 34

This is call well and good, as I can simply write into my program:

#ONE=23
#TWO=34

But it's when the lines read:

#define THREE 0x0A
#define FOUR 0x0F

That I get confused! If I copy these in my source code, then Blitz doesn't
want to know.

Any idea?

Many Thanks.
-Richard

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