hello;
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 ..
i integrated the help and the template of argis sdk with Qt creator succefuly ..and the add of win debugger(x86) & c++ compiler 11.0 (x86) in the "KITS" was succed ..every think was succed ..
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 :
"Rendering engine : OpenGL
\Device\HarddiskVolume3\build-MyFirstMap-Qt_5_1_1_32-Debug\debug\MyFirstMap.exeQWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteri'
QWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteriEXT'
QWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteri'
QWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteriEXT'
QWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteri'
QWindowsGLContext::getProcAddress: Unable to resolve 'glProgramParameteriEXT'"
============================================================================================
my system:
-win 8.1 x64 updated
-graphic card intel 3000 HD updated
-i have no problems with my computer
Thenk You