swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: binary install


From: Doug Donalson
Subject: Re: binary install
Date: Tue, 28 Apr 1998 19:50:28 -0700

Marcus,

   I am assumming what you mean is that the new code you sent me is
something equivelent to swarm-1.1.5 and there are protocall defs required
that arn't in swarm-1.1.

Marcus G. Daniels wrote:

> Yes, we are converting all the libraries over to protocol interfaces.
>
> With Swarm-1.2 folks will either have to eliminate use of statically
> typed things like EZGraph *, or include the relevant interface file.
>
> Previously, analysis.h and space.h were made up of all the includes
> of the respective libraries.  Now they are protocol definitions, just like
> defobj.h, collections.h, activity.h, and gui.h.
>
> This means that you should change the types of the EZGraph's, etc.
> in your application header files to be like:
>
>   id <EZGraph> foobar;
>
> instead of:
>
>   EZGraph *foobar;
>
> For temporary portability, you can just use a generic object, e.g.
>
>   id foobar;
>
>                   ==================================
>    Swarm-Support is for discussion of the technical details of the day
>    to day usage of Swarm.  For list administration needs (esp.
>    [un]subscribing), please send a message to <address@hidden>
>    with "help" in the body of the message.
>                   ==================================




                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]