<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://cegui.org.uk/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Agamemnus</id>
		<title>CEGUI Wiki - Crazy Eddie's GUI System (Open Source) - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://cegui.org.uk/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Agamemnus"/>
		<link rel="alternate" type="text/html" href="http://cegui.org.uk/wiki/Special:Contributions/Agamemnus"/>
		<updated>2026-04-10T01:16:28Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>http://cegui.org.uk/wiki/index.php?title=Build_configuration_for_Irrlicht&amp;diff=3374</id>
		<title>Build configuration for Irrlicht</title>
		<link rel="alternate" type="text/html" href="http://cegui.org.uk/wiki/index.php?title=Build_configuration_for_Irrlicht&amp;diff=3374"/>
				<updated>2010-03-17T23:04:00Z</updated>
		
		<summary type="html">&lt;p&gt;Agamemnus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;b&amp;gt;Windows MSVC++ 2005/2008 users:&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To compile (for example) CEGUI DLLs and library files to work with Irrlicht 1.7.1 version or above, follow the instructions in the [[http://www.cegui.org.uk/docs/current/|main docs]] on downloading the source, then:&lt;br /&gt;
&lt;br /&gt;
* Change these options in config.lua:&lt;br /&gt;
&amp;lt;b&amp;gt;IRRLICHT_PATHS&amp;lt;/b&amp;gt; = { &amp;quot;../irrlicht-1.7.1&amp;quot;, &amp;quot;include&amp;quot;, &amp;quot;../lib/Win32-visualstudio&amp;quot; }&amp;lt;br&amp;gt;&lt;br /&gt;
(&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;note:&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt; this assumes you have Irrlicht 1.7.1 in the same directory as your Irrlicht SDK/source. For example, &amp;quot;C:/mygame/CEGUI-SDK-0.7.1-vc9&amp;quot; and &amp;quot;C:/mygame/irrlicht-1.7.1&amp;quot;)&lt;br /&gt;
&amp;lt;b&amp;gt;CEGUI_IRR_SDK_VERSION&amp;lt;/b&amp;gt; = 16&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;IRRLICHT_RENDERER&amp;lt;/b&amp;gt; = true&lt;br /&gt;
* Run build_vs2005.bat / build_vs2008.bat.&lt;br /&gt;
* Compile both the LIB and DLL versions of &amp;quot;CEGUIBase.dll&amp;quot; and &amp;quot;CEGUIIrrlichtRenderer.dll&amp;quot; with MSVC++ 2005/2008. You may need to rebuild all the DLLs/LIBs you are using.&lt;br /&gt;
* Copy these from CEGUI-0.7.1/bin and CEGUI-0.7.1\lib to the SDK bin and lib files.&lt;br /&gt;
* Compile your program.&lt;br /&gt;
&lt;br /&gt;
* With slight changes in the instruction and options, the same compilation method applies to Mac/Linux/GCC users, or even other graphics engine users.&lt;/div&gt;</summary>
		<author><name>Agamemnus</name></author>	</entry>

	<entry>
		<id>http://cegui.org.uk/wiki/index.php?title=CEGUI_Downloads_0.7.1&amp;diff=3373</id>
		<title>CEGUI Downloads 0.7.1</title>
		<link rel="alternate" type="text/html" href="http://cegui.org.uk/wiki/index.php?title=CEGUI_Downloads_0.7.1&amp;diff=3373"/>
				<updated>2010-03-15T19:58:49Z</updated>
		
		<summary type="html">&lt;p&gt;Agamemnus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{cegui_download_header|version=0.7.1}}&lt;br /&gt;
{{cegui_download_source|version=0.7.1}}&lt;br /&gt;
{{cegui_download_docs|version=0.7.1}}&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#2f1fef; padding:0px; border:1px solid #888888; margin-right:5px; margin-bottom:10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align:center; line-height:100%; padding:0.2em; background-color:#eeeeee; border-bottom:1px dashed #888888;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#339933; font-size:100%&amp;quot;&amp;gt;'''CEGUI 0.7.1 Binary Downloads for Microsoft Visual C++ 2005 (must have SP1)'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#ffffff; padding:0.5em&amp;quot;&amp;gt;&lt;br /&gt;
* This package contains a precompiled SDK supplied as a compressed zip archive. [http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-SDK-0.7.1-vc8.zip?download Download Now!]&lt;br /&gt;
* This package contains a set of precompiled external libraries used by CEGUI supplied as a compressed zip archive. This dependencies package is needed to build CEGUI 0.7.1 from source. [http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-DEPS-0.7.x-r1-vc8.zip?download Download Now!]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Irrlicht users&amp;lt;/b&amp;gt;, please note that the 2005 and 2008 SDKs are compatible with Irrlicht 1.6, but will not work with later versions, including 1.7.1. See [[Build_Configuration_For_Irrlicht|this page]] about compiling DLLs for your version.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#2f1fef; padding:0px; border:1px solid #888888; margin-right:5px; margin-bottom:10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align:center; line-height:100%; padding:0.2em; background-color:#eeeeee; border-bottom:1px dashed #888888;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#339933; font-size:100%&amp;quot;&amp;gt;'''CEGUI 0.7.1 Binary Downloads for Microsoft Visual C++ 2008'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#ffffff; padding:0.5em&amp;quot;&amp;gt;&lt;br /&gt;
* This package contains a precompiled SDK supplied as a compressed zip archive. [http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-SDK-0.7.1-vc9.zip?download Download Now!]&lt;br /&gt;
* This package contains a set of precompiled external libraries used by CEGUI supplied as a compressed zip archive. This dependencies package is needed to build CEGUI 0.7.1 from source. [http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-DEPS-0.7.x-r1-vc9.zip?download Download Now!]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Irrlicht users&amp;lt;/b&amp;gt;, please note that the 2005 and 2008 SDKs are compatible with Irrlicht 1.6, but will not work with later versions, including 1.7.1. See [[Build_Configuration_For_Irrlicht|this page]] about compiling DLLs for your version.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
{{cegui_download_binary_new|version=0.7.1|dependencies=0.7.x|target=mac|targetlabel=Apple Mac OS X (32 Bit Universal)}}&lt;br /&gt;
{{cegui_download_footer|version=0.7.1}}&lt;/div&gt;</summary>
		<author><name>Agamemnus</name></author>	</entry>

	<entry>
		<id>http://cegui.org.uk/wiki/index.php?title=Build_configuration_for_Irrlicht&amp;diff=3372</id>
		<title>Build configuration for Irrlicht</title>
		<link rel="alternate" type="text/html" href="http://cegui.org.uk/wiki/index.php?title=Build_configuration_for_Irrlicht&amp;diff=3372"/>
				<updated>2010-03-15T19:54:52Z</updated>
		
		<summary type="html">&lt;p&gt;Agamemnus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;b&amp;gt;Windows MSVC++ 2005/2008 users:&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To compile (for example) CEGUI DLLs and library files to work with Irrlicht 1.7.1 version or above, follow the instructions in the [[http://www.cegui.org.uk/docs/current/|main docs]] on downloading the source, then:&lt;br /&gt;
&lt;br /&gt;
* Change these options in config.lua:&lt;br /&gt;
&amp;lt;b&amp;gt;IRRLICHT_PATHS&amp;lt;/b&amp;gt; = { &amp;quot;../irrlicht-1.7.1&amp;quot;, &amp;quot;include&amp;quot;, &amp;quot;../lib/Win32-visualstudio&amp;quot; }&amp;lt;br&amp;gt;&lt;br /&gt;
(&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;note:&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt; this assumes you have Irrlicht 1.7.1 in the same directory as your Irrlicht SDK/source. For example, &amp;quot;C:/mygame/CEGUI-SDK-0.7.1-vc9&amp;quot; and &amp;quot;C:/mygame/irrlicht-1.7.1&amp;quot;)&lt;br /&gt;
&amp;lt;b&amp;gt;CEGUI_IRR_SDK_VERSION&amp;lt;/b&amp;gt; = 16&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;IRRLICHT_RENDERER&amp;lt;/b&amp;gt; = true&lt;br /&gt;
* Run build_vs2005.bat / build_vs2008.bat.&lt;br /&gt;
* Compile both the LIB and DLL versions of &amp;quot;CEGUIBase.dll&amp;quot; and &amp;quot;CEGUIIrrlichtRenderer.dll&amp;quot; with MSVC++ 2005/2008.&lt;br /&gt;
* Copy these from CEGUI-0.7.1/bin and CEGUI-0.7.1\lib to the SDK bin and lib files.&lt;br /&gt;
* Compile your program.&lt;br /&gt;
&lt;br /&gt;
* With slight changes in the instruction and options, the same compilation method applies to Mac/Linux/GCC users, or even other graphics engine users.&lt;/div&gt;</summary>
		<author><name>Agamemnus</name></author>	</entry>

	<entry>
		<id>http://cegui.org.uk/wiki/index.php?title=Build_configuration_for_Irrlicht&amp;diff=3371</id>
		<title>Build configuration for Irrlicht</title>
		<link rel="alternate" type="text/html" href="http://cegui.org.uk/wiki/index.php?title=Build_configuration_for_Irrlicht&amp;diff=3371"/>
				<updated>2010-03-15T19:49:29Z</updated>
		
		<summary type="html">&lt;p&gt;Agamemnus: Created page with 'To compile (for example) CEGUI DLLs and library files to work with Irrlicht 1.7.1 version of or above, follow the instructions in the [[http://www.cegui.org.uk/docs/current/|main…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To compile (for example) CEGUI DLLs and library files to work with Irrlicht 1.7.1 version of or above, follow the instructions in the [[http://www.cegui.org.uk/docs/current/|main docs]] on downloading the source, then:&lt;br /&gt;
&lt;br /&gt;
* Change these options in config.lua:&lt;br /&gt;
&amp;lt;b&amp;gt;IRRLICHT_PATHS&amp;lt;/b&amp;gt; = { &amp;quot;../irrlicht-1.7.1&amp;quot;, &amp;quot;include&amp;quot;, &amp;quot;../lib/Win32-visualstudio&amp;quot; }&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;CEGUI_IRR_SDK_VERSION&amp;lt;/b&amp;gt; = 16&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;IRRLICHT_RENDERER&amp;lt;/b&amp;gt; = true&lt;br /&gt;
* Run build_vs2005.bat / build_vs2008.bat.&lt;br /&gt;
* Compile both the LIB and DLL versions of &amp;quot;CEGUIBase.dll&amp;quot; and &amp;quot;CEGUIIrrlichtRenderer.dll&amp;quot; with MSVC++ 2005/2008.&lt;br /&gt;
* Copy these from CEGUI-0.7.1/bin and CEGUI-0.7.1\lib to the SDK bin and lib files.&lt;br /&gt;
* Compile your program.&lt;/div&gt;</summary>
		<author><name>Agamemnus</name></author>	</entry>

	<entry>
		<id>http://cegui.org.uk/wiki/index.php?title=CEGUI_Downloads_0.7.1&amp;diff=3370</id>
		<title>CEGUI Downloads 0.7.1</title>
		<link rel="alternate" type="text/html" href="http://cegui.org.uk/wiki/index.php?title=CEGUI_Downloads_0.7.1&amp;diff=3370"/>
				<updated>2010-03-15T19:48:14Z</updated>
		
		<summary type="html">&lt;p&gt;Agamemnus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{cegui_download_header|version=0.7.1}}&lt;br /&gt;
{{cegui_download_source|version=0.7.1}}&lt;br /&gt;
{{cegui_download_docs|version=0.7.1}}&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#2f1fef; padding:0px; border:1px solid #888888; margin-right:5px; margin-bottom:10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align:center; line-height:100%; padding:0.2em; background-color:#eeeeee; border-bottom:1px dashed #888888;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#339933; font-size:100%&amp;quot;&amp;gt;'''CEGUI 0.7.1 Binary Downloads for Microsoft Visual C++ 2005 (must have SP1)'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#ffffff; padding:0.5em&amp;quot;&amp;gt;&lt;br /&gt;
* This package contains a precompiled SDK supplied as a compressed zip archive. [http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-SDK-0.7.1-vc8.zip?download Download Now!]&lt;br /&gt;
* This package contains a set of precompiled external libraries used by CEGUI supplied as a compressed zip archive. This dependencies package is needed to build CEGUI 0.7.1 from source. [http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-DEPS-0.7.x-r1-vc8.zip?download Download Now!]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Irrlicht users&amp;lt;/b&amp;gt;, please note that the 2005 and 2008 SDKs are compatible with Irrlicht 1.6, but will not work with later versions, including 1.7.1 See [[Build_Configuration_For_Irrlicht|this page]] about compiling DLLs for your version.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#2f1fef; padding:0px; border:1px solid #888888; margin-right:5px; margin-bottom:10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align:center; line-height:100%; padding:0.2em; background-color:#eeeeee; border-bottom:1px dashed #888888;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#339933; font-size:100%&amp;quot;&amp;gt;'''CEGUI 0.7.1 Binary Downloads for Microsoft Visual C++ 2008'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#ffffff; padding:0.5em&amp;quot;&amp;gt;&lt;br /&gt;
* This package contains a precompiled SDK supplied as a compressed zip archive. [http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-SDK-0.7.1-vc9.zip?download Download Now!]&lt;br /&gt;
* This package contains a set of precompiled external libraries used by CEGUI supplied as a compressed zip archive. This dependencies package is needed to build CEGUI 0.7.1 from source. [http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-DEPS-0.7.x-r1-vc9.zip?download Download Now!]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Irrlicht users&amp;lt;/b&amp;gt;, please note that the 2005 and 2008 SDKs are compatible with Irrlicht 1.6, but will not work with later versions, including 1.7.1 See [[Build_Configuration_For_Irrlicht|this page]] about compiling DLLs for your version.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
{{cegui_download_binary_new|version=0.7.1|dependencies=0.7.x|target=mac|targetlabel=Apple Mac OS X (32 Bit Universal)}}&lt;br /&gt;
{{cegui_download_footer|version=0.7.1}}&lt;/div&gt;</summary>
		<author><name>Agamemnus</name></author>	</entry>

	<entry>
		<id>http://cegui.org.uk/wiki/index.php?title=CEGUI_Downloads_0.7.1&amp;diff=3369</id>
		<title>CEGUI Downloads 0.7.1</title>
		<link rel="alternate" type="text/html" href="http://cegui.org.uk/wiki/index.php?title=CEGUI_Downloads_0.7.1&amp;diff=3369"/>
				<updated>2010-03-15T19:26:06Z</updated>
		
		<summary type="html">&lt;p&gt;Agamemnus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{cegui_download_header|version=0.7.1}}&lt;br /&gt;
{{cegui_download_source|version=0.7.1}}&lt;br /&gt;
{{cegui_download_docs|version=0.7.1}}&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#2f1fef; padding:0px; border:1px solid #888888; margin-right:5px; margin-bottom:10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align:center; line-height:100%; padding:0.2em; background-color:#eeeeee; border-bottom:1px dashed #888888;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#339933; font-size:100%&amp;quot;&amp;gt;'''CEGUI 0.7.1 Binary Downloads for Microsoft Visual C++ 2005 (must have SP1)'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#ffffff; padding:0.5em&amp;quot;&amp;gt;&lt;br /&gt;
* This package contains a precompiled SDK supplied as a compressed zip archive. [http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-SDK-0.7.1-vc8.zip?download Download Now!]&lt;br /&gt;
* This package contains a set of precompiled external libraries used by CEGUI supplied as a compressed zip archive. This dependencies package is needed to build CEGUI 0.7.1 from source. [http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-DEPS-0.7.x-r1-vc8.zip?download Download Now!]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Irrlicht users&amp;lt;/b&amp;gt;, please note that the 2005 and 2008 SDKs are compatible with Irrlicht 1.6, but will not work with 1.7.1. You will have to compile your own 1.7.1 version: follow the instructions in the main docs on downloading the source, then:&lt;br /&gt;
&lt;br /&gt;
* Change these options in config.lua:&lt;br /&gt;
&amp;lt;b&amp;gt;IRRLICHT_PATHS&amp;lt;/b&amp;gt; = { &amp;quot;../irrlicht-1.7.1&amp;quot;, &amp;quot;include&amp;quot;, &amp;quot;../lib/Win32-visualstudio&amp;quot; }&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;CEGUI_IRR_SDK_VERSION&amp;lt;/b&amp;gt; = 16&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;IRRLICHT_RENDERER&amp;lt;/b&amp;gt; = true&lt;br /&gt;
* Run build_vs2005.bat / build_vs2008.bat.&lt;br /&gt;
* Compile both the LIB and DLL versions of &amp;quot;CEGUIBase.dll&amp;quot; and &amp;quot;CEGUIIrrlichtRenderer.dll&amp;quot; with MSVC++ 2005/2008.&lt;br /&gt;
* Copy these from CEGUI-0.7.1/bin and CEGUI-0.7.1\lib to the SDK bin and lib files.&lt;br /&gt;
* Compile your program.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#2f1fef; padding:0px; border:1px solid #888888; margin-right:5px; margin-bottom:10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align:center; line-height:100%; padding:0.2em; background-color:#eeeeee; border-bottom:1px dashed #888888;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#339933; font-size:100%&amp;quot;&amp;gt;'''CEGUI 0.7.1 Binary Downloads for Microsoft Visual C++ 2008'''&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;background:#ffffff; padding:0.5em&amp;quot;&amp;gt;&lt;br /&gt;
* This package contains a precompiled SDK supplied as a compressed zip archive. [http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-SDK-0.7.1-vc9.zip?download Download Now!]&lt;br /&gt;
* This package contains a set of precompiled external libraries used by CEGUI supplied as a compressed zip archive. This dependencies package is needed to build CEGUI 0.7.1 from source. [http://prdownloads.sourceforge.net/crayzedsgui/CEGUI-DEPS-0.7.x-r1-vc9.zip?download Download Now!]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Irrlicht users&amp;lt;/b&amp;gt;, please note that the 2005 and 2008 SDKs are compatible with Irrlicht 1.6, but will not work with 1.7.1. You will have to compile your own 1.7.1 version: follow the instructions in the main docs on downloading the source, then:&lt;br /&gt;
&lt;br /&gt;
* Change these options in config.lua:&lt;br /&gt;
&amp;lt;b&amp;gt;IRRLICHT_PATHS&amp;lt;/b&amp;gt; = { &amp;quot;../irrlicht-1.7.1&amp;quot;, &amp;quot;include&amp;quot;, &amp;quot;../lib/Win32-visualstudio&amp;quot; }&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;CEGUI_IRR_SDK_VERSION&amp;lt;/b&amp;gt; = 16&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;IRRLICHT_RENDERER&amp;lt;/b&amp;gt; = true&lt;br /&gt;
* Run build_vs2005.bat / build_vs2008.bat.&lt;br /&gt;
* Compile both the LIB and DLL versions of &amp;quot;CEGUIBase.dll&amp;quot; and &amp;quot;CEGUIIrrlichtRenderer.dll&amp;quot; with MSVC++ 2005/2008.&lt;br /&gt;
* Copy these from CEGUI-0.7.1/bin and CEGUI-0.7.1\lib to the SDK bin and lib files.&lt;br /&gt;
* Compile your program.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
{{cegui_download_binary_new|version=0.7.1|dependencies=0.7.x|target=mac|targetlabel=Apple Mac OS X (32 Bit Universal)}}&lt;br /&gt;
{{cegui_download_footer|version=0.7.1}}&lt;/div&gt;</summary>
		<author><name>Agamemnus</name></author>	</entry>

	</feed>