ive been fixing these borland errors one by one and the one i totally stomped on is this one
[C++ Error] TextProcessor.c pp(1449): E2294 Structure required on left side of . or .*
the line of code it is giving it to i here
pPacket->m_packetRec.pa cket.macDst[i] = pPCS->macDst[i];
[C++ Error] TextProcessor.c pp(1449): E2294 Structure required on left side of . or .*
the line of code it is giving it to i here
pPacket->m_packetRec.pa cket.macDst[i] = pPCS->macDst[i];
Comment