I already defined them in Project.hQuote:
'AMP_STORE_INFO': undeclared identifier
'm_mapAmpStore': is not a member of 'CProject'
'pAmpInfo': undeclared identifier
Code:
#ifdef __NEW_STACKABLE_AMPS
struct AMP_STORE_INFO
{
DWORD dwIDSecond;
DWORD dwIDThird;
DWORD dwIDFourth;
DWORD dwIDFifth;
AMP_STORE_INFO() : dwIDSecond(0), dwIDThird(0), dwIDFourth(0), dwIDFifth(0) {}
};
#endif // __NEW_STACKABLE_AMPS
Code:
#ifdef __NEW_STACKABLE_AMPS typedef map<DWORD, AMP_STORE_INFO*> MAPAMPSTORE; #endif // __NEW_STACKABLE_AMPS
Code:
static DWORD m_dwProSP; // 2Â÷Á÷¾÷ ½ºÅ³ÀÇ ·¹º§¾÷¶§ ÇÊ¿äÇÑ SPÆ÷ÀÎÆ® #ifdef __NEW_STACKABLE_AMPS MAPAMPSTORE m_mapAmpStore; #endif // __NEW_STACKABLE_AMPS
Thank you inadvance.






