Johannes Brunen wrote:
#define decl_() DECL_
#define DECL_FUNCTION(lib) decl_()lib
[snip]
After preprocessing on msvc9 I got the following code:
class ENTITY; DECL_KERN logical is_ENTITY (const ENTITY*);
After preprocessing with gccxml with this command
[snip]
class ENTITY; DECL_ KERN logic
Hello,
I'm new to this list and would like to report a problem I'm facing on
using gccxml.
Below you can see a simple C++ header file extract which compiles fine
on msvc 9. It is verbose but part of a C++ library package I would like
to wrap using py++.
'main.hxx'
===
#if defined( THIS_FUNCT