G
Guest
h
I use the following statements in my code
typedef struct _MYSTRUCT
[...
CDWordArray myarray
}MYSTRUCT
CList<MYSTRUCT> mystruct
This code won't compile with some strange failure in afxtempl.h (seems as if CDWordArray were a linked list too)
Can anyone help me out of this
Thanks a lot
Gordon
I use the following statements in my code
typedef struct _MYSTRUCT
[...
CDWordArray myarray
}MYSTRUCT
CList<MYSTRUCT> mystruct
This code won't compile with some strange failure in afxtempl.h (seems as if CDWordArray were a linked list too)
Can anyone help me out of this
Thanks a lot
Gordon