[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    a tool: simple C++ interface definition -> ICOM_ macro converter.
From:       "TAKESHIMA Hidenori" <hidenori () a2 ! ctktv ! ne ! jp>
Date:       2001-05-28 12:56:41
[Download RAW message or body]


This program may help creating ICOM_ macro.
(but this code doesn't have portability,
so some modification may be required.)

for example, if give the following codes to stdin,
we gets ICOM_ macros for IPersist.

class IUnknown
{
public:
 HRESULT QueryInterface( REFIID riid, LPVOID *ppvObj) ;
 ULONG AddRef() ;
 ULONG Release() ;
};
export interface IPersist : public IUnknown
{
  virtual HRESULT STDMETHODCALLTYPE GetClassID( CLSID *pClassID );
};


["CXX2ICOM.Y" (application/octet-stream)]
["CXX2ICOM.L" (application/octet-stream)]

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic