On 9/23/06, Matthias Baas <ba...@ir...> wrote:
> Roman Yakovenko wrote:
> > They should. Can you give me few good reasons to not create wrappers?
>
> I've just stumbled over another problem as I compiled the bindings on
> Linux. Compilation fails because of a class that has a private
> destructor. This class only provides static members and a few enums, it
> isn't meant to be instantiated (let alone sub-classed).
Sometimes static members need wrapper, for example arrays.
Can you post small code that reproduce the problem?
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
|