description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Fatal Error C1103 |
Fatal Error C1103 |
11/04/2016 |
|
|
9d276939-9c47-4235-9d20-76b8434f9731 |
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