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

Send Feedback

#import attribute 'attribute' requires count arguments; ignored

A #import attribute has the wrong number of arguments.

The following example shows how this error might occur.

#import "olepro32.dll" no_namespace("abc") rename("a","b","c")  // warning

The no_namespace attribute takes no arguments. The rename attribute takes only two arguments.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.