<?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[Using .dll in QT]]></title><description><![CDATA[<p dir="auto">Dear all:<br />
I survey some documents. I only know maybe I can use "QLibrary" to take symbol in my .dll. Now the problem is how can I use symbol in my .dll.For example if I had a class named "TakeIt", how should I do that I can use this class in my QT!?? Thanks.</p>
]]></description><link>https://forum.qt.io/topic/29730/using-dll-in-qt</link><generator>RSS for Node</generator><lastBuildDate>Thu, 24 Sep 2026 23:56:05 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/29730.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 22 Jul 2013 07:48:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Using .dll in QT on Mon, 22 Jul 2013 09:33:57 GMT]]></title><description><![CDATA[<p dir="auto">Thanks. I see: )).By the way, if I want to use whole class in .dll file or .lib file from C or C++, I just do that  SGaist said and include .h file, right!?</p>
]]></description><link>https://forum.qt.io/post/187417</link><guid isPermaLink="true">https://forum.qt.io/post/187417</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 22 Jul 2013 09:33:57 GMT</pubDate></item><item><title><![CDATA[Reply to Using .dll in QT on Mon, 22 Jul 2013 09:20:04 GMT]]></title><description><![CDATA[<p dir="auto">Hi lvan1120,</p>
<p dir="auto">Generally speaking,<br />
the managed dll which is generated by .net framework can not be access by native C++ directly. So it can not be used in Qt directly.</p>
<p dir="auto">You need to use C or C++ API provided by the device manufacturer or OS.</p>
]]></description><link>https://forum.qt.io/post/187414</link><guid isPermaLink="true">https://forum.qt.io/post/187414</guid><dc:creator><![CDATA[dbzhang800]]></dc:creator><pubDate>Mon, 22 Jul 2013 09:20:04 GMT</pubDate></item><item><title><![CDATA[Reply to Using .dll in QT on Mon, 22 Jul 2013 09:09:11 GMT]]></title><description><![CDATA[<p dir="auto">Thanks. It's not my dll which release from manufacturer. I checked document about "QLibrary", does it only can use on "function" symbol? Because I implemented on other framework, I just set up  reference and I can call the whole class that I want in my <a href="http://program.So" target="_blank" rel="noopener noreferrer nofollow ugc">program.So</a>, I want to know if I  call class which is packeted into .dll file, how should I do in QT??</p>
]]></description><link>https://forum.qt.io/post/187413</link><guid isPermaLink="true">https://forum.qt.io/post/187413</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 22 Jul 2013 09:09:11 GMT</pubDate></item><item><title><![CDATA[Reply to Using .dll in QT on Mon, 22 Jul 2013 08:59:29 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">If it's your own dll, then you have the corresponding includes and lib file thus you can use the same technique like for any other framework.<br />
@<br />
INCLUDEPATH += path_to_your_includes<br />
LIBS += -Lpath_to_your_lib_file -llibrary_name<br />
@</p>
]]></description><link>https://forum.qt.io/post/187409</link><guid isPermaLink="true">https://forum.qt.io/post/187409</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Mon, 22 Jul 2013 08:59:29 GMT</pubDate></item></channel></rss>