kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #03627
Re: Re: New library file format
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
Dick Hollenbeck <dick@...>
-
Date:
Thu, 12 Nov 2009 09:56:36 -0600
-
In-reply-to:
<4AFB2D73.8090800@...>
-
Scanners:
none
-
User-agent:
Thunderbird 2.0.0.23 (X11/20090817)
DBUS can be used from C++ either by using the C language binding or the
C++ language binding. When I looked at this in detail this spring for
use in a product, we made the decision to go with the C++ language
binding and forgo the C language binding.
http://www.freedesktop.org/wiki/Software/dbus-c++
The C stuff is, well C, and more cumbersome IMO.
Dick
References