On Fri, Dec 15, 2000 at 11:12:03AM -0500, [EMAIL PROTECTED] wrote:
> Good day!
>
> I am trying to write a winelib app to perform simple manipulations on a
> storage object. Is there some entity I can import in the spec file to
> define these things, or are they only meant to be got at in c++?
> Juno version 2 has no trouble with them, but it seems to be c++.
> I just want to write a simple little winelib program to add a letter to
> juno's outbox from stdin (sort of a deferred sendmail
> functionality) without getting bogged down in GUI or classes.
You can call them in C, use the normal API to get an interface and then
use the IInterface_Xyz() functions (found in include/wine/obj_*.h) to
access the interfaces.
Ciao, Marcus