Esri/dynamic-situational-awareness-qt

error: Ole32.lib: No such file or directory

pengguanjun opened this issue · 5 comments

LIBS += Ole32.lib
adjust to:
LIBS += $$PWD/Ole32.lib
图片
I try my all eight Ole32.lib files, all error, could you help me?

Hi @pengguanjun. You'll need to use the Visual Studio 2019 kit to build on Windows. We don't support the MinGW kit, which I assume you're using based on #357.

Please reference: https://developers.arcgis.com/qt/reference/system-requirements/#developing-apps-on-windows

Thx, I only have vs2017 now, I will try it first.

You are right. By using the Visual Studio 2019 kit with qt5.15.2 to build on Windows, running is ok.
But, I get a new problem.
**qrc:/qml/main.qml:25:1: module "Esri.ArcGISRuntime.Toolkit" version 100.10 is not installed **

图片

Maybe, I ignore something.

Handheld and Vehicle run result:
图片

MessageSimulator runs result:
图片

Hi there, my solution to your other issue should fix your toolkit problem:
#359

Marking this issue as now fixed.