help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Re: [bug] CStruct pointers-to-CStructs don't work prope


From: Paolo Bonzini
Subject: [Help-smalltalk] Re: [bug] CStruct pointers-to-CStructs don't work properly
Date: Thu, 03 Jan 2008 08:25:52 -0700

Issue status update for http://smalltalk.gnu.org/project/issue/148 Post a follow up: http://smalltalk.gnu.org/project/comments/add/148

Project:      GNU Smalltalk
Version:      <none>
Component:    Base classes
Category:     bug reports
Priority:     normal
Assigned to:  Unassigned
Reported by:  tonyg
Updated by:   bonzinip
Status:       active

Here is mine:

CStruct subclass: #StructB.
(CStruct subclass: #StructC) declaration: #((#b (#ptr #StructB))).
StructC new b elementType cObjectType printNl

(CStruct subclass: #StructD) declaration: #((#b (#ptr #{StructB}))).
StructD new b elementType cObjectType printNl

Both are fixed with your patch.

Thanks!






reply via email to

[Prev in Thread] Current Thread [Next in Thread]