On 03/08/2017 10:26 AM, Brandon Allbery wrote:
On Wed, Mar 8, 2017 at 1:23 PM, ToddAndMargo <[email protected]
<mailto:[email protected]>> 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.
Hi Brandon,
The example over at:
http://rosettacode.org/wiki/Window_creation/X11#Perl_6
is a complete syntax mess.
Could I talk you into debugging it?
-T