..\_Common\party.h(216) : error C2086: 'C2PartyPtr CPartyMng::m_2PartyPtr' : redefinition
..\_Common\party.h(212) : see declaration of 'CPartyMng::m_2PartyPtr'
how to fix this error ?? :(::(::(::(::(::(::(:
Printable View
..\_Common\party.h(216) : error C2086: 'C2PartyPtr CPartyMng::m_2PartyPtr' : redefinition
..\_Common\party.h(212) : see declaration of 'CPartyMng::m_2PartyPtr'
how to fix this error ?? :(::(::(::(::(::(::(:
Its already saying what the problem is.
Try to learn how to read errors,
redefinition means its defined twice.
So check party.h.