Re: call procedure in Linux-Ada-module from "normal" program




24 aug 2006 kl. 18.33 skrev Frank:



Now I wish to call "some_call_me" from the test program (3) - is that
possible?

<cut>
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





Relevant Pages