Compiler Warning (level 3) C4160 (Windows CE 5.0)

Send Feedback

#pragma pack(pop,...) : did not find previously pushed identifier 'identifier'

A statement in your source code tries to pop an identifier that has not been pushed.

Possible The following list shows how this error might occur.

  • A push or a pop incorrectly specifies an identifier.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.