Re: Interfaces.C and use clause
- From: Peter Amey <peter.amey@xxxxxxxxxxxxxxx>
- Date: Mon, 23 May 2005 15:43:38 +0100
ich_bin_elvis@xxxxxxxxxxx wrote:
[snip]When I use : Use Interfaces.C;
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
At the point where you "with" the win32 shadow package add "use type xxxx.bool;" (where xxxx is replaced with th ename of your shadow package). Use type make sall the operators visible but soen't have any of the less desirable effects of "use".
Peter
.
- 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
- Re: Interfaces.C and use clause
- From: ich_bin_elvis
- Interfaces.C and use clause
- Prev by Date: Re: SPARK and Interfaces.C
- Next by Date: Re: SPARK and Interfaces.C
- Previous by thread: Re: Interfaces.C and use clause
- Next by thread: GNAT Extensions with ASIS?
- Index(es):
Relevant Pages
|