<?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 Deployed Windows Executable Does Not Run in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/deployed-windows-executable-does-not-run/m-p/562526#M2887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is similar to the problem described here:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/message/584596"&gt;https://community.esri.com/message/584596?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;App compile and runs under QtCreator, does not run after windeploy.&lt;/P&gt;&lt;P&gt;I have read about msvcp140 and vcruntime140 (there is dozen of these files in different directories, different sizes)&lt;/P&gt;&lt;P&gt;I have copied these from installed samples, and also copied my binary to the sample folder&lt;/P&gt;&lt;P&gt;C:\Program Files (x86)\ArcGIS SDKs\Qt100.2.1\sdk\samples\ArcGISRuntimeSDKQt_QMLSamples\bin&lt;/P&gt;&lt;P&gt;In every case I cant run outside QtCreator, there is no error or anything.&lt;/P&gt;&lt;P&gt;I have prepared small example (same as earlier) with windeploy command.&lt;/P&gt;&lt;P&gt;I'm using Runtime integration with QML2_IMPORT_PATH set as environment variable.&lt;/P&gt;&lt;P&gt;Qt 5.10.1 MSVC2017 64Bit Windows 10&lt;/P&gt;&lt;P&gt;Some help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2018 10:41:05 GMT</pubDate>
    <dc:creator>MarekFlorianczyk</dc:creator>
    <dc:date>2018-05-29T10:41:05Z</dc:date>
    <item>
      <title>Deployed Windows Executable Does Not Run</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/deployed-windows-executable-does-not-run/m-p/562526#M2887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is similar to the problem described here:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/message/584596"&gt;https://community.esri.com/message/584596?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;App compile and runs under QtCreator, does not run after windeploy.&lt;/P&gt;&lt;P&gt;I have read about msvcp140 and vcruntime140 (there is dozen of these files in different directories, different sizes)&lt;/P&gt;&lt;P&gt;I have copied these from installed samples, and also copied my binary to the sample folder&lt;/P&gt;&lt;P&gt;C:\Program Files (x86)\ArcGIS SDKs\Qt100.2.1\sdk\samples\ArcGISRuntimeSDKQt_QMLSamples\bin&lt;/P&gt;&lt;P&gt;In every case I cant run outside QtCreator, there is no error or anything.&lt;/P&gt;&lt;P&gt;I have prepared small example (same as earlier) with windeploy command.&lt;/P&gt;&lt;P&gt;I'm using Runtime integration with QML2_IMPORT_PATH set as environment variable.&lt;/P&gt;&lt;P&gt;Qt 5.10.1 MSVC2017 64Bit Windows 10&lt;/P&gt;&lt;P&gt;Some help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 10:41:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/deployed-windows-executable-does-not-run/m-p/562526#M2887</guid>
      <dc:creator>MarekFlorianczyk</dc:creator>
      <dc:date>2018-05-29T10:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Deployed Windows Executable Does Not Run</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/deployed-windows-executable-does-not-run/m-p/562527#M2888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marek- I downloaded your example and noticed that there were debug binaries but not any release binaries. The sample viewer ships as release, so that might be why if you copy the exe into the sample viewer why it does not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 14:31:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/deployed-windows-executable-does-not-run/m-p/562527#M2888</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2018-05-31T14:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Deployed Windows Executable Does Not Run</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/deployed-windows-executable-does-not-run/m-p/562528#M2889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lucas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, for answer. This indeed could be the problem.&lt;/P&gt;&lt;P&gt;Anyway, I have my app running.&lt;/P&gt;&lt;P&gt;I have copied PATH and LIB environment variables from QtCreator project/run tab and pasted this into command line.&lt;BR /&gt;By trial and error I have figured out which libs are missing, some from Qt some from msvc.&lt;/P&gt;&lt;P&gt;I couldn't use dependencywalker as it shows some hundred of missing files mostly win-api-something but not the ones I needed like Qt5OpenGL.&lt;/P&gt;&lt;P&gt;Anyway it works. I have other question though, but I will ask them in separate thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 17:49:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/deployed-windows-executable-does-not-run/m-p/562528#M2889</guid>
      <dc:creator>MarekFlorianczyk</dc:creator>
      <dc:date>2018-06-01T17:49:45Z</dc:date>
    </item>
  </channel>
</rss>

