<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Ттюх! Майнкрафт! &mdash; Need help with ttyhlauncher]]></title>
	<link rel="self" href="https://ttyh.ru/extern.php?action=feed&amp;tid=316&amp;type=atom" />
	<updated>2017-08-11T08:04:00Z</updated>
	<generator>PunBB</generator>
	<id>https://ttyh.ru/viewtopic.php?id=316</id>
		<entry>
			<title type="html"><![CDATA[Re: Need help with ttyhlauncher]]></title>
			<link rel="alternate" href="https://ttyh.ru/viewtopic.php?pid=4291#p4291" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Figec]]></name>
				<uri>https://ttyh.ru/profile.php?id=6</uri>
			</author>
			<updated>2017-08-11T08:04:00Z</updated>
			<id>https://ttyh.ru/viewtopic.php?pid=4291#p4291</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Need help with ttyhlauncher]]></title>
			<link rel="alternate" href="https://ttyh.ru/viewtopic.php?pid=4287#p4287" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[GarryLai]]></name>
				<uri>https://ttyh.ru/profile.php?id=1309</uri>
			</author>
			<updated>2017-08-10T09:28:17Z</updated>
			<id>https://ttyh.ru/viewtopic.php?pid=4287#p4287</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Need help with ttyhlauncher]]></title>
			<link rel="alternate" href="https://ttyh.ru/viewtopic.php?pid=4286#p4286" />
			<content type="html"><![CDATA[<p>Вот это да. Забугорные дядки в наш ттюх играют...</p>]]></content>
			<author>
				<name><![CDATA[i_Pshikalka]]></name>
				<uri>https://ttyh.ru/profile.php?id=231</uri>
			</author>
			<updated>2017-08-10T08:33:58Z</updated>
			<id>https://ttyh.ru/viewtopic.php?pid=4286#p4286</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Need help with ttyhlauncher]]></title>
			<link rel="alternate" href="https://ttyh.ru/viewtopic.php?pid=4285#p4285" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Figec]]></name>
				<uri>https://ttyh.ru/profile.php?id=6</uri>
			</author>
			<updated>2017-08-10T08:04:54Z</updated>
			<id>https://ttyh.ru/viewtopic.php?pid=4285#p4285</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Need help with ttyhlauncher]]></title>
			<link rel="alternate" href="https://ttyh.ru/viewtopic.php?pid=4284#p4284" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[GarryLai]]></name>
				<uri>https://ttyh.ru/profile.php?id=1309</uri>
			</author>
			<updated>2017-08-09T15:06:28Z</updated>
			<id>https://ttyh.ru/viewtopic.php?pid=4284#p4284</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Need help with ttyhlauncher]]></title>
			<link rel="alternate" href="https://ttyh.ru/viewtopic.php?pid=4283#p4283" />
			<content type="html"><![CDATA[<p>Please post your error log. Also - did you build quazip static lib?</p>]]></content>
			<author>
				<name><![CDATA[Pinkbyte]]></name>
				<uri>https://ttyh.ru/profile.php?id=146</uri>
			</author>
			<updated>2017-08-09T13:20:21Z</updated>
			<id>https://ttyh.ru/viewtopic.php?pid=4283#p4283</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Need help with ttyhlauncher]]></title>
			<link rel="alternate" href="https://ttyh.ru/viewtopic.php?pid=4282#p4282" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[GarryLai]]></name>
				<uri>https://ttyh.ru/profile.php?id=1309</uri>
			</author>
			<updated>2017-08-08T14:54:18Z</updated>
			<id>https://ttyh.ru/viewtopic.php?pid=4282#p4282</id>
		</entry>
</feed>
