Re: call procedure in Linux-Ada-module from "normal" program
- From: Björn Lundin <bnl@xxxxxxxx>
- Date: Thu, 24 Aug 2006 22:47:11 +0200
24 aug 2006 kl. 18.33 skrev Frank:
<cut>
Now I wish to call "some_call_me" from the test program (3) - is that
possible?
3
---------------------------------------------------------------------- ---------------------------------------------------
procedure test_somemodule
is
procedure Call_Me;
pragma Import (C, Call_Me, "some_call_me");
Wild guess, but should you not Export Call_Me ?
/Björn
Björn Lundin
b dot f dot lundin at gmail dot com
- References:
- Prev by Date: Re: Information On How To Use The Ada Score Compiler For Windows PC
- Next by Date: Re: protected type interrupts
- Previous by thread: Re: call procedure in Linux-Ada-module from "normal" program
- Next by thread: Re: call procedure in Linux-Ada-module from "normal" program
- Index(es):
Relevant Pages
|