EDN Admin
Well-known member
I developed the addin in MS word 2003 using VC++ 2005+ATL. I cannot
solve the problem for three days:
when I compile:
It says: error C4772: #import referenced a type from a missing type
library; __missing_type__ used as a placeholder.
The error is in here:
#import "Crogram FilesCommon FilesMicrosoft
SharedVBAVBA6VBE6EXT.olb" rename_namespace("VBE6")
BUT the file( VBE6EXT.olb ) exactly is in the file.
I have no any clue how to solve it. I searched a lot through google.
But there is not any help.
View the full article
solve the problem for three days:
when I compile:
It says: error C4772: #import referenced a type from a missing type
library; __missing_type__ used as a placeholder.
The error is in here:
#import "Crogram FilesCommon FilesMicrosoft
SharedVBAVBA6VBE6EXT.olb" rename_namespace("VBE6")
BUT the file( VBE6EXT.olb ) exactly is in the file.
I have no any clue how to solve it. I searched a lot through google.
But there is not any help.
View the full article