Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!usc!ucsd!ucbvax!bloom-beacon!eru!luth!sunic!mcsun!inria!seti!bdblues.altair.fr From: didier@bdblues.altair.fr (didier plateau) Newsgroups: comp.windows.x Subject: X11 and Motif include files compatible with ANSI C or C++ Message-ID: <338@seti.inria.fr> Date: 26 Dec 89 13:32:46 GMT Sender: news@seti.inria.fr Organization: altair Lines: 13 The problem is that X and Motif include files are not compatible with C++ (and ANSI C) 1) Some C++ keywords are used to name struct fields ("new", "class") 2) The functions are declared without their arguments while C++ and ANSI C require prototypes. Does any body know about X and Motif include files compatible with C++ or any solution to solve this (except generating my own include files which I do not really want to do ...) ? - Didier -