Re: [pygccxml-development] beginner questions
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2008-03-27 11:49:38
|
On Thu, Mar 27, 2008 at 1:39 PM, Alexander Eisenhuth <st...@st...> wrote: > Roman Yakovenko schrieb: > > > In order to give better answer source code is needed. > > > >> Afterward I get this error: > >> Fehler 6 error C2248: "micropather::PathNode::~PathNode": Kein Zugriff auf > >> private Member, dessen Deklaration in der micropather::PathNode-Klasse > >> erfolgte. c:\program files > >> (x86)\boost\boost_1_34_1\boost\python\detail\destroy.hpp 33 > > > > Can you translate the error message to English? > > 'member' : cannot access 'access' member declared in class 'class' > > Taken from: > > (http://msdn2.microsoft.com/en-us/library/tsbce2bh(VS.80).aspx) Thanks. If I understand right, the code doesn't compile because class has private/protected constructor. In this case Py++ had to place "no_init" in boost::python::class_ constructor. If this not happens, than I guess there is a bug here. P.S. I prefer to see the code and errors, so I could analyze the whole picture and not to guess. -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |