You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Learn more about: Compiler Error C2200"
3
2
title: "Compiler Error C2200"
4
-
ms.date: "11/04/2016"
3
+
description: "Learn more about: Compiler Error C2200"
4
+
ms.date: "02/15/2025"
5
5
f1_keywords: ["C2200"]
6
6
helpviewer_keywords: ["C2200"]
7
-
ms.assetid: a04139a6-ce18-404b-9bfd-2369fc0af3cb
8
7
---
9
8
# Compiler Error C2200
10
9
11
-
'function' : function has already been defined
10
+
'function': function has already been defined
11
+
12
+
An [`alloc_text`](../../preprocessor/alloc-text.md) pragma uses a function name already defined. Ensure the `alloc_text` pragma appears after the function declaration but before its definition.
13
+
14
+
The following sample generates C2200:
12
15
13
-
An `alloc_text` pragma uses a function name already defined.
0 commit comments