Which version of the ArcGIS Runtime SDK for Qt are you trying to develop with?
Thanq for responding. I am using ArcGis_Runtime_sdk_qt_Windows_1023
I got that Problem solved.But ArcGIS Online Tiled Basemap Layer is not displaying on my qt window.Itis showing error as"
Debugging starts
Debug Assertion Failed!
Program: C:\Windows\SYSTEM32\MSVCP110D.dll
File: C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\xstring
Line: 1143
Expression: invalid null pointer
For information on how your program can cause an assertion
failure, see the Visual C++ documentation on asserts.
(Press Retry to debug the application)
"
Hi,
At 10.2.3, the minimum Qt requirement is 5.1.1 with VS 2012. You can get more information on the setup and how to configure your environment here: Install and set up on Windows—ArcGIS Runtime SDK for Qt | ArcGIS for Developers and the system requirement: System requirements—ArcGIS Runtime SDK for Qt | ArcGIS for Developers.
Regards,
Jen Trieu
At first i checked with that configuration but later on i have downloaded qt sdk 5.1.1 and qt creator 2.7.2 and microsoft visual studio 2012 for windows desktop and working on this configuration still iam not getting the map.It is showing as invalid null pointer
Which version of Qt are you using? You will need the MSVC2012 w/ openGL Desktop 5.1.1, but I think you may be using MinGW
The qt version which iam using is qt-windows-opensource-5.1.1-msvc2012-x86-offline.exe
and compiler is Microsoft Visual Studio Express 2012 for Windows Desktop - ENU
Ok, you will need to use the one that specifies OpenGL, such as the screenshot in my previous post.
Previoulsy i tried to install qt-windows-opensource-5.1.1-msvc2012_opengl-x86_64-offline on my system but unable to install thats why i have installed qt-windows-opensource-5.1.1-msvc2012-x86-offline.exe on my system.