I've done a lot of my work with wxWindows lately and I got quiet familiar with it. Once you are, it's very easy. But anyway, I'm having some trouble trying to implement wxList. I want to linked list of structures of mine. Every time I use one of the macros WX_DECLARE_LIST and WX_DEFINE_LIST I'm getting some strange error messages. Has anyone of successfully used a linked list. If so, I would really appreciate if some could post the parts of his source code, that are important for the use of wxList.
Thanks in advance.
P.S.: What I did, is the same as the sample shown in the 2.4.2 documentation.