On Wed, Mar 8, 2017 at 1:23 PM, ToddAndMargo <toddandma...@zoho.com> wrote:

> <code>
> class Display is repr('CStruct') {}
> </code>
>
>     Class Display has no attributes, which is illegal with
>     the CStruct representation.
>
> What in the world?
>

It's an opaque pointer; CStruct is the wrong representation to use. Try
CPointer instead.

-- 
brandon s allbery kf8nh                               sine nomine associates
allber...@gmail.com                                  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net

Reply via email to