Re: Frage zu #pragma
Philipp Thomas <[email protected]>
| Newsgroups | gmane.linux.suse.programming |
|---|---|
| Message-ID | <[email protected]> |
Am Thu, 19 Feb 2009 11:38:22 +0100 schriebst Du: >DlgAdvPreferences.cpp:489: error: 'wxWindowListNode' was not declared in >this scope >DlgAdvPreferences.cpp:489: error: 'node' was not declared in this scope >../../../../include/wx/list.h:57: error: forward declaration of 'struct >wxObjectListNode' >../../../../contrib/src/fl/garbagec.cpp:188: error: invalid use of >incomplete type 'struct wxObjectListNode' >Könnte das zusammenhängen? Naja, das hat die gleiche Ursache :) Die Definition der Klasse mittels Makros funktioniert aus mir unbekannten Gründen nicht. Da die Klasse nicht existiert, scheitert natürlich auch aller Code, der sie verwenden will. Philipp