<?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[failed to start app error 142 (taglib)]]></title><description><![CDATA[<p dir="auto">Hi<br />
I'm having troubles adding taglib to my project (on Windows of course, Linux works as usually).<br />
I have downloaded taglib sources from git and compiled it under Cygwin32, gcc version 7.3.0 (target: i686-pc-cygwin ?) using cmake.<br />
Static libtag.a was created, I believe it is 32 bit, when I execute<br />
dumpbin.exe /headers taglib/libtag.a | grep -i machine<br />
I have got:<br />
14C machine (x86)<br />
In Qt I'm using Qt 5.11.1 MinGW 32Bit so it should work ?<br />
Compilation ends with error:<br />
recipe for target 'release/lib-test.exe' failed<br />
and there is popup saying:<br />
The application was unable to start correctly (0x000000142)</p>
<p dir="auto">can comeone help?<br />
Best,<br />
Marek</p>
<p dir="auto">[Edit ~aha_1980: Fixed typo tablib -&gt; taglib]</p>
]]></description><link>https://forum.qt.io/topic/93129/failed-to-start-app-error-142-taglib</link><generator>RSS for Node</generator><lastBuildDate>Fri, 24 Apr 2026 22:43:21 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/93129.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 28 Jul 2018 14:39:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to failed to start app error 142 (taglib) on Sat, 28 Jul 2018 18:00:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marek">@<bdi>Marek</bdi></a></p>
<p dir="auto">ah, yes you are right. If I were you, I'd try to compile taglib with mingw too to avoid incompatibilities.</p>
<p dir="auto">My gut feeling is, that you cannot exchange libs between mingw and cygwin-gcc</p>
]]></description><link>https://forum.qt.io/post/472546</link><guid isPermaLink="true">https://forum.qt.io/post/472546</guid><dc:creator><![CDATA[aha_1980]]></dc:creator><pubDate>Sat, 28 Jul 2018 18:00:22 GMT</pubDate></item><item><title><![CDATA[Reply to failed to start app error 142 (taglib) on Sat, 28 Jul 2018 16:50:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aha_1980">@<bdi>aha_1980</bdi></a> now I have 100+ errors like undefined reference to '__dso_handle' from libtag.a so I assume it won't work with libtag.a compiled by gcc.<br />
The example you provided was with cmake using mingw to compile.</p>
<p dir="auto">Best,<br />
Marek</p>
]]></description><link>https://forum.qt.io/post/472542</link><guid isPermaLink="true">https://forum.qt.io/post/472542</guid><dc:creator><![CDATA[Marek]]></dc:creator><pubDate>Sat, 28 Jul 2018 16:50:05 GMT</pubDate></item><item><title><![CDATA[Reply to failed to start app error 142 (taglib) on Sat, 28 Jul 2018 16:21:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aha_1980">@<bdi>aha_1980</bdi></a> I haven't, let me check it</p>
]]></description><link>https://forum.qt.io/post/472540</link><guid isPermaLink="true">https://forum.qt.io/post/472540</guid><dc:creator><![CDATA[Marek]]></dc:creator><pubDate>Sat, 28 Jul 2018 16:21:00 GMT</pubDate></item><item><title><![CDATA[Reply to failed to start app error 142 (taglib) on Sat, 28 Jul 2018 16:13:46 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/marek">@<bdi>Marek</bdi></a>,</p>
<p dir="auto">So if I understand you correctly, you have build taglib with Cygwin-gcc and your program win MinGW?</p>
<p dir="auto">Have you already found <a href="https://stackoverflow.com/questions/26889486/linking-error-with-taglib-on-windows" target="_blank" rel="noopener noreferrer nofollow ugc">this</a> stackoverflow question?</p>
<p dir="auto">They propose to add <code>-DTAGLIB_STATIC</code> when compiling <em>your</em> app.</p>
<p dir="auto">Regards</p>
]]></description><link>https://forum.qt.io/post/472538</link><guid isPermaLink="true">https://forum.qt.io/post/472538</guid><dc:creator><![CDATA[aha_1980]]></dc:creator><pubDate>Sat, 28 Jul 2018 16:13:46 GMT</pubDate></item></channel></rss>