X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=+xIOVbB7Q3qL/sL8CGremSqvgs6yAdV/7ma8GoQWvnQ=; b=YNxeHbvyh60js2s+YYJ4hKNPU/rgjsJf0nimWNhrN8uv3uoRVCawheEtGGvqDQFTy8 sHc/FWvrlxgyQThyiCh8TOxTQZ3WU3llZfjVyae7JAYHvREIfyuuxA1udmNQcA8OxbSy 98dC8UAbI2ZI4REcvFUpoZwmm7ctYVLS9DErHlDyRR/l+/6voaXRAlRDxIegojIXNbzo qRAFrAUADYf7ihuJ+TRqpKkW1bMjPhTFNISdjMR+UdkQR6iPGTL0LWWFj3rYAH3nHhEA Cnoqe2JelemMp3wArBkAVt0gR34hjFu53N/sZtGdkoIE/t5542zHZ4uoLLQDPYYrqEeJ CMrA== X-Received: by 10.180.149.211 with SMTP id uc19mr27233787wib.50.1445944312907; Tue, 27 Oct 2015 04:11:52 -0700 (PDT) Date: Tue, 27 Oct 2015 12:11:51 +0100 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] home/bkerin/geometry_module branch Message-Id: <20151027121151.84a401be8b0d162eea027ad9@gmail.com> In-Reply-To: <20151027103752.17300.qmail@stuge.se> References: <20151027103752 DOT 17300 DOT qmail AT stuge DOT se> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Levente (leventelist AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > > transform PCB to C++ > > That's orthogonal to new geometry code. > > > > I think C++ is a better tool to code a PCB editor application than C. > > I don't neccessarily agree but regardless of that, the current code is C. > > It's not at all impossible to use a C++ library from C code but it > requires writing a wrapper. > > > //Peter Other direction is easier. To use C functions from C++ is simple and it is not to hard to export C functions from C++. Nicklas Karlsson