#include "stdafx.h" #include "Common.h" #if defined(JPN) //日本語 #include "pj_msg_jpn.h" #else //英語 #include "pj_msg_eng.h" #endif CClassInfo::CClassInfo(){ pMemberInfo=(MEMBERINFO *)HeapAlloc(hHeap,0,1); MemberNum=0; } CClassInfo::~CClassInfo(){ int i; for(i=0;i