<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Maratis forum - SimpleGamePlugin]]></title>
	<link rel="self" href="http://forum.maratis3d.com/extern.php?action=feed&amp;tid=92&amp;type=atom"/>
	<updated>2011-05-06T22:39:00Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.maratis3d.com/viewtopic.php?id=92</id>
		<entry>
			<title type="html"><![CDATA[Re: SimpleGamePlugin]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=339#p339"/>
			<content type="html"><![CDATA[<p>You were right was just remove the second &quot;\SimpleGamePlugin&quot; of the path that worked. Thank you again.</p>]]></content>
			<author>
				<name><![CDATA[rodolfo]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=63</uri>
			</author>
			<updated>2011-05-06T22:39:00Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=339#p339</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SimpleGamePlugin]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=338#p338"/>
			<content type="html"><![CDATA[<p>the compilator is not finding MCore.lib,</p><p>I see you are using :<br />c:\Users\Rodolfo\Desktop\Maratis-3.02b-win32\Examples\SimpleGamePlugin\SimpleGamePlugin\</p><p>There is 2 times the repertory &quot;SimpleGamePlugin&quot;<br />try to use : c:\Users\Rodolfo\Desktop\Maratis-3.02b-win32\Examples\SimpleGamePlugin\</p><p>Or if you want to use a different repertory, just modify the additional path in the project settings.</p>]]></content>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2011-05-06T08:15:34Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=338#p338</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SimpleGamePlugin]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=337#p337"/>
			<content type="html"><![CDATA[<p>thanks anael, but now I got another error:<br /></p><div class="codebox"><pre><code>1&gt;Compiling...
1&gt;MyBehavior.cpp
1&gt;MyGame.cpp
1&gt;SimpleGamePlugin.cpp
1&gt;Generating Code...
1&gt;Linking...
1&gt;LINK : fatal error LNK1104: cannot open file &#039;MCore.lib&#039;
1&gt;Build log was saved at &quot;file://c:\Users\Rodolfo\Desktop\Maratis-3.02b-win32\Examples\SimpleGamePlugin\SimpleGamePlugin\_GamePlugin\_VisualCPP\Debug\BuildLog.htm&quot;
1&gt;Game - 1 error(s), 0 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========</code></pre></div>]]></content>
			<author>
				<name><![CDATA[rodolfo]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=63</uri>
			</author>
			<updated>2011-05-05T22:46:36Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=337#p337</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: SimpleGamePlugin]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=334#p334"/>
			<content type="html"><![CDATA[<p>Hi,<br />first don&#039;t put MEngine.h or anything in the folder.</p><p>Your problem is that the visual project is not finding the paths.<br />If you want it to work without changing the paths, just unzip SimpleGamePlugin in &quot;Maratis install path&quot;/Examples/<br />it should work by default.</p><p>If you want to use a different folder, open the visual project settings, and change the additional include paths<br />and the additional library path to link to &quot;Maratis install path&quot;/SDK/MCore/Includes, &quot;Maratis install path&quot;/SDK/MEngine/Includes etc</p>]]></content>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2011-05-05T08:53:29Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=334#p334</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[SimpleGamePlugin]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=333#p333"/>
			<content type="html"><![CDATA[<p>Hi,</p><p>I trying to compile the project SimpleGamePlugin in Visual Studio 2008 and when I click build:<br /></p><div class="codebox"><pre><code>1&gt;------ Build started: Project: Game, Configuration: Debug Win32 ------
1&gt;Compiling...
1&gt;MyBehavior.cpp
1&gt;c:\users\rodolfo\desktop\simplegameplugin\simplegameplugin\_gameplugin\sources\mybehavior.h(11) : fatal error C1083: Cannot open include file: &#039;MEngine.h&#039;: No such file or directory
1&gt;MyGame.cpp
1&gt;c:\users\rodolfo\desktop\simplegameplugin\simplegameplugin\_gameplugin\sources\mygame.h(11) : fatal error C1083: Cannot open include file: &#039;MEngine.h&#039;: No such file or directory
1&gt;SimpleGamePlugin.cpp
1&gt;c:\users\rodolfo\desktop\simplegameplugin\simplegameplugin\_gameplugin\sources\mygame.h(11) : fatal error C1083: Cannot open include file: &#039;MEngine.h&#039;: No such file or directory
1&gt;Generating Code...
1&gt;Build log was saved at &quot;file://c:\Users\Rodolfo\Desktop\SimpleGamePlugin\SimpleGamePlugin\_GamePlugin\_VisualCPP\Debug\BuildLog.htm&quot;
1&gt;Game - 3 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========</code></pre></div><p>And I put the MEngine.h in the folder. What&#039;s the problem?</p>]]></content>
			<author>
				<name><![CDATA[rodolfo]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=63</uri>
			</author>
			<updated>2011-05-04T23:23:31Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=333#p333</id>
		</entry>
</feed>
