Home > Software engineering >  Unable to contain the static link library header files
Unable to contain the static link library header files

Time:09-28

On the link editor to add MFC extension DLL yourself to do, the DLL interface classes, but in another program called, always can't contain the interface class, clearly.lib file has been loaded,
Fatal error C1083: cannot open include file: "ExtDLLClass. H" : No to the file or directory
1>
This just a mistake, try to link the LIB file, write the name wrong VS will be unable to find a.lib file, so proved.lib file is loaded, but the header file is unable to contain,
Teaching CD give the source code can run normally, what do I really wrong,

CodePudding user response:

This error is the header file, not the lib library

CodePudding user response:

The header file how to find?

CodePudding user response:

Really is just an error in the header file, and it doesn't matter, I understand there are problems well,,,,

CodePudding user response:

Unable to open include file: "ExtDLLClass. H"

CodePudding user response:

Project, properties, C/C + +, additional include directories: fill in the attached header file directory semicolon interval multiple
  • Related