Re: HLA macro question?
- From: spamtrap@xxxxxxxxxx
- Date: Sat, 27 Aug 2005 17:32:56 +0000 (UTC)
Randy,
Let's start over. The problem I'm having is that namespaces appear to
be separate compilation units if you look at the standard include files
(e.g., stdout.hhf, math.hhf, etc.). BUT if I try compiling:
namespace X;
static
w : int32;
end X;
separately, it fails. If I try:
program P;
namespace X;
static
w : int32;
end X;
begin P;
end P;
it compiles. How does this work? The include files have namespaces as
separate compilation units but the compiler refuses to compile a
namespace separately? Is there something I'm missing?
---John
.
- Follow-Ups:
- Re: HLA macro question?
- From: SevagK
- Re: HLA macro question?
- From: randyhyde@xxxxxxxxxxxxx
- Re: HLA macro question?
- References:
- HLA macro question?
- From: spamtrap
- Re: HLA macro question?
- From: randyhyde@xxxxxxxxxxxxx
- Re: HLA macro question?
- From: spamtrap
- Re: HLA macro question?
- From: randyhyde@xxxxxxxxxxxxx
- Re: HLA macro question?
- From: spamtrap
- Re: HLA macro question?
- From: randyhyde@xxxxxxxxxxxxx
- HLA macro question?
- Prev by Date: Re: assembler too hard?
- Next by Date: Re: assembler too hard?
- Previous by thread: Re: HLA macro question?
- Next by thread: Re: HLA macro question?
- Index(es):
Relevant Pages
|
|