typedef struct
{
int m_Attribute;
int m_MahineDirection;
double m_XBegein;
double m_YBegein;
}PCBZONEATTRIBUTES;
typedef CArray < PCBZONEATTRIBUTES , PCBZONEATTRIBUTES> CZoneAttributes;
D:\测试\1234\12134\1234.cpp(31) : error C2143: syntax error : missing ';' before '<'
包含#include <afxtempl.h>
没有包含afxtempl.h头文件,就会出现出现这种错误,因为编译器不认识这种模板格式。