Hi everyone
I am currently evaluating Aspose.Cells for C++ for usage in my company.
I am having issues with the include files, specifically the unicode include files.
Firstly, I assumed it is enough to include the “…/include” folder shipped with Aspose.Cells. But when building my solution, it came up with an error message saying:
unicode/uloc.h: No such file or directory
I then tried to also include “…/include/icu/include”, which removed the above error message, but unfortunately seems to be conflicting with other aspects of the project, resulting in roughly 1,000 errors like “Undeclared identifier ‘HRESULT’”…
Any advice on how to include those headers correctly?