[Kde-bindings] A sample of our subset of QtC

Richard Dale Richard_Dale at tipitina.demon.co.uk
Sun Jan 12 05:32:34 UTC 2003


On Saturday 11 January 2003 3:36 pm, Adam Treat wrote:
> On Saturday 11 January 2003 02:48 pm, Ashley Winters wrote:
> > Well, extern "C" only defines the linkage. It's hardly a legal C
> > header, which would be a requirement for a real version of QtC. Without
> > C headers to go along with the library, it's only half functional.
>
> Well, our glue lib isn't meant as a C binding library.  QtC is still the
> place for that.  We are only going todo a subset like i said and then call
> Qt directly after that.
The C functions in QtC could be #ifdef'd out, so they could be included or not 
as a build time option depending on whether you wanted to use name mangling 
or call via wrapper functions. What about name mangling in Visual C on 
Windows - is that the same as for gcc 3.2.x?

-- Richard



More information about the Kde-bindings mailing list