How do I display map in QML

792
4
06-11-2020 12:11 AM
Tkm_Knj
New Contributor
Hi.
I try to display map in QML.
I haven't chang anything in the code, and haven't anything errors.
The aplication window rises, but nothing can be display on map.
My development environment
Qt Creator : 4.11.2
Compiler Kit : msvc2013
ArcGIS Runtime SDK for Qt : 10.2.6
OpenSSL : 1.1.1g

Any ideas ?
Regards
0 Kudos
4 Replies
LucasDanzinger
Esri Frequent Contributor

Hello -

Are you able to use a more recent version of the SDK? Version 10.2.6 is no longer supported, so I fear that starting a project with this version of the software could put you in a bad spot once you get further down the line with your project - Esri Support ArcGIS Runtime SDK for Qt 10.2.6 

You can get version 100.8 from the developer's site here - ArcGIS for Developers 

0 Kudos
Tkm_Knj
New Contributor

Hello -

Thanks for your answer.

I get version 100.8 and install.

But, Compiler show me a "error: /FS: No such file or directory".

I think, It didn't provide a path when I install ArcGIS.

It couldn't configure when it was installed.

Where can I configure?

My current development environment

Qt Creator : 4.11.2

Compiler Kit : Qt 5.14.2 MinGW 64bit

Visual Studio: Visual Studio Community 2017

ArcGIS Runtime SDK for Qt: 100.8.0

OpenSSL : 1.1.1g

0 Kudos
LucasDanzinger
Esri Frequent Contributor
MinGW 64bit

We don't support MinGW compiler - we support the MSVC 2017 kit (you must install the Visual C++ Compiler from Microsoft). Note the Qt Framework mentioned in the system requirements - System requirements for 100.8.0—ArcGIS Runtime SDK for Qt | ArcGIS for Developers 

0 Kudos
Tkm_Knj
New Contributor

Thanks!

I could display map!

I was wrong  about the compiler...

I'm very greatful !!!

0 Kudos