please help me---I cannot import VBE6EXT.olb

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
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 "C:Program 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
 
Back
Top