>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes: John> Hi Angus, thanks for looking out on the KDE stuff. I just wanted John> to ask, apart from the obvious std namespace stuff which I left John> out, is there anything else I should be wary of that g++ John> warnings won't pick up but DEC cxx doesn't like ? My aim is to John> cut down on you having to make these patches ;) No, this is the main thing. The other one is that you cannot use a C++ function as callback of a C function. This mainly affects xforms (where we had to use ugly wrappers). JMarc