From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22071 invoked by alias); 18 Nov 2003 21:47:25 -0000 Mailing-List: contact xconq7-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: xconq7-owner@sources.redhat.com Received: (qmail 22063 invoked from network); 18 Nov 2003 21:47:25 -0000 Received: from unknown (HELO garm.central.cmich.local) (141.209.15.48) by sources.redhat.com with SMTP; 18 Nov 2003 21:47:25 -0000 Received: from leon.phy.cmich.edu ([141.209.165.20]) by egate1.central.cmich.local with Microsoft SMTPSVC(5.0.2195.6713); Tue, 18 Nov 2003 16:47:23 -0500 Received: from localhost (unknown [127.0.0.1]) by leon.phy.cmich.edu (Postfix) with ESMTP id 232DF7001B; Tue, 18 Nov 2003 16:47:18 -0500 (EST) Date: Wed, 19 Nov 2003 00:22:00 -0000 From: Eric McDonald To: Lincoln Peters Cc: Xconq list Subject: RE: Mono, anyone? In-Reply-To: <1069190544.29637.105087.camel@odysseus.peterslan> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 18 Nov 2003 21:47:23.0751 (UTC) FILETIME=[8CE37F70:01C3AE1D] X-SW-Source: 2003/txt/msg00779.txt.bz2 On Tue, 18 Nov 2003, Lincoln Peters wrote: > changes to the Xconq code base, I would want to write OO code, probably > in C++ rather than C (for obvious reasons). And I remember that someone > was able to successfully compile Xconq as a C++ program a while ago. > Does anyone know if that still works? Yes. I did it with g++ last week. There was a small issue with sys/time.h not being wrapped in extern "C" which caused some link-time troubles. I am committing a fix for that tonight, among other things.... I believe Hans has also built it as a C++ app recently, perhaps with CodeWarrior. However, Xconq is still at a C89 compliance level. Hence my recent efforts to provide a substitute snprintf implementation.... Eric