Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 651 Bytes

fatal-error-c1103.md

File metadata and controls

22 lines (17 loc) · 651 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Fatal Error C1103
Fatal Error C1103
11/04/2016
C1103
C1103
9d276939-9c47-4235-9d20-76b8434f9731

Fatal Error C1103

fatal error importing progid: 'message'

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

For more information, see #import Directive.

The following sample will generate C1103:

// C1103.cpp
#import "progid:a.b.id.1.5" no_registry auto_search   // C1103