Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 532 Bytes

compiler-error-c2692.md

File metadata and controls

13 lines (11 loc) · 532 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Error C2692
Compiler Error C2692
11/04/2016
C2692
C2692
02ade3b4-b757-448b-b065-d7d71bc3f441

Compiler Error C2692

'function_name' : fully prototyped functions required in C compiler with the '/clr' option

When compiling for .NET managed code, the C compiler requires ANSI function declarations. In addition, if a function takes no parameters, it must explicitly declare void as the parameter type.