Xref: utzoo comp.lang.c++:11801 comp.windows.x:33126 Path: utzoo!mnetor!tmsoft!torsqnt!lethe!yunexus!ists!helios.physics.utoronto.ca!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!dsinc!netnews.upenn.edu!msuinfo!buster.cps.msu.edu!bourd From: bourd@buster.cps.msu.edu (Robert Bourdeau) Newsgroups: comp.lang.c++,comp.windows.x Subject: Using C++ and X together (Problems) Message-ID: <1991Feb19.153737.11179@msuinfo.cl.msu.edu> Date: 19 Feb 91 15:37:37 GMT Sender: news@msuinfo.cl.msu.edu Reply-To: bourd@buster.cps.msu.edu (Robert Bourdeau) Organization: Computer Science, Michigan State University, E. Lansing Lines: 18 Is anyone aware of problems using the X Toolkit and Xw with g++? I have been trying to compile a C++ program which incorporates X window stuff. I can't get past the compilation. Everything compiles fine until I add the X interface. When the X stuff was added, I started getting things like type conflicts, and even parse errors in the X header files. When I use standard C and X, there is no problem. So it seems that there is some strange incompatibility between C++ and X. (Unless of course you want to use Interviews which I don't). Does anyone have ideas or similar experience? Thanks for any information. --- Robert Bourdeau --- bourd@buster.cps.msu.edu --- Michigan State University