Open zn123 opened 4 years ago
Unable to reproduce with both Xcode 10.3 and 11.3
Can you share the complete project workspace ?
Our builds is with Unicode. If you include MediaInfo.h
instead of MediaInfoDLL.h,
, there is no non-Unicode support (this is something we need to change in the future).
We don't have the includes, so difficult to know the exact source of the issue. You may try to include MediaInfoDLL.h
instead of MediaInfo.h
or add #define _UNICODE
before including MediaInfo.h
(and adapt your source code accordingly).
main.cpp
Link Binary With Libraries +libmediainfo.a +libzen.a
*_*