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

Send Feedback

'function' : inconsistent DLL linkage. dllexport assumed

The following example shows how this message might occur.

  • A member function is declared in a class with dllexport linkage, then imported.
  • A member function is declared in a class with dllimport linkage, but it is not imported, static, or inline.

The function is linked as dllexport.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.