I have a small test program which creates a generic linked list. It compiles, but doesn't run.
When I try to access the values of the link, it gets a memory error (access violation).
The values of the list are pointers to unlimited polymorphic variables.
I have attached the code.
Can you tell me what I'm doing wrong?
Thanks