Re: Interfaces.C and use clause
- From: ich_bin_elvis@xxxxxxxxxxx
- Date: 20 May 2005 02:29:25 -0700
When I use : Use Interfaces.C;
I get the error
7 use interfaces.C;
^
*** Syntax Error : reserved word "PRIVATE" or start of
PACKAGE_SPECIFICATION or MAIN_PROGRAM_ANNOTATION expected.
^
*** Syntax Error : No complete DOTTED_SIMPLE_NAME can be
followed
by ";" here.
Generating listing file ADADLL.LST ...
Generating report file ...
So I seems like I can't use the use clause in
for the use type win32.bool i made a shadow package... And this worked
fine. But when I remove the use clause for Interfaces.C I get that
operators +-= is not visible an that this could be solved with an use
clause.... is there another way. any examples
.
- Follow-Ups:
- Re: Interfaces.C and use clause
- From: Peter Amey
- Re: Interfaces.C and use clause
- References:
- Interfaces.C and use clause
- From: ich_bin_elvis
- Re: Interfaces.C and use clause
- From: Robert A Duff
- Re: Interfaces.C and use clause
- From: Rod Chapman
- Interfaces.C and use clause
- Prev by Date: Re: Interfaces
- Next by Date: GNAT Extensions with ASIS?
- Previous by thread: Re: Interfaces.C and use clause
- Next by thread: Re: Interfaces.C and use clause
- Index(es):
Relevant Pages
|