Snapshots available at http://www.crans.org/~chepelov/dia/snapshots
*** Recent ChangeLog entries:
--- ChangeLog.previous 2002-10-02 09:23:16.0 +0200
+++ dia-cvs-snapshot/ChangeLog 2002-10-07 09:23:04.0 +0200
@@ -1,3 +1,81 @@
+2002-10-07 Steffen Macke <[EMAIL PROTECTED]>
+
+
Trying to compile, I get a lot
of "redefinition of ..." errors.
Should the lines like
typedef struct _DiaRenderer DiaRenderer;
be replaced by matching #include statements?
Steffen
___
Dia-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mai
At 18:50 07.10.02 +0200, Steffen Macke wrote:
>Trying to compile, I get a lot
>of "redefinition of ..." errors.
Sorry for the incovenience. The M$ compiler docs claim
this construct to be correct (there is no warning at all
for the redefinition and at least for C++ this is standard
conform :)
Se
Le Mon, Oct 07, 2002, à 10:00:49PM +0200, Hans Breuer a écrit:
> #ifndef DIA_TYPES_H
> #define DIA_TYPES_H
> typedef struct _Layer Layer;
> typedef struct _DiagramData DiagramData;
> typedef struct _DiaRenderer DiaRenderer;
> #endif
>
> This would allow to pass partly known 'class' pointers with