我正在尝试在c ++中使用外部MediaInfo DLL。我已经尝试了源代码(How_To_Use_DLL.cpp)随附的随附示例,并且可以正常工作。
我想在自己的项目中使用DLL。但是,如果我将代码移至其他项目,则代码将无法编译。我使用Visual Studio 2017。
比较的项目属性:
'MediaInfoNameSpace': macro redefinition
MediaInfoNameSpace': macro is not defined or definition is different after precompiled header use
'MediaInfoDLL': a namespace with this name does not exist
most if not all vars are undeclared identifier