<?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[Unresolved external symbol &quot;class QObject * __cdecl qt_plugin_instance_pnp_basictools(void)&quot; (?qt_plugin_instance_pnp_basictools@@YAPAVQObject@@XZ) re]]></title><description><![CDATA[<p dir="auto">I was compiling the examples in tools/plugandpaint, with vs2008 x86<br />
but things getting strange.<br />
This linkage error happens.<br />
I changed the <a href="http://plugandpaint.pro" target="_blank" rel="noopener noreferrer nofollow ugc">plugandpaint.pro</a> file to<br />
@<br />
symbian {<br />
LIBS           = -lpnp_basictools.lib<br />
} else {<br />
QMAKE_LIBDIR += $$OUT_PWD/plugins<br />
LIBS           = -lpnp_basictools<br />
}</p>
<p dir="auto">if(!debug_and_release|build_pass):CONFIG(debug, debug|release) {<br />
mac:LIBS = $$member(LIBS, 0)_debug<br />
win32:LIBS = $$member(LIBS, 0)d<br />
}<br />
@<br />
about LIBS, or it's can not found the pnp_basictools.<br />
So I want to know what's happening about the linkage error.</p>
]]></description><link>https://forum.qt.io/topic/29829/unresolved-external-symbol-class-qobject-__cdecl-qt_plugin_instance_pnp_basictools-void-qt_plugin_instance_pnp_basictools-yapavqobject-xz-re</link><generator>RSS for Node</generator><lastBuildDate>Thu, 09 Apr 2026 04:22:23 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/29829.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 24 Jul 2013 01:55:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unresolved external symbol &quot;class QObject * __cdecl qt_plugin_instance_pnp_basictools(void)&quot; (?qt_plugin_instance_pnp_basictools@@YAPAVQObject@@XZ) re on Fri, 26 Jul 2013 08:32:39 GMT]]></title><description><![CDATA[<p dir="auto">In that case, you could take a look at the "bugreport":bugreports.qt-project.org/issues/ system and report it if someone didn't already do that.</p>
]]></description><link>https://forum.qt.io/post/187995</link><guid isPermaLink="true">https://forum.qt.io/post/187995</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 26 Jul 2013 08:32:39 GMT</pubDate></item><item><title><![CDATA[Reply to Unresolved external symbol &quot;class QObject * __cdecl qt_plugin_instance_pnp_basictools(void)&quot; (?qt_plugin_instance_pnp_basictools@@YAPAVQObject@@XZ) re on Fri, 26 Jul 2013 01:18:06 GMT]]></title><description><![CDATA[<p dir="auto">Now I found the reason to cause the issue,<br />
When I configuration the QT Creator Tool Kits (Compilers ,QT version)</p>
<p dir="auto">The name of the Tool Kits contains Chinese Characters,<br />
such as the name "桌面", then that will cause the problem I mentioned here<br />
and a another problem mentioned  in<br />
<a href="http://qt-project.org/forums/viewthread/30413/" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/forums/viewthread/30413/</a></p>
<p dir="auto">So, the QT  with Unicode support is not good enough under Win32.<br />
Because MSVC support for Unicode path is good, So the reason should be caused by QT. (to be exact, qmake).<br />
When I use qmake to genearte vs project file (qmake -tp vc)<br />
when the path contains Chinese characters such as "桌面", it's comes with<br />
the generated solution file with escape "??".<br />
This is an issue, and hope be fixed in future releases.<br />
I didn't test with QT 5.1.x yet, I'll try that latter.</p>
]]></description><link>https://forum.qt.io/post/187947</link><guid isPermaLink="true">https://forum.qt.io/post/187947</guid><dc:creator><![CDATA[lygstate]]></dc:creator><pubDate>Fri, 26 Jul 2013 01:18:06 GMT</pubDate></item><item><title><![CDATA[Reply to Unresolved external symbol &quot;class QObject * __cdecl qt_plugin_instance_pnp_basictools(void)&quot; (?qt_plugin_instance_pnp_basictools@@YAPAVQObject@@XZ) re on Fri, 26 Jul 2013 00:50:24 GMT]]></title><description><![CDATA[<p dir="auto"><a href="http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-win-opensource-4.8.5-vs2008.exe" target="_blank" rel="noopener noreferrer nofollow ugc">http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-win-opensource-4.8.5-vs2008.exe</a></p>
<p dir="auto">To be exact, I was using this version.</p>
]]></description><link>https://forum.qt.io/post/187944</link><guid isPermaLink="true">https://forum.qt.io/post/187944</guid><dc:creator><![CDATA[lygstate]]></dc:creator><pubDate>Fri, 26 Jul 2013 00:50:24 GMT</pubDate></item><item><title><![CDATA[Reply to Unresolved external symbol &quot;class QObject * __cdecl qt_plugin_instance_pnp_basictools(void)&quot; (?qt_plugin_instance_pnp_basictools@@YAPAVQObject@@XZ) re on Fri, 26 Jul 2013 00:49:45 GMT]]></title><description><![CDATA[<p dir="auto">Yes, My Qt is build with vs 2008. I want to know if the Qt is using VS2008 sp1?</p>
]]></description><link>https://forum.qt.io/post/187943</link><guid isPermaLink="true">https://forum.qt.io/post/187943</guid><dc:creator><![CDATA[lygstate]]></dc:creator><pubDate>Fri, 26 Jul 2013 00:49:45 GMT</pubDate></item><item><title><![CDATA[Reply to Unresolved external symbol &quot;class QObject * __cdecl qt_plugin_instance_pnp_basictools(void)&quot; (?qt_plugin_instance_pnp_basictools@@YAPAVQObject@@XZ) re on Thu, 25 Jul 2013 21:48:32 GMT]]></title><description><![CDATA[<p dir="auto">Shot in the dark: is your Qt built with VS2008 ?</p>
]]></description><link>https://forum.qt.io/post/187935</link><guid isPermaLink="true">https://forum.qt.io/post/187935</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 25 Jul 2013 21:48:32 GMT</pubDate></item><item><title><![CDATA[Reply to Unresolved external symbol &quot;class QObject * __cdecl qt_plugin_instance_pnp_basictools(void)&quot; (?qt_plugin_instance_pnp_basictools@@YAPAVQObject@@XZ) re on Thu, 25 Jul 2013 14:36:32 GMT]]></title><description><![CDATA[<p dir="auto">Indeed, I use MSVC dumpbin to output the binary information,<br />
the information provided by QT-released binary is：<br />
F468 ?qt_plugin_instance_pnp_basictools@@YAPAVQObject@@XZ<br />
and the information provided by the binary that compiled with the <a href="http://tools.pro" target="_blank" rel="noopener noreferrer nofollow ugc">tools.pro</a> project file by me is:<br />
DDA8 ?qt_plugin_instance_pnp_basictools@@YAPAVQObject@@XZ</p>
<p dir="auto">The only difference is F468 vs DDA8 and I really getting confused, and really mess me, I don't know why this happenning.</p>
]]></description><link>https://forum.qt.io/post/187876</link><guid isPermaLink="true">https://forum.qt.io/post/187876</guid><dc:creator><![CDATA[lygstate]]></dc:creator><pubDate>Thu, 25 Jul 2013 14:36:32 GMT</pubDate></item><item><title><![CDATA[Reply to Unresolved external symbol &quot;class QObject * __cdecl qt_plugin_instance_pnp_basictools(void)&quot; (?qt_plugin_instance_pnp_basictools@@YAPAVQObject@@XZ) re on Thu, 25 Jul 2013 14:29:46 GMT]]></title><description><![CDATA[<p dir="auto">When I build the pnp_basictools, size of the debug version:pnp_basictoolsd.lib is 263kb.<br />
and the binary that provided in the QT release binary is 316kb,<br />
I want to know what kinds of things will affect the binary size?</p>
<p dir="auto">And now the linkage error is happens.</p>
]]></description><link>https://forum.qt.io/post/187874</link><guid isPermaLink="true">https://forum.qt.io/post/187874</guid><dc:creator><![CDATA[lygstate]]></dc:creator><pubDate>Thu, 25 Jul 2013 14:29:46 GMT</pubDate></item><item><title><![CDATA[Reply to Unresolved external symbol &quot;class QObject * __cdecl qt_plugin_instance_pnp_basictools(void)&quot; (?qt_plugin_instance_pnp_basictools@@YAPAVQObject@@XZ) re on Thu, 25 Jul 2013 14:15:09 GMT]]></title><description><![CDATA[<p dir="auto">Yes, I build that first.<br />
And I found the binary that I build is less than the binary that QT-release<br />
provided, that's really confused me.<br />
Even in a rather simple staticLib-App demo,<br />
it's can not linkage the library. I don't know why,</p>
]]></description><link>https://forum.qt.io/post/187868</link><guid isPermaLink="true">https://forum.qt.io/post/187868</guid><dc:creator><![CDATA[lygstate]]></dc:creator><pubDate>Thu, 25 Jul 2013 14:15:09 GMT</pubDate></item><item><title><![CDATA[Reply to Unresolved external symbol &quot;class QObject * __cdecl qt_plugin_instance_pnp_basictools(void)&quot; (?qt_plugin_instance_pnp_basictools@@YAPAVQObject@@XZ) re on Thu, 25 Jul 2013 09:24:46 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">You have to first build the basic tool example</p>
]]></description><link>https://forum.qt.io/post/187770</link><guid isPermaLink="true">https://forum.qt.io/post/187770</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 25 Jul 2013 09:24:46 GMT</pubDate></item></channel></rss>