[Doxygen-develop] Macros II
Brought to you by:
dimitri
From: Stefan M. <me...@sk...> - 2001-08-27 11:49:42
|
Hi, I've advanced somewhat in my quest to make the stuff work. I set the macro expansion PREDEFINED = "IWMETHODIMP(x)=x __stdcall " \ "PURE= = 0" and EXPAND_AS_DEFINED = "IWMETHODIMP(x)=x __stdcall " \ "PURE= = 0" and enabled all macro expansion like this : ENABLE_PREPROCESSING = YES MACRO_EXPANSION = YES EXPAND_ONLY_PREDEF = YES I now get this error message : D:/Projekte/IW/Src/baselib/Random/Random.h:48 Warning: no matching class member found for IWMETHODIMP IW::CRandomGenerator::SetSeed(void) since SetSeed is defined as : IWMETHODIMP(void) SetSeed( ulong _uSeed ); I suppose that the macro is either - not expanded as should or - I made a fault within the PREDEFINED declaration. If anyone had a suggestion what I could do, I appreciate. Kind regards, Stefan Maton ----------------------------- Programmer Resources Site http://www.sun-a-moon.org ----------------------------- |