cpp: C types not available via _orbitcpp::c::



While continuing to build this:
http://www.murrayc.com/temp/bonoboui2-hello-cpp.tar.gz

I find that ::_orbitcpp::c::Bonobo_NotSupported doesn't work, but a
plain Bonobo_NotSupported does. Bonobo_NotSupported is a regular typedef
of a regular struct, not a #define, so I can't understand why. Here's
the declaration in libbonobo/bonobo/Bonobo.h:

typedef struct Bonobo_NotSupported_type Bonobo_NotSupported;
struct Bonobo_NotSupported_type
{
    int dummy;
};

-- 
Murray Cumming
murrayc@usa.net
www.murrayc.com




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