<?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 External Library error]]></title><description><![CDATA[<p dir="auto">Hi Friends</p>
<p dir="auto">I have been using a lot of external libraries lately, and i usually dont have a problem working with them. However, I am working with one of the IR camera's SDK and this is the problem I face :</p>
<p dir="auto">The library for some reason runs perfectly alright on Microsoft Visual C++ Express Edition 2008, but fails to run on Qt 4.8.4. Both of them uses the same msvc compiler. I have no idea where I am going wrong.</p>
<p dir="auto">I get LNK2019 Linker error : Unresolved external symbols</p>
<p dir="auto">Please Help</p>
]]></description><link>https://forum.qt.io/topic/24691/strange-external-library-error</link><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Apr 2026 00:19:25 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/24691.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 28 Feb 2013 09:00:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Strange External Library error on Thu, 28 Feb 2013 10:23:22 GMT]]></title><description><![CDATA[<p dir="auto">Did you check the 8.3 name for Program Files ? It might be something else than PROGRA~1</p>
]]></description><link>https://forum.qt.io/post/168730</link><guid isPermaLink="true">https://forum.qt.io/post/168730</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 28 Feb 2013 10:23:22 GMT</pubDate></item><item><title><![CDATA[Reply to Strange External Library error on Thu, 28 Feb 2013 10:16:54 GMT]]></title><description><![CDATA[<p dir="auto">In my case, I'm working with 4 more libraries which are put the same way into my project. I tried the way suggested by you. No change. :(</p>
]]></description><link>https://forum.qt.io/post/168727</link><guid isPermaLink="true">https://forum.qt.io/post/168727</guid><dc:creator><![CDATA[alok9871]]></dc:creator><pubDate>Thu, 28 Feb 2013 10:16:54 GMT</pubDate></item><item><title><![CDATA[Reply to Strange External Library error on Thu, 28 Feb 2013 09:44:53 GMT]]></title><description><![CDATA[<p dir="auto">From my experience, -L followed by a path with spaces (even quoted) doesn't work on Windows, use the 8.3 name in place of "Program Files" (something like PROGRA~1, you have to check what is correct).</p>
<p dir="auto">On a side not, I think you don't want that path for unix, rather:</p>
<p dir="auto">@unix: LIBS += -L/path_to_xeneth/lib<br />
win32: LIBS += -LC:/PROGRA~1/Xeneth/Sdk/lib<br />
LIBS += -lxeneth64<br />
@</p>
]]></description><link>https://forum.qt.io/post/168715</link><guid isPermaLink="true">https://forum.qt.io/post/168715</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 28 Feb 2013 09:44:53 GMT</pubDate></item><item><title><![CDATA[Reply to Strange External Library error on Thu, 28 Feb 2013 09:31:42 GMT]]></title><description><![CDATA[<p dir="auto">I understand what you mean. But I am pretty sure I have added the libraries properly. Here is how my .pro looks</p>
<p dir="auto">@</p>
<p dir="auto">INCLUDEPATH += "C://Program Files/Xeneth/Sdk/Include"<br />
DEPENDPATH += "C://-Program Files/Xeneth/Sdk/Include"</p>
<p dir="auto">unix|win32: LIBS += -L"C://Program Files/Xeneth/Sdk/Lib" -lxeneth64</p>
<p dir="auto">INCLUDEPATH += "C://Program Files/Xeneth/Sdk/Lib"<br />
DEPENDPATH += "C://Program Files/Xeneth/Sdk/Lib"<br />
@</p>
]]></description><link>https://forum.qt.io/post/168710</link><guid isPermaLink="true">https://forum.qt.io/post/168710</guid><dc:creator><![CDATA[alok9871]]></dc:creator><pubDate>Thu, 28 Feb 2013 09:31:42 GMT</pubDate></item><item><title><![CDATA[Reply to Strange External Library error on Thu, 28 Feb 2013 09:05:23 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Without more information it's difficult to help, but you seem to have a missing library somewhere, are you sure you are linking all required libraries ?</p>
<p dir="auto">Can you show your project file ?</p>
]]></description><link>https://forum.qt.io/post/168709</link><guid isPermaLink="true">https://forum.qt.io/post/168709</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 28 Feb 2013 09:05:23 GMT</pubDate></item></channel></rss>