here is the stack of the compilation error.
AsposeExcelManagerLegacyImpl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __cdecl Aspose::Cells::System::String::~String(void)" (__imp_??1String@System@Cells@Aspose@@UEAA@XZ) referenced in function "public: virtual void * __cdecl Aspose::Cells::System::String::
scalar deleting destructor’(unsigned int)" (??_GString@System@Cells@Aspose@@UEAAPEAXI@Z)`
AsposeExcelManagerLegacyImpl.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl Aspose::Cells::System::String::String(wchar_t const *)" (__imp_??0String@System@Cells@Aspose@@QEAA@PEB_W@Z) referenced in function "public: virtual void __cdecl XLS::CAsposeExcelManagerLegacyImpl::Open(class fermat::_tstring,class fermat::_tstring const &,class fermat::_tstring,bool)" (?Open@CAsposeExcelManagerLegacyImpl@XLS@@UEAAXV_tstring@fermat@@AEBV34@0_N@Z)
AsposeExcelManagerLegacyImpl.obj : error LNK2001: unresolved external symbol "public: virtual int __cdecl Aspose::Cells::System::Object::CompareTo(class boost::intrusive_ptr<class Aspose::Cells::System::Object>)" (?CompareTo@Object@System@Cells@Aspose@@UEAAHV?$intrusive_ptr@VObject@System@Cells@Aspose@@@boost@@@Z)
AsposeExcelManagerLegacyImpl.obj : error LNK2001: unresolved external symbol "public: virtual bool __cdecl Aspose::Cells::System::Object::Equals(class boost::intrusive_ptr<class Aspose::Cells::System::Object>)" (?Equals@Object@System@Cells@Aspose@@UEAA_NV?$intrusive_ptr@VObject@System@Cells@Aspose@@@boost@@@Z)
I tried to used the dll of the example code, but it is failing during execution on a heap memory.
All works fine in Release mode.
Regards