Compiler Warning (level 1) C4186

#import attribute 'attribute' requires count arguments; ignored

The number of arguments supplied to an #import attribute is incorrect. For example:

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

The no_namespace attribute does not take any argument, one is supplied. The rename attribute takes only two arguments, three are supplied.