The information in this article applies to:
SYMPTOMSWhen you try to build the ActiveX SDK WebImage sample from Developer Studio, the following error message appears:
CAUSE
The WImgInterfaces.h is an output header file generated by Mktyplib.exe.
This error comes up only if the sample is built within Developer Studio.
Note that the sample builds without any errors if you use the Makefile that
comes with the WebImage sample by typing "nmake" directly from the command
line.
When you build the sample within Developer Studio, the error appears if the project settings are not configured correctly; that is, mktyplib is not carried out with the same options as the Makefile. WImgInterfaces.h is absent because the following /h switch is not specified in the call to mktyplib:
A similar problem might occur when you build the CARD and OBJVW samples
within Developer Studio. The error message indicates that the
CardInterfaces.h and ObjVwInt.h files cannot be found.
RESOLUTION
Mirror the Makefile settings exactly in Developer Studio's Build->Settings
by following these steps:
Additional query words: kbdsi
Keywords : AXSDKControls |
Last Reviewed: May 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |