Compiler Warning (level 1) C4176 (Windows CE 5.0)

Send Feedback

'subcomponent' : unknown subcomponent for #pragma component browser

The component pragma contains an invalid subcomponent. To exclude references to a particular name, you must use the references option before the name.

The following example shows how this error might occur.

#pragma component(browser, off, i)  // warning
#pragma component(browser, off, references, i) // ok

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.