<?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:  Plugin cannot be loaded for module &amp;quot;Esri.ArcGISRuntime&amp;quot; in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/plugin-cannot-be-loaded-for-module-quot-esri/m-p/277331#M1414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 100.7 of the ArcGIS Runtime SDK for Qt is built against the commercial Qt SDK, version 5.12.6. You can use a newer version of the Qt Company's SDK, but as far as I know there are no pre-built version of the Qt Company's SDK that are built with VS 2019 at this time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://doc.qt.io/qt-5/windows.html#supported-configurations" title="https://doc.qt.io/qt-5/windows.html#supported-configurations"&gt;Qt for Windows | Qt 5.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note MSVC 2017 is the latest supported, which is what we currently support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Mar 2020 20:51:58 GMT</pubDate>
    <dc:creator>JamesBallard1</dc:creator>
    <dc:date>2020-03-23T20:51:58Z</dc:date>
    <item>
      <title>Plugin cannot be loaded for module "Esri.ArcGISRuntime"</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/plugin-cannot-be-loaded-for-module-quot-esri/m-p/277330#M1413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an Qt Project that we NEED to run on Visual Studio 2019 for a variety of reasons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At my work machine, I managed to properly load all the .DLLs related to the ArcGis Qt SDK. But right now we're working from home (at a notebook) and I can't make this dll load properly at all, even with all the dependencies on place. It seems that there is a problem at ntdll.dll but I have no clue what. It loads the Runtime properly but after an error at it, it just unloads all related dlls:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'geometria.exe' (Win32): Loaded 'C:\ArcGis\qt100.7\sdk\windows\x64\qml\ArcGISRuntimePlugind.dll'. &lt;BR /&gt;'geometria.exe' (Win32): Loaded 'C:\Projetos\Geometria_IV\Geometria\Debug\Qt5Positioningd.dll'. &lt;BR /&gt;'geometria.exe' (Win32): Loaded 'C:\Projetos\Geometria_IV\Geometria\Debug\Qt5Sensorsd.dll'. &lt;BR /&gt;'geometria.exe' (Win32): Loaded 'C:\Projetos\Geometria_IV\Geometria\Debug\EsriCommonQtd.dll'. &lt;BR /&gt;Exception thrown at 0x00007FF9E96DBF98 (ntdll.dll) in geometria.exe: 0xC0000139: Entry Point Not Found.&lt;/P&gt;&lt;P&gt;'geometria.exe' (Win32): Loaded 'C:\Projetos\Geometria_IV\Geometria\Debug\Qt5Multimediad.dll'. &lt;BR /&gt;'geometria.exe' (Win32): Loaded 'C:\Projetos\Geometria_IV\Geometria\Debug\runtimecore.dll'. &lt;BR /&gt;'geometria.exe' (Win32): Unloaded 'C:\Projetos\Geometria_IV\Geometria\Debug\runtimecore.dll'&lt;BR /&gt;'geometria.exe' (Win32): Unloaded 'C:\Projetos\Geometria_IV\Geometria\Debug\Qt5Multimediad.dll'&lt;BR /&gt;'geometria.exe' (Win32): Unloaded 'C:\Projetos\Geometria_IV\Geometria\Debug\EsriCommonQtd.dll'&lt;BR /&gt;'geometria.exe' (Win32): Unloaded 'C:\Projetos\Geometria_IV\Geometria\Debug\Qt5Positioningd.dll'&lt;BR /&gt;'geometria.exe' (Win32): Unloaded 'C:\Projetos\Geometria_IV\Geometria\Debug\Qt5Sensorsd.dll'&lt;BR /&gt;'geometria.exe' (Win32): Unloaded 'C:\ArcGis\qt100.7\sdk\windows\x64\qml\ArcGISRuntimePlugind.dll'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QLibraryPrivate::loadPlugin failed on "C:/ArcGis/qt100.7/sdk/windows/x64/qml/ArcGISRuntimePlugind.dll" : "Cannot load library C:\\ArcGis\\qt100.7\\sdk\\windows\\x64\\qml\\ArcGISRuntimePlugind.dll: Não foi possível encontrar o procedimento especificado."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The full dump in on the txt file I've upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For comparision's sake, here's how my computer at work behaves:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;geometria.exe' (Win32): Loaded 'C:\Windows\System32\clbcatq.dll'. &lt;BR /&gt;'geometria.exe' (Win32): Loaded 'D:\Projects\Geometria_IV\Geometria\Debug\QtQuick.2\qtquick2plugind.dll'. Symbols loaded.&lt;BR /&gt;'geometria.exe' (Win32): Loaded 'D:\Projects\Geometria_IV\Geometria\Debug\Qt5QmlWorkerScriptd.dll'. Symbols loaded.&lt;BR /&gt;'geometria.exe' (Win32): Loaded 'D:\Projects\Geometria_IV\Geometria\Debug\QtQuick\Controls.2\qtquickcontrols2plugind.dll'. Symbols loaded.&lt;BR /&gt;'geometria.exe' (Win32): Loaded 'D:\Projects\Geometria_IV\Geometria\Debug\Qt5QuickControls2d.dll'. Symbols loaded.&lt;BR /&gt;'geometria.exe' (Win32): Loaded 'D:\Projects\Geometria_IV\Geometria\Debug\Qt5QuickTemplates2d.dll'. Symbols loaded.&lt;BR /&gt;'geometria.exe' (Win32): Loaded 'D:\Projects\Geometria_IV\Geometria\Debug\QtGraphicalEffects\qtgraphicaleffectsplugind.dll'. Symbols loaded.&lt;BR /&gt;'geometria.exe' (Win32): Loaded 'C:\Program Files (x86)\ArcGIS SDKs\Qt100.7\sdk\windows\x64\qml\Esri\ArcGISRuntime\ArcGISRuntimePlugind.dll'. &lt;BR /&gt;'geometria.exe' (Win32): Loaded 'D:\Projects\Geometria_IV\Geometria\Debug\EsriCommonQtd.dll'. &lt;BR /&gt;'geometria.exe' (Win32): Loaded 'D:\Projects\Geometria_IV\Geometria\Debug\Qt5Positioningd.dll'. Symbols loaded.&lt;BR /&gt;'geometria.exe' (Win32): Loaded 'D:\Projects\Geometria_IV\Geometria\Debug\Qt5Sensorsd.dll'. Symbols loaded.&lt;BR /&gt;'geometria.exe' (Win32): Loaded 'D:\Projects\Geometria_IV\Geometria\Debug\runtimecore.dll'. &lt;BR /&gt;'geometria.exe' (Win32): Loaded 'D:\Projects\Geometria_IV\Geometria\Debug\Qt5Multimediad.dll'. Symbols loaded.&lt;BR /&gt;'geometria.exe' (Win32): Loaded 'C:\Windows\System32\msvcp140.dll'.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;'geometria.exe' (Win32): Loaded 'D:\Projects\Geometria_IV\Geometria\Debug\QtQuick\Layouts\qquicklayoutsplugind.dll'. Symbols loaded.&lt;BR /&gt;'geometria.exe' (Win32): Loaded 'D:\Projects\Geometria_IV\Geometria\Debug\QtQuick\Templates.2\qtquicktemplates2plugind.dll'. Symbols loaded.&lt;BR /&gt;'geometria.exe' (Win32): Loaded 'C:\Windows\System32\libssl-1_1-x64.dll'. &lt;BR /&gt;'geometria.exe' (Win32): Loaded 'C:\Windows\System32\libcrypto-1_1-x64.dll'. &lt;BR /&gt;'geometria.exe' (Win32): Loaded 'C:\Windows\System32\rsaenh.dll'. &lt;BR /&gt;'geometria.exe' (Win32): Loaded 'C:\Windows\System32\netprofm.dll'. &lt;BR /&gt;'geometria.exe' (Win32): Loaded 'C:\Windows\System32\npmproxy.dll'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, there's no mention of ntdll.dll at all.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can run the samples at the sample app or create a simple map at Qt Creator tough, so my confusion is even greater as why it's not working. I've tried copying the entire system32\syswow64&amp;nbsp;dlls to my app to no avail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using Qt 5.14.0, with Visual Studio 2019 Community at home if that's of any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Mar 2020 23:57:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/plugin-cannot-be-loaded-for-module-quot-esri/m-p/277330#M1413</guid>
      <dc:creator>ViníciusCosta</dc:creator>
      <dc:date>2020-03-22T23:57:33Z</dc:date>
    </item>
    <item>
      <title>Re:  Plugin cannot be loaded for module "Esri.ArcGISRuntime"</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/plugin-cannot-be-loaded-for-module-quot-esri/m-p/277331#M1414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 100.7 of the ArcGIS Runtime SDK for Qt is built against the commercial Qt SDK, version 5.12.6. You can use a newer version of the Qt Company's SDK, but as far as I know there are no pre-built version of the Qt Company's SDK that are built with VS 2019 at this time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://doc.qt.io/qt-5/windows.html#supported-configurations" title="https://doc.qt.io/qt-5/windows.html#supported-configurations"&gt;Qt for Windows | Qt 5.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note MSVC 2017 is the latest supported, which is what we currently support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2020 20:51:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/plugin-cannot-be-loaded-for-module-quot-esri/m-p/277331#M1414</guid>
      <dc:creator>JamesBallard1</dc:creator>
      <dc:date>2020-03-23T20:51:58Z</dc:date>
    </item>
  </channel>
</rss>

