Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 475 Bytes

File metadata and controls

16 lines (12 loc) · 475 Bytes
title Compiler Error C3166
description Learn more about: Compiler Error C3166
ms.date 11/04/2016
f1_keywords
C3166
helpviewer_keywords
C3166

Compiler Error C3166

'pointer' : cannot declare a pointer to an interior __gc pointer as a member of 'type'

Remarks

The compiler found an invalid pointer declaration (a __nogc pointer to a __gc pointer.).

C3166 is only reachable using the obsolete compiler option /clr:oldSyntax.