I am using MSVC 6.0

It compiles but doesnt link when i try to actually use it:

CObjectStorage<int> a;
a.Alloc(10);

above ^^^^ doesnt work... (