I'm attempting to create a CList object in a C++ class.
I've created an MFC AppWizard (exe) project.
The declaration code looks like:
CList<int,int> test;
For some reason I'm getting the error codes back:
Any thoughts or suggestions on this would be appreciated. I'm fairly certain there is a...