<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Ттюх! Майнкрафт! &mdash; Need help with ttyhlauncher]]></title>
		<link>https://ttyh.ru/viewtopic.php?id=316</link>
		<atom:link href="https://ttyh.ru/extern.php?action=feed&amp;tid=316&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Need help with ttyhlauncher».]]></description>
		<lastBuildDate>Fri, 11 Aug 2017 08:04:00 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Need help with ttyhlauncher]]></title>
			<link>https://ttyh.ru/viewtopic.php?pid=4291#p4291</link>
			<description><![CDATA[<p>You need to read about how to deploy static Qt application here: <a href="https://wiki.qt.io/Build_Standalone_Qt_Application_for_Windows">https://wiki.qt.io/Build_Standalone_Qt_ … or_Windows</a></p>]]></description>
			<author><![CDATA[null@example.com (Figec)]]></author>
			<pubDate>Fri, 11 Aug 2017 08:04:00 +0000</pubDate>
			<guid>https://ttyh.ru/viewtopic.php?pid=4291#p4291</guid>
		</item>
		<item>
			<title><![CDATA[Re: Need help with ttyhlauncher]]></title>
			<link>https://ttyh.ru/viewtopic.php?pid=4287#p4287</link>
			<description><![CDATA[<p>Thank-you very much, I fixed that error, but how to use openssl in QT static build??<br />Error Log:<br /></p><div class="quotebox"><blockquote><p>Error! Protocol &quot;https&quot; is unknown</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (GarryLai)]]></author>
			<pubDate>Thu, 10 Aug 2017 09:28:17 +0000</pubDate>
			<guid>https://ttyh.ru/viewtopic.php?pid=4287#p4287</guid>
		</item>
		<item>
			<title><![CDATA[Re: Need help with ttyhlauncher]]></title>
			<link>https://ttyh.ru/viewtopic.php?pid=4286#p4286</link>
			<description><![CDATA[<p>Вот это да. Забугорные дядки в наш ттюх играют...</p>]]></description>
			<author><![CDATA[null@example.com (i_Pshikalka)]]></author>
			<pubDate>Thu, 10 Aug 2017 08:33:58 +0000</pubDate>
			<guid>https://ttyh.ru/viewtopic.php?pid=4286#p4286</guid>
		</item>
		<item>
			<title><![CDATA[Re: Need help with ttyhlauncher]]></title>
			<link>https://ttyh.ru/viewtopic.php?pid=4285#p4285</link>
			<description><![CDATA[<p>You need to read &quot;Building, testing and installing&quot; section of QuaZIP information page: <a href="http://quazip.sourceforge.net/index.html">http://quazip.sourceforge.net/index.html</a></p><div class="quotebox"><blockquote><p>By default, QuaZIP compiles as a DLL/SO, but you have other options:<br /></p><ul><li><p>Just copy appropriate source files to your project and use them, but you need to define QUAZIP_STATIC before including any QuaZIP headers (best done as a compiler option). This will save you from possible side effects of importing/exporting QuaZIP symbols.</p></li><li><p>Compile it as a static library using CONFIG += staticlib qmake option. QUAZIP_STATIC is defined automatically by qmake in this case.</p></li></ul><p>Binary compatibility is guaranteed between minor releases starting with version 0.5, thanks to the Pimpl idiom. That is, the next binary incompatible version will be 1.x.</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (Figec)]]></author>
			<pubDate>Thu, 10 Aug 2017 08:04:54 +0000</pubDate>
			<guid>https://ttyh.ru/viewtopic.php?pid=4285#p4285</guid>
		</item>
		<item>
			<title><![CDATA[Re: Need help with ttyhlauncher]]></title>
			<link>https://ttyh.ru/viewtopic.php?pid=4284#p4284</link>
			<description><![CDATA[<p>Sorry, I am not really know about QT.<br />Can you teach me how to build quazip static lib (or give me the files has been built) and how to use it.<br />Thank-you very much.</p><p>Error log:<br /></p><div class="quotebox"><blockquote><p>E:\[Garry]\MineWorldProject\MWLauncher\util.cpp:-1: error: undefined reference to `_imp___ZN8QuaCrc32C1Ev&#039;<br />E:\[Garry]\MineWorldProject\MWLauncher\util.cpp:-1: error: undefined reference to `_imp___ZN8QuaCrc329calculateERK10QByteArray&#039;<br />E:\[Garry]\MineWorldProject\MWLauncher\util.cpp:-1: error: undefined reference to `_imp___ZN6QuaZipC1ERK7QString&#039;<br />E:\[Garry]\MineWorldProject\MWLauncher\util.cpp:-1: error: undefined reference to `_imp___ZN6QuaZip4openENS_4ModeEP19zlib_filefunc_def_s&#039;<br />E:\[Garry]\MineWorldProject\MWLauncher\util.cpp:-1: error: undefined reference to `_imp___ZN10QuaZipFileC1EP6QuaZipP7QObject&#039;<br />E:\[Garry]\MineWorldProject\MWLauncher\util.cpp:-1: error: undefined reference to `_imp___ZN6QuaZip13goToFirstFileEv&#039;<br />E:\[Garry]\MineWorldProject\MWLauncher\util.cpp:-1: error: undefined reference to `_imp___ZN10QuaZipFile5closeEv&#039;<br />E:\[Garry]\MineWorldProject\MWLauncher\util.cpp:-1: error: undefined reference to `_imp___ZN6QuaZip12goToNextFileEv&#039;<br />E:\[Garry]\MineWorldProject\MWLauncher\util.cpp:-1: error: undefined reference to `_imp___ZN10QuaZipFile4openE6QFlagsIN9QIODevice12OpenModeFlagEE&#039;<br />E:\[Garry]\MineWorldProject\MWLauncher\util.cpp:-1: error: undefined reference to `_imp___ZNK6QuaZip18getCurrentFileNameEv&#039;<br />E:\[Garry]\MineWorldProject\MWLauncher\util.cpp:-1: error: undefined reference to `_imp___ZN6QuaZip5closeEv&#039;<br />E:\[Garry]\MineWorldProject\MWLauncher\util.cpp:-1: error: undefined reference to `_imp___ZN10QuaZipFileD1Ev&#039;<br />E:\[Garry]\MineWorldProject\MWLauncher\util.cpp:-1: error: undefined reference to `_imp___ZN6QuaZipD1Ev&#039;<br />E:\[Garry]\MineWorldProject\MWLauncher\util.cpp:-1: error: undefined reference to `_imp___ZN10QuaZipFileD1Ev&#039;<br />E:\[Garry]\MineWorldProject\MWLauncher\util.cpp:-1: error: undefined reference to `_imp___ZN6QuaZipD1Ev&#039;<br />:-1: error: ./release\util.o: bad reloc address 0x13 in section `.eh_frame&#039;<br />collect2.exe:-1: error: error: ld returned 1 exit status</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (GarryLai)]]></author>
			<pubDate>Wed, 09 Aug 2017 15:06:28 +0000</pubDate>
			<guid>https://ttyh.ru/viewtopic.php?pid=4284#p4284</guid>
		</item>
		<item>
			<title><![CDATA[Re: Need help with ttyhlauncher]]></title>
			<link>https://ttyh.ru/viewtopic.php?pid=4283#p4283</link>
			<description><![CDATA[<p>Please post your error log. Also - did you build quazip static lib?</p>]]></description>
			<author><![CDATA[null@example.com (Pinkbyte)]]></author>
			<pubDate>Wed, 09 Aug 2017 13:20:21 +0000</pubDate>
			<guid>https://ttyh.ru/viewtopic.php?pid=4283#p4283</guid>
		</item>
		<item>
			<title><![CDATA[Need help with ttyhlauncher]]></title>
			<link>https://ttyh.ru/viewtopic.php?pid=4282#p4282</link>
			<description><![CDATA[<p>I built ttyhlauncher by myself and I have success to build the EXE which need many DLLs, I would like to build the static version, but the Quazip always error, what should I do for it, Please help me.<br />Thank-you.</p>]]></description>
			<author><![CDATA[null@example.com (GarryLai)]]></author>
			<pubDate>Tue, 08 Aug 2017 14:54:18 +0000</pubDate>
			<guid>https://ttyh.ru/viewtopic.php?pid=4282#p4282</guid>
		</item>
	</channel>
</rss>
