1 out of 3 rated this helpful - Rate this topic

Compiler Warning (level 1) C4273

Visual Studio 6.0

'identifier' : inconsistent DLL linkage. dllexport assumed

The specified member function was declared in a class with dllexport linkage, and then was imported. This warning can also be caused by declaring a member function in a class with dllimport linkage as neither imported nor static nor inline.

The function was compiled as dllexport.

Did you find this helpful?
(1500 characters remaining)