<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: problem with Qt+ArcGis Runtime SDK in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/problem-with-qt-arcgis-runtime-sdk/m-p/479815#M2422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moustafa-&lt;/P&gt;&lt;P&gt;Did you remember to uncomment the layers you want to use in the header and cpp file? For example, in the header, uncomment the include statement -&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;#include&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;"ArcGISTiledMapServiceLayer.h"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080;"&gt;E&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;sriRuntimeQt&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;::&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;ArcGISTiledMapServiceLayer&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;*&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;m_tiledServiceLayer&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Then, in the project.cpp, uncomment the line creating the tiled layer and adding it to the map:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;m_tiledServiceLayer&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #808000;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;EsriRuntimeQt&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;::&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;ArcGISTiledMapServiceLayer&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer" rel="nofollow" target="_blank"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #808000;"&gt;this&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="color: #800000;"&gt;m_map&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;addLayer&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;m_tiledServiceLayer&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;With the template, you need to set it up to use the layers you want, and by default, will not show anything (like your above screenshot).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Dec 2014 22:14:44 GMT</pubDate>
    <dc:creator>LucasDanzinger</dc:creator>
    <dc:date>2014-12-15T22:14:44Z</dc:date>
    <item>
      <title>problem with Qt+ArcGis Runtime SDK</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/problem-with-qt-arcgis-runtime-sdk/m-p/479812#M2419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello;&lt;/P&gt;&lt;P&gt;i'am a student in Master2 informatique (GIS) and this my first time i tried to use the Qt with the runtime SDk of arcgis ..i followed the steps in your documents and every think was exactely installed like the document said ..microsoft visuel studio express 2012 + Qt-5.1.1-32 + creator 3.3.0 ..&lt;/P&gt;&lt;P&gt;i integrated the help and the template of argis sdk with Qt creator succefuly ..and the add of win debugger(x86) &amp;amp; c++ compiler 11.0 (x86) in the "KITS" was succed ..every think was succed ..&lt;/P&gt;&lt;P&gt;But the problem is when i compil the template (i added the Qt-5.1.1-32/plugin/platform in build-MyFirstMap-Qt_5_1_1_32-Debug) it show the main window without the map and show this erroros :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #000000;"&gt;"Rendering engine : OpenGL&lt;/SPAN&gt; &lt;/P&gt;&lt;P style="text-indent: 0px;"&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa00aa;"&gt;\Device\HarddiskVolume3\build-MyFirstMap-Qt_5_1_1_32-Debug\debug\MyFirstMap.exeQWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteri'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0px;"&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa00aa;"&gt;QWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteriEXT'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0px;"&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa00aa;"&gt;QWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteri'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0px;"&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa00aa;"&gt;QWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteriEXT'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0px;"&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa00aa;"&gt;QWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteri'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0px;"&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa00aa;"&gt;QWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteriEXT'"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0px;"&gt;&lt;/P&gt;&lt;P style="text-indent: 0px;"&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #aa00aa;"&gt;============================================================================================&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0px;"&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #3334ca;"&gt;my system:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0px;"&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #3334ca;"&gt;-win 8.1 x64 updated&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0px;"&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #3334ca;"&gt;-graphic card intel 3000 HD updated &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0px;"&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #3334ca;"&gt;-i have no problems with my computer &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0px;"&gt;&lt;SPAN style="font-family: 'Courier'; font-size: 10pt; color: #3334ca;"&gt;Thenk You &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 0px;"&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Dec 2014 23:42:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/problem-with-qt-arcgis-runtime-sdk/m-p/479812#M2419</guid>
      <dc:creator>MoustafaSOUANE</dc:creator>
      <dc:date>2014-12-14T23:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem with Qt+ArcGis Runtime SDK</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/problem-with-qt-arcgis-runtime-sdk/m-p/479813#M2420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moustafa-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you download the Qt version that uses OpenGL? You will specifically need the version that says MSVC2012 OpenGL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 17:43:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/problem-with-qt-arcgis-runtime-sdk/m-p/479813#M2420</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2014-12-15T17:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: problem with Qt+ArcGis Runtime SDK</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/problem-with-qt-arcgis-runtime-sdk/m-p/479814#M2421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Salam ;&lt;/P&gt;&lt;P&gt;Thenk you for the replay&lt;/P&gt;&lt;P&gt;after using the Qt MSVC2012 OpenGL Version&lt;/P&gt;&lt;P&gt;no Errors &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt; But The exe main window stay showed without the map like this :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-12-15_22-46-05.jpg" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/40883_2014-12-15_22-46-05.jpg" style="width: 620px; height: 486px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 21:48:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/problem-with-qt-arcgis-runtime-sdk/m-p/479814#M2421</guid>
      <dc:creator>MoustafaSOUANE</dc:creator>
      <dc:date>2014-12-15T21:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: problem with Qt+ArcGis Runtime SDK</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/problem-with-qt-arcgis-runtime-sdk/m-p/479815#M2422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moustafa-&lt;/P&gt;&lt;P&gt;Did you remember to uncomment the layers you want to use in the header and cpp file? For example, in the header, uncomment the include statement -&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;#include&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;"ArcGISTiledMapServiceLayer.h"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080;"&gt;E&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;sriRuntimeQt&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;::&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;ArcGISTiledMapServiceLayer&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;*&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;m_tiledServiceLayer&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Then, in the project.cpp, uncomment the line creating the tiled layer and adding it to the map:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;m_tiledServiceLayer&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #808000;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;EsriRuntimeQt&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;::&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;ArcGISTiledMapServiceLayer&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer" rel="nofollow" target="_blank"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #808000;"&gt;this&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="color: #800000;"&gt;m_map&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;addLayer&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;m_tiledServiceLayer&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;With the template, you need to set it up to use the layers you want, and by default, will not show anything (like your above screenshot).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 22:14:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/problem-with-qt-arcgis-runtime-sdk/m-p/479815#M2422</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2014-12-15T22:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: problem with Qt+ArcGis Runtime SDK</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/problem-with-qt-arcgis-runtime-sdk/m-p/479816#M2423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ohh Thenk you very much the first problem of OpenGl make me stuped and dont see the code ;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 22:52:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/problem-with-qt-arcgis-runtime-sdk/m-p/479816#M2423</guid>
      <dc:creator>MoustafaSOUANE</dc:creator>
      <dc:date>2014-12-15T22:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: problem with Qt+ArcGis Runtime SDK</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/problem-with-qt-arcgis-runtime-sdk/m-p/479817#M2424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No worries, glad it is working now &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 23:02:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/problem-with-qt-arcgis-runtime-sdk/m-p/479817#M2424</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2014-12-15T23:02:06Z</dc:date>
    </item>
  </channel>
</rss>

