- [Fwd: Re: - Getting modules to load. Component Builder1.5]

From: Douglas G. Danforth <"Douglas>
Date: Tue, 20 Mar 2007 13:21:27 -0400

Wayne,
Forgot to mention that you must import module A in module B

MODULE B;
  IMPORT A;
  ....
  PROCEDURE Caller*;
  BEGIN
    A.P
  END Caller;
END B.

()B.Caller

-Doug Danforth



attached mail follows:





Received on Tue Mar 20 2007 - 18:21:27 UTC

This archive was generated by hypermail 2.3.0 : Thu Sep 26 2013 - 06:31:43 UTC