<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="http://theeyetribe.com/forum/feed.php?f=25&amp;t=459" />

<title>The Eye Tribe</title>
<subtitle>Developer Forum</subtitle>
<link href="http://theeyetribe.com/forum/index.php" />
<updated>2015-04-29T11:54:24+02:00</updated>

<author><name><![CDATA[The Eye Tribe]]></name></author>
<id>http://theeyetribe.com/forum/feed.php?f=25&amp;t=459</id>
<entry>
<author><name><![CDATA[zarachbaal]]></name></author>
<updated>2015-04-29T11:54:24+02:00</updated>
<published>2015-04-29T11:54:24+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=459&amp;p=1999#p1999</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=459&amp;p=1999#p1999"/>
<title type="html"><![CDATA[Re: Any developer using EyeTribe on Qt framework (C++) ?]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=459&amp;p=1999#p1999"><![CDATA[
Problem solved.<br /><br />I had strawberry perl installed on my computer, and it has mingw in it.<br /><br />I thought I was building boost with the mingw that comes with qt creator but in fact i was building boost with the mingw that comes with strawberry perl.<br /><br />I uninstalled strawberry perl, rebuilt boost and linked it to my project.<br />It works fine now.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=8174">skatazarachbaal</a> — 29 Apr 2015, 11:54</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[zarachbaal]]></name></author>
<updated>2015-04-23T15:40:42+02:00</updated>
<published>2015-04-23T15:40:42+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=459&amp;p=1981#p1981</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=459&amp;p=1981#p1981"/>
<title type="html"><![CDATA[Re: Any developer using EyeTribe on Qt framework (C++) ?]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=459&amp;p=1981#p1981"><![CDATA[
I am trying to use the Eyetribe SDK with Qt creator at the moment, but I'm having difficulties linking it with boost.<br />I am using Qt 4.8.4 and Qt Creator 2.4.1 (with MinGW compiler)<br />I use boost 1.52.<br /><br />I added :<br /><br />&quot;gazeapi.h/cpp&quot;, &quot;gazeapi_interfaces.h&quot;, &quot;gazeapi_types.h&quot;, &quot;gazeapi_observable.hpp&quot;, &quot;gazeapi_parser.hpp/cpp&quot; and &quot;gazeapi_socket.hpp/cpp&quot; to my project.<br /><br />I created a 'MyGaze' class and filled it with the C++ exemple.<br /><br />To build boost :<br />- I first added &quot;C:/Qt/qtcreator-2.4.1/mingw/bin&quot; to my PATH variable<br />- then opened a command prompt<br />- went to &quot;C:/boost_1_52&quot;<br />- typed &quot;bootstrap.bat mingw&quot;<br />- and then &quot;b2 toolset=gcc build-type=complete stage&quot; (this took a long time (about 2h))<br /><br />In my .pro file I have added :<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>INCLUDEPATH += C:/boost_1_52<br />LIBS += -LC:/boost_1_52/stage/lib \<br />-lboost_system-mgw48-mt-1_52 \<br />-lboost_thread-mgw48-mt-1-52<br /><br />#&quot;libboost_system...&quot; needs this library<br />LIBS += -LC:/windows_sdk/lib \<br />-lWS2_32</code></dd></dl><br /><br />My main.cpp is very simple : <br /><dl class="codebox"><dt>Code: </dt><dd><code>#include &lt;QtCore/QCoreApplication&gt;<br />#include &quot;gazeapi.h&quot;<br />#include &quot;mygaze.h&quot;<br /><br />int main(int argc, char *argv&#91;&#93;)<br />{<br />    QCoreApplication a(argc, argv);<br />    <br />   // MyGaze test;<br /><br />    return a.exec();<br />}</code></dd></dl><br /><br /><br />When I try to build my project I have a lot of 'undefined reference', there are two types of them :<br />- some with 'thread' in it like :<br /><dl class="codebox"><dt>Code: </dt><dd><code>undefined reference to `_imp___ZN5boost6thread4joinEv'<br />undefined reference to `_imp___ZN5boost6thread12start_threadEv'</code></dd></dl><br /> -some that looks like :<br /><dl class="codebox"><dt>Code: </dt><dd><code>undefined reference to `boost::system::generic_category()'<br />undefined reference to `boost::system::system_category()'</code></dd></dl><br /><br />I really do not see how to fix these errors<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=8174">skatazarachbaal</a> — 23 Apr 2015, 15:40</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[vijayrajanna]]></name></author>
<updated>2015-03-27T08:43:59+02:00</updated>
<published>2015-03-27T08:43:59+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=459&amp;p=1921#p1921</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=459&amp;p=1921#p1921"/>
<title type="html"><![CDATA[Any developer using EyeTribe on Qt framework (C++) ?]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=459&amp;p=1921#p1921"><![CDATA[
Hi,<br />Is there anyone here using Eye Tribe on Qt framework [ <a href="http://www.qt.io" class="postlink">http://www.qt.io</a> ].<br />Now that Qt supports following platforms, it's a great opportunity to use Eye Tribe in creative ways.<br /><ul>Android<br />iOS<br />Windows<br />Linux/X11<br />OS X<br />Windows Runtime<br />WinCE</ul><br />If any of you share the same interest, please respond to this thread and we can collaborate.<br />Thanks.<br /><br />Vijay Rajanna.<br /><a href="http://www.vijayrajanna.com" class="postlink">http://www.vijayrajanna.com</a><p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=4528">skatavijayrajanna</a> — 27 Mar 2015, 08:43</p><hr />
]]></content>
</entry>
</feed>