On Sat, 23 Jan 1999, Alexander Larsson spake thusly:

> By the way, when you add object methods in ObjectOps, make sure you
> place them last, and decrease the number of unused in the line:
>   void      (*(unused[10]))(Object *obj,...); 

I was actually hoping to avoid adding anything to the Object, as this
seems like a rather App-specific thing.  Not all objects would use it,
either. 

> Then make sure you handle the object method pointer being NULL and do
> some default stuff in the code. That way we remain binary compatible.

The default stuff will be to not pop up any menu.

Another thing:  Why have you made the file format binary?  Conversion,
mailing, grepping etc is a lot easier with text files.

-Lars

-- 
Lars R. Clausen ([EMAIL PROTECTED])
A *real* smart bomb would call in sick, perhaps move to another country,
changing its name in the process, open a beach bar maybe and live out its
days in safe anonymity.                          -- Barry O'Neill in rhod

Reply via email to