Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 699 Bytes

fatal-error-c1104.md

File metadata and controls

22 lines (17 loc) · 699 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Fatal Error C1104
Fatal Error C1104
11/04/2016
C1104
C1104
45bd85c4-77d3-4d3c-b167-49c563aefb4d

Fatal Error C1104

fatal error importing libid: 'message'

The compiler detected a problem importing a type library. For example, you cannot specify a type library with libid and also specify no_registry.

For more information, see #import Directive.

The following sample will generate C1104:

// C1104.cpp
#import "libid:11111111.1111.1111.1111.111111111111" version("4.0") lcid("9") no_registry auto_search   // C1104