Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 588 Bytes

linker-tools-warning-lnk4086.md

File metadata and controls

13 lines (11 loc) · 588 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Linker Tools Warning LNK4086
Linker Tools Warning LNK4086
11/04/2016
LNK4086
LNK4086
ea1eecbb-ba2c-41bb-9a4f-fa0808a4b92d

Linker Tools Warning LNK4086

entrypoint 'function' is not __stdcall with 'number' bytes of arguments; image may not run

The entry point for a DLL must be __stdcall. Either recompile the function with the /Gz option or specify __stdcall or WINAPI when you define the function.