<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Strange behaviours of the executable]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I just end the development of my Qt application, everything work great. Now i would like to deploy it, and like I do all the time I get the .exe from the release directory and take the dll from my Qt bin directory to put them in a new folder.<br />
The program start but when the second call to a QFtp method nothing happened. It's seems that the command started signal is never send but nothing seems to be wrong, the window is responding.<br />
I don't know how to debug it since it work just fine when I execute it from Qt Creator.</p>
<p dir="auto">I compile it with Qt Creator (Qt 4.7.3 for Desktop - MSVC2008 (Qt SDK)) and i get the dll from  QtSDK\Desktop\Qt\4.7.3\msvc2008\bin<br />
QtCore4.dll<br />
QtGui4.dll<br />
QtNetwork4.dll</p>
<p dir="auto">Any one get an idea of why is this happening or how can I get exactly the same execution conditions that Qt Creator ?</p>
<p dir="auto">Edit: It's my first development with the new "improbable directory name's and structure" Qt</p>
]]></description><link>https://forum.qt.io/topic/6073/strange-behaviours-of-the-executable</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 08:32:14 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/6073.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 24 May 2011 08:43:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Strange behaviours of the executable on Tue, 24 May 2011 13:20:01 GMT]]></title><description><![CDATA[<p dir="auto">I get it.</p>
<p dir="auto">I forgot on little '/' before a path on my conf window ...</p>
]]></description><link>https://forum.qt.io/post/89351</link><guid isPermaLink="true">https://forum.qt.io/post/89351</guid><dc:creator><![CDATA[Aicou]]></dc:creator><pubDate>Tue, 24 May 2011 13:20:01 GMT</pubDate></item><item><title><![CDATA[Reply to Strange behaviours of the executable on Tue, 24 May 2011 10:47:40 GMT]]></title><description><![CDATA[<p dir="auto">the all code is kind of huge, but it work great on debug/release when I run it from Qt Creator but not from the executable (release or debug)</p>
<p dir="auto">here is my code :<br />
<a href="http://pastebin.com/tueneYNA" target="_blank" rel="noopener noreferrer nofollow ugc">http://pastebin.com/tueneYNA</a>  the controller part<br />
<a href="http://pastebin.com/2pPk62Gg" target="_blank" rel="noopener noreferrer nofollow ugc">http://pastebin.com/2pPk62Gg</a>  the ftp part</p>
<p dir="auto">the controleur::defineFtpClientLst() call the ftp::listClient() but ftp::cmdStart(int i) is never reached.</p>
]]></description><link>https://forum.qt.io/post/89335</link><guid isPermaLink="true">https://forum.qt.io/post/89335</guid><dc:creator><![CDATA[Aicou]]></dc:creator><pubDate>Tue, 24 May 2011 10:47:40 GMT</pubDate></item><item><title><![CDATA[Reply to Strange behaviours of the executable on Tue, 24 May 2011 10:30:19 GMT]]></title><description><![CDATA[<p dir="auto">Maybe there is a difference between release and debug(timing issue). Please post the code(maybe as pastebin link).</p>
]]></description><link>https://forum.qt.io/post/89329</link><guid isPermaLink="true">https://forum.qt.io/post/89329</guid><dc:creator><![CDATA[tjenssen]]></dc:creator><pubDate>Tue, 24 May 2011 10:30:19 GMT</pubDate></item></channel></rss>