* PROBLEMS: Removed problem with array fields not generated
properly, they are now generated properly in latest gtk# cvs. svn path=/trunk/diacanvas-sharp/; revision=22515
This commit is contained in:
Родитель
d0e35412a5
Коммит
2efd105e38
|
@ -1,3 +1,8 @@
|
|||
2004-01-26 Martin Willemoes Hansen <mwh@sysrq.dk>
|
||||
|
||||
* PROBLEMS: Removed problem with array fields not generated
|
||||
properly, they are now generated properly in latest gtk# cvs.
|
||||
|
||||
2004-01-06 Martin Willemoes Hansen <mwh@sysrq.dk>
|
||||
|
||||
* dia/diacanvas-api.xml: Regenerated with gtk#-0.15
|
||||
|
|
19
PROBLEMS
19
PROBLEMS
|
@ -1,22 +1,3 @@
|
|||
Array fields are not generated properly
|
||||
---------------------------------------
|
||||
|
||||
warning: array field Dia.ShapeText.affine probably incorrectly generated
|
||||
warning: array field Dia.CanvasIter.data probably incorrectly generated
|
||||
warning: array field Dia.ShapeImage.affine probably incorrectly generated
|
||||
|
||||
This seems to be a problem with the generator.
|
||||
Array marshalling is not implemented in mono yet.
|
||||
|
||||
The xml has a format of:
|
||||
<field cname="dash" array_len="1" type="gdouble"/>
|
||||
|
||||
The generated C# code is like this:
|
||||
public IntPtr dash;
|
||||
|
||||
================================================================================
|
||||
|
||||
|
||||
Type missing problems
|
||||
---------------------
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче