I have this code and I get this error messages, when I try to initialize mypointer:
E2238 Multiple declaration for 'identifier'
E2344 Earlier declaration of 'identifier'
E2141 Declaration syntax error
//---------------------------------------------------------
#include <vcl.h>
#include...