<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.crosswire.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DavidStrickland</id>
		<title>CrossWire Bible Society - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.crosswire.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DavidStrickland"/>
		<link rel="alternate" type="text/html" href="https://wiki.crosswire.org/Special:Contributions/DavidStrickland"/>
		<updated>2026-04-05T13:32:28Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.7</generator>

	<entry>
		<id>https://wiki.crosswire.org/index.php?title=Tutorial:Compiling_%26_Installing_SWORD_on_Windows&amp;diff=8548</id>
		<title>Tutorial:Compiling &amp; Installing SWORD on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.crosswire.org/index.php?title=Tutorial:Compiling_%26_Installing_SWORD_on_Windows&amp;diff=8548"/>
				<updated>2010-08-22T16:51:03Z</updated>
		
		<summary type="html">&lt;p&gt;DavidStrickland: /* Step 4: Compiling utilities */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;:''For compiling on Linux, see [[Tutorial:Compiling &amp;amp; Installing SWORD]]''.&lt;br /&gt;
&lt;br /&gt;
== Compiling The SWORD Project using [http://en.wikipedia.org/wiki/Microsoft_Visual_Studio MS Visual Studio] 2008 ==&lt;br /&gt;
&lt;br /&gt;
# Create a build directory, hereafter referred to as $dir$. Much of the Sword build process expects that various downloads be unpacked to the same directory.&lt;br /&gt;
&lt;br /&gt;
===Step 1: Compile cURL ===&lt;br /&gt;
# Download the latest release of [http://curl.haxx.se/download/curl-7.21.1.zip cURL]&lt;br /&gt;
# Extract the ZIP to $dir$&lt;br /&gt;
# Rename the cURL directory to &amp;quot;curl&amp;quot; (with no version number)&lt;br /&gt;
# Open $dir$\curl\vc6curl.dsw&lt;br /&gt;
# Allow Visual Studio to update the project files&lt;br /&gt;
# In Project Properties change the Configuration Type from DLL to LIB&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
===Step 2: Compile icu-sword ===&lt;br /&gt;
&lt;br /&gt;
# Download the latest release of [http://crosswire.org/ftpmirror/pub/sword/source/icu-sword/ icu-sword]&lt;br /&gt;
# Extract the tarball to $dir$&lt;br /&gt;
# Open $dir$\icu-sword\source\allinone\allinone.sln&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
===Step 3: Compile libsword ===&lt;br /&gt;
# Download the latest release of [http://www.crosswire.org/ftpmirror/pub/sword/source/v1.6/ The SWORD Project]&lt;br /&gt;
# Extract the tarball to $dir$&lt;br /&gt;
#:If you are building utilities or diatheke, the following steps are not necessary:&lt;br /&gt;
# Open $dir$\sword-$version$\lib\vcppmake\vc8\libsword.vcproj&lt;br /&gt;
# In Project Properties add ../../../../curl/lib/DLL-Debug to Additional Library Directories&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
===Step 4: Compiling utilities ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Open $dir$\sword-$version$\utilities\vcppmake\utilities.sln&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
This step will not complete linking fails with Errors revolving around:&lt;br /&gt;
Error LNK1181: cannot open input file 'icuuc.lib'	C:\Code\LibSword\sword-1.6.1\lib\vcppmake\vc8\LINK	libsword there isn't a file by that name in any of the downloads.&lt;br /&gt;
&lt;br /&gt;
===Option 2: Compiling diatheke ===&lt;br /&gt;
&lt;br /&gt;
# Open $dir$\sword-$version$\utilities\diatheke\diatheke.vcproj&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>DavidStrickland</name></author>	</entry>

	<entry>
		<id>https://wiki.crosswire.org/index.php?title=Tutorial:Compiling_%26_Installing_SWORD_on_Windows&amp;diff=8547</id>
		<title>Tutorial:Compiling &amp; Installing SWORD on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.crosswire.org/index.php?title=Tutorial:Compiling_%26_Installing_SWORD_on_Windows&amp;diff=8547"/>
				<updated>2010-08-22T16:35:25Z</updated>
		
		<summary type="html">&lt;p&gt;DavidStrickland: /* Step 4: Compiling utilities */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;:''For compiling on Linux, see [[Tutorial:Compiling &amp;amp; Installing SWORD]]''.&lt;br /&gt;
&lt;br /&gt;
== Compiling The SWORD Project using [http://en.wikipedia.org/wiki/Microsoft_Visual_Studio MS Visual Studio] 2008 ==&lt;br /&gt;
&lt;br /&gt;
# Create a build directory, hereafter referred to as $dir$. Much of the Sword build process expects that various downloads be unpacked to the same directory.&lt;br /&gt;
&lt;br /&gt;
===Step 1: Compile cURL ===&lt;br /&gt;
# Download the latest release of [http://curl.haxx.se/download/curl-7.21.1.zip cURL]&lt;br /&gt;
# Extract the ZIP to $dir$&lt;br /&gt;
# Rename the cURL directory to &amp;quot;curl&amp;quot; (with no version number)&lt;br /&gt;
# Open $dir$\curl\vc6curl.dsw&lt;br /&gt;
# Allow Visual Studio to update the project files&lt;br /&gt;
# In Project Properties change the Configuration Type from DLL to LIB&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
===Step 2: Compile icu-sword ===&lt;br /&gt;
&lt;br /&gt;
# Download the latest release of [http://crosswire.org/ftpmirror/pub/sword/source/icu-sword/ icu-sword]&lt;br /&gt;
# Extract the tarball to $dir$&lt;br /&gt;
# Open $dir$\icu-sword\source\allinone\allinone.sln&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
===Step 3: Compile libsword ===&lt;br /&gt;
# Download the latest release of [http://www.crosswire.org/ftpmirror/pub/sword/source/v1.6/ The SWORD Project]&lt;br /&gt;
# Extract the tarball to $dir$&lt;br /&gt;
#:If you are building utilities or diatheke, the following steps are not necessary:&lt;br /&gt;
# Open $dir$\sword-$version$\lib\vcppmake\vc8\libsword.vcproj&lt;br /&gt;
# In Project Properties add ../../../../curl/lib/DLL-Debug to Additional Library Directories&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
===Step 4: Compiling utilities ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Open $dir$\sword-$version$\utilities\vcppmake\utilities.sln&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
This step will not complete linking fails with Errors similar to:&lt;br /&gt;
Error	1	error LNK1104: cannot open file 'libsword.lib'	C:\Code\LibSword\sword-1.6.1\utilities\vcppmake\LINK	vpl2mod&lt;br /&gt;
Error	6	error LNK1181: cannot open input file 'icuuc.lib'	C:\Code\LibSword\sword-1.6.1\lib\vcppmake\vc8\LINK	libsword&lt;br /&gt;
&lt;br /&gt;
===Option 2: Compiling diatheke ===&lt;br /&gt;
&lt;br /&gt;
# Open $dir$\sword-$version$\utilities\diatheke\diatheke.vcproj&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>DavidStrickland</name></author>	</entry>

	<entry>
		<id>https://wiki.crosswire.org/index.php?title=Tutorial:Compiling_%26_Installing_SWORD_on_Windows&amp;diff=8546</id>
		<title>Tutorial:Compiling &amp; Installing SWORD on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.crosswire.org/index.php?title=Tutorial:Compiling_%26_Installing_SWORD_on_Windows&amp;diff=8546"/>
				<updated>2010-08-22T16:10:34Z</updated>
		
		<summary type="html">&lt;p&gt;DavidStrickland: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;:''For compiling on Linux, see [[Tutorial:Compiling &amp;amp; Installing SWORD]]''.&lt;br /&gt;
&lt;br /&gt;
== Compiling The SWORD Project using [http://en.wikipedia.org/wiki/Microsoft_Visual_Studio MS Visual Studio] 2008 ==&lt;br /&gt;
&lt;br /&gt;
# Create a build directory, hereafter referred to as $dir$. Much of the Sword build process expects that various downloads be unpacked to the same directory.&lt;br /&gt;
&lt;br /&gt;
===Step 1: Compile cURL ===&lt;br /&gt;
# Download the latest release of [http://curl.haxx.se/download/curl-7.21.1.zip cURL]&lt;br /&gt;
# Extract the ZIP to $dir$&lt;br /&gt;
# Rename the cURL directory to &amp;quot;curl&amp;quot; (with no version number)&lt;br /&gt;
# Open $dir$\curl\vc6curl.dsw&lt;br /&gt;
# Allow Visual Studio to update the project files&lt;br /&gt;
# In Project Properties change the Configuration Type from DLL to LIB&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
===Step 2: Compile icu-sword ===&lt;br /&gt;
&lt;br /&gt;
# Download the latest release of [http://crosswire.org/ftpmirror/pub/sword/source/icu-sword/ icu-sword]&lt;br /&gt;
# Extract the tarball to $dir$&lt;br /&gt;
# Open $dir$\icu-sword\source\allinone\allinone.sln&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
===Step 3: Compile libsword ===&lt;br /&gt;
# Download the latest release of [http://www.crosswire.org/ftpmirror/pub/sword/source/v1.6/ The SWORD Project]&lt;br /&gt;
# Extract the tarball to $dir$&lt;br /&gt;
#:If you are building utilities or diatheke, the following steps are not necessary:&lt;br /&gt;
# Open $dir$\sword-$version$\lib\vcppmake\vc8\libsword.vcproj&lt;br /&gt;
# In Project Properties add ../../../../curl/lib/DLL-Debug to Additional Library Directories&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
===Step 4: Compiling utilities ===&lt;br /&gt;
&lt;br /&gt;
# Open $dir$\sword-$version$\utilities\vcppmake\utilities.sln&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
===Option 2: Compiling diatheke ===&lt;br /&gt;
&lt;br /&gt;
# Open $dir$\sword-$version$\utilities\diatheke\diatheke.vcproj&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>DavidStrickland</name></author>	</entry>

	<entry>
		<id>https://wiki.crosswire.org/index.php?title=Tutorial:Compiling_%26_Installing_SWORD_on_Windows&amp;diff=8545</id>
		<title>Tutorial:Compiling &amp; Installing SWORD on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.crosswire.org/index.php?title=Tutorial:Compiling_%26_Installing_SWORD_on_Windows&amp;diff=8545"/>
				<updated>2010-08-22T15:04:27Z</updated>
		
		<summary type="html">&lt;p&gt;DavidStrickland: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;:''For compiling on Linux, see [[Tutorial:Compiling &amp;amp; Installing SWORD]]''.&lt;br /&gt;
&lt;br /&gt;
== Compiling The SWORD Project using [http://en.wikipedia.org/wiki/Microsoft_Visual_Studio MS Visual Studio] 2008 ==&lt;br /&gt;
&lt;br /&gt;
# Create a build directory, hereafter referred to as $dir$. Much of the Sword build process expects that various downloads be unpacked to the same directory.&lt;br /&gt;
&lt;br /&gt;
===Step 1: Compile cURL ===&lt;br /&gt;
# Download the latest release of [http://curl.haxx.se/download/curl-7.21.1.zip cURL]&lt;br /&gt;
# Extract the ZIP to $dir$&lt;br /&gt;
# Rename the cURL directory to &amp;quot;curl&amp;quot; (with no version number)&lt;br /&gt;
# Open $dir$\curl\vc6curl.dsw&lt;br /&gt;
# Allow Visual Studio to update the project files&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
===Step 2: Compile icu-sword ===&lt;br /&gt;
&lt;br /&gt;
# Download the latest release of [http://crosswire.org/ftpmirror/pub/sword/source/icu-sword/ icu-sword]&lt;br /&gt;
# Extract the tarball to $dir$&lt;br /&gt;
# Open $dir$\icu-sword\source\allinone\allinone.sln&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
===Step 3: Compile libsword ===&lt;br /&gt;
# Download the latest release of [http://www.crosswire.org/ftpmirror/pub/sword/source/v1.6/ The SWORD Project]&lt;br /&gt;
# Extract the tarball to $dir$&lt;br /&gt;
#:If you are building utilities or diatheke, the following steps are not necessary:&lt;br /&gt;
# Open $dir$\sword-$version$\lib\vcppmake\vc8\libsword.vcproj&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
===Step 4: Compiling utilities ===&lt;br /&gt;
&lt;br /&gt;
# Open $dir$\sword-$version$\utilities\vcppmake\utilities.sln&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
===Option 2: Compiling diatheke ===&lt;br /&gt;
&lt;br /&gt;
# Open $dir$\sword-$version$\utilities\diatheke\diatheke.vcproj&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>DavidStrickland</name></author>	</entry>

	<entry>
		<id>https://wiki.crosswire.org/index.php?title=Tutorial:Compiling_%26_Installing_SWORD_on_Windows&amp;diff=8544</id>
		<title>Tutorial:Compiling &amp; Installing SWORD on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.crosswire.org/index.php?title=Tutorial:Compiling_%26_Installing_SWORD_on_Windows&amp;diff=8544"/>
				<updated>2010-08-22T15:03:13Z</updated>
		
		<summary type="html">&lt;p&gt;DavidStrickland: /* Compiling icu-sword */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;:''For compiling on Linux, see [[Tutorial:Compiling &amp;amp; Installing SWORD]]''.&lt;br /&gt;
&lt;br /&gt;
== Compiling The SWORD Project using [http://en.wikipedia.org/wiki/Microsoft_Visual_Studio MS Visual Studio] 2008 ==&lt;br /&gt;
&lt;br /&gt;
# Create a build directory, hereafter referred to as $dir$. Much of the Sword build process expects that various downloads be unpacked to the same directory.&lt;br /&gt;
&lt;br /&gt;
===Step 1: Compile cURL ===&lt;br /&gt;
# Download the latest release of [http://curl.haxx.se/download/curl-7.21.1.zip cURL]&lt;br /&gt;
# Extract the ZIP to $dir$&lt;br /&gt;
# Rename the cURL directory to &amp;quot;curl&amp;quot; (with no version number)&lt;br /&gt;
# Open $dir$\curl\vc6curl.dsw&lt;br /&gt;
# Allow Visual Studio to update the project files&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
===Step 2: Compiling icu-sword ===&lt;br /&gt;
&lt;br /&gt;
# Download the latest release of [http://crosswire.org/ftpmirror/pub/sword/source/icu-sword/ icu-sword]&lt;br /&gt;
# Extract the tarball to $dir$&lt;br /&gt;
# Open $dir$\icu-sword\source\allinone\allinone.sln&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
=== Compiling libsword ===&lt;br /&gt;
# Download the latest release of [http://www.crosswire.org/ftpmirror/pub/sword/source/v1.6/ The SWORD Project]&lt;br /&gt;
# Extract the tarball to $dir$&lt;br /&gt;
#:If you are building utilities or diatheke, the following steps are not necessary:&lt;br /&gt;
# Open $dir$\sword-$version$\lib\vcppmake\vc8\libsword.vcproj&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
=== Compiling utilities ===&lt;br /&gt;
&lt;br /&gt;
# Open $dir$\sword-$version$\utilities\vcppmake\utilities.sln&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
=== Compiling diatheke ===&lt;br /&gt;
&lt;br /&gt;
# Open $dir$\sword-$version$\utilities\diatheke\diatheke.vcproj&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>DavidStrickland</name></author>	</entry>

	<entry>
		<id>https://wiki.crosswire.org/index.php?title=Tutorial:Compiling_%26_Installing_SWORD_on_Windows&amp;diff=8543</id>
		<title>Tutorial:Compiling &amp; Installing SWORD on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.crosswire.org/index.php?title=Tutorial:Compiling_%26_Installing_SWORD_on_Windows&amp;diff=8543"/>
				<updated>2010-08-22T15:02:55Z</updated>
		
		<summary type="html">&lt;p&gt;DavidStrickland: /* Compiling cURL */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;:''For compiling on Linux, see [[Tutorial:Compiling &amp;amp; Installing SWORD]]''.&lt;br /&gt;
&lt;br /&gt;
== Compiling The SWORD Project using [http://en.wikipedia.org/wiki/Microsoft_Visual_Studio MS Visual Studio] 2008 ==&lt;br /&gt;
&lt;br /&gt;
# Create a build directory, hereafter referred to as $dir$. Much of the Sword build process expects that various downloads be unpacked to the same directory.&lt;br /&gt;
&lt;br /&gt;
===Step 1: Compile cURL ===&lt;br /&gt;
# Download the latest release of [http://curl.haxx.se/download/curl-7.21.1.zip cURL]&lt;br /&gt;
# Extract the ZIP to $dir$&lt;br /&gt;
# Rename the cURL directory to &amp;quot;curl&amp;quot; (with no version number)&lt;br /&gt;
# Open $dir$\curl\vc6curl.dsw&lt;br /&gt;
# Allow Visual Studio to update the project files&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
=== Compiling icu-sword ===&lt;br /&gt;
&lt;br /&gt;
# Download the latest release of [http://crosswire.org/ftpmirror/pub/sword/source/icu-sword/ icu-sword]&lt;br /&gt;
# Extract the tarball to $dir$&lt;br /&gt;
# Open $dir$\icu-sword\source\allinone\allinone.sln&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
=== Compiling libsword ===&lt;br /&gt;
# Download the latest release of [http://www.crosswire.org/ftpmirror/pub/sword/source/v1.6/ The SWORD Project]&lt;br /&gt;
# Extract the tarball to $dir$&lt;br /&gt;
#:If you are building utilities or diatheke, the following steps are not necessary:&lt;br /&gt;
# Open $dir$\sword-$version$\lib\vcppmake\vc8\libsword.vcproj&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
=== Compiling utilities ===&lt;br /&gt;
&lt;br /&gt;
# Open $dir$\sword-$version$\utilities\vcppmake\utilities.sln&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
=== Compiling diatheke ===&lt;br /&gt;
&lt;br /&gt;
# Open $dir$\sword-$version$\utilities\diatheke\diatheke.vcproj&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>DavidStrickland</name></author>	</entry>

	<entry>
		<id>https://wiki.crosswire.org/index.php?title=Tutorial:Compiling_%26_Installing_SWORD_on_Windows&amp;diff=8542</id>
		<title>Tutorial:Compiling &amp; Installing SWORD on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.crosswire.org/index.php?title=Tutorial:Compiling_%26_Installing_SWORD_on_Windows&amp;diff=8542"/>
				<updated>2010-08-22T14:56:19Z</updated>
		
		<summary type="html">&lt;p&gt;DavidStrickland: /* Compiling cURL */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;:''For compiling on Linux, see [[Tutorial:Compiling &amp;amp; Installing SWORD]]''.&lt;br /&gt;
&lt;br /&gt;
== Compiling The SWORD Project using [http://en.wikipedia.org/wiki/Microsoft_Visual_Studio MS Visual Studio] 2008 ==&lt;br /&gt;
&lt;br /&gt;
# Create a build directory, hereafter referred to as $dir$. Much of the Sword build process expects that various downloads be unpacked to the same directory.&lt;br /&gt;
&lt;br /&gt;
=== Compiling cURL ===&lt;br /&gt;
# Download the latest release of [http://curl.haxx.se/download/curl-7.21.1.zip cURL]&lt;br /&gt;
# Extract the ZIP to $dir$&lt;br /&gt;
# Rename the cURL directory to &amp;quot;curl&amp;quot; (with no version number)&lt;br /&gt;
# Open $dir$\curl\vc6curl.dsw&lt;br /&gt;
# Allow Visual Studio to update the project files&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
=== Compiling icu-sword ===&lt;br /&gt;
&lt;br /&gt;
# Download the latest release of [http://crosswire.org/ftpmirror/pub/sword/source/icu-sword/ icu-sword]&lt;br /&gt;
# Extract the tarball to $dir$&lt;br /&gt;
# Open $dir$\icu-sword\source\allinone\allinone.sln&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
=== Compiling libsword ===&lt;br /&gt;
# Download the latest release of [http://www.crosswire.org/ftpmirror/pub/sword/source/v1.6/ The SWORD Project]&lt;br /&gt;
# Extract the tarball to $dir$&lt;br /&gt;
#:If you are building utilities or diatheke, the following steps are not necessary:&lt;br /&gt;
# Open $dir$\sword-$version$\lib\vcppmake\vc8\libsword.vcproj&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
=== Compiling utilities ===&lt;br /&gt;
&lt;br /&gt;
# Open $dir$\sword-$version$\utilities\vcppmake\utilities.sln&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
=== Compiling diatheke ===&lt;br /&gt;
&lt;br /&gt;
# Open $dir$\sword-$version$\utilities\diatheke\diatheke.vcproj&lt;br /&gt;
# Build all&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>DavidStrickland</name></author>	</entry>

	<entry>
		<id>https://wiki.crosswire.org/index.php?title=Talk:Tutorial:Compiling_%26_Installing_SWORD&amp;diff=8541</id>
		<title>Talk:Tutorial:Compiling &amp; Installing SWORD</title>
		<link rel="alternate" type="text/html" href="https://wiki.crosswire.org/index.php?title=Talk:Tutorial:Compiling_%26_Installing_SWORD&amp;diff=8541"/>
				<updated>2010-08-22T11:55:03Z</updated>
		
		<summary type="html">&lt;p&gt;DavidStrickland: /* Attempted the compile instructions and recieved the following */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Initial content of page ==&lt;br /&gt;
&lt;br /&gt;
The initial content was cut and paste from the Sandbox. [[User:David Haslam|David Haslam]] 16:52, 3 September 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Please add a section on compiling SWORD within Windows ==&lt;br /&gt;
&lt;br /&gt;
Please would someone add a section on compiling SWORD within Windows.  ''Thanks''.  [[User:David Haslam|David Haslam]] 18:45, 8 September 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
The following is what Dan had added, but it needs to be transferred to the [[Tutorial:Compiling &amp;amp; Installing SWORD on Windows|new page]]. [[User:David Haslam|David Haslam]] 09:08, 6 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
:''Done''. [[User:David Haslam|David Haslam]] 14:51, 15 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Compiling SWORD using MS Visual Studio 2008 ===&lt;br /&gt;
# Download SWORD [http://www.crosswire.org/ftpmirror/pub/sword/source/v1.6/sword-1.6.0.tar.gz sourcecode]&lt;br /&gt;
# Unpack it somewhere with something like 7zip&lt;br /&gt;
# Open sword-1.6.0/utilities/vcppmake/utilities.sln&lt;br /&gt;
# Compile.&lt;br /&gt;
&lt;br /&gt;
== Attempted the compile instructions and recieved the following ==&lt;br /&gt;
&lt;br /&gt;
Error	24	fatal error LNK1104: cannot open file 'libsword.lib'	vs2osisreftxt	vs2osisreftxt &amp;lt;br/&amp;gt;&lt;br /&gt;
Error	25	fatal error LNK1104: cannot open file 'libsword.lib'	treeidxutil	treeidxutil&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	26	fatal error LNK1104: cannot open file 'libsword.lib'	vs2osisref	vs2osisref&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	59	fatal error LNK1104: cannot open file 'libsword.lib'	xml2gbs	xml2gbs&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	61	fatal error LNK1104: cannot open file 'libsword.lib'	stepdump	stepdump&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	71	fatal error C1083: Cannot open include file: 'unicode/utypes.h': No such file or directory	c:\code\theswordproject\sword-1.6.0\include\utf8nfc.h	26	tei2mod&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	145	fatal error LNK1104: cannot open file 'libsword.lib'	step2vpl	step2vpl&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	174	fatal error LNK1104: cannot open file 'libsword.lib'	mod2zmod	mod2zmod&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	175	fatal error LNK1104: cannot open file 'libsword.lib'	mod2vpl	mod2vpl&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	194	fatal error LNK1104: cannot open file 'libsword.lib'	mod2osis	mod2osis&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	227	fatal error LNK1104: cannot open file 'libsword.lib'	mod2imp	mod2imp&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	228	fatal error LNK1104: cannot open file 'libsword.lib'	mkfastmod	mkfastmod&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	248	fatal error LNK1104: cannot open file 'libsword.lib'	installmgr	installmgr&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	260	fatal error C1083: Cannot open include file: 'unicode/utypes.h': No such file or directory	c:\code\theswordproject\sword-1.6.0\utilities\imp2gbs.cpp	34	imp2gbs&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	261	fatal error LNK1104: cannot open file 'libsword.lib'	imp2vs	imp2vs&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	263	fatal error LNK1104: cannot open file 'libsword.lib'	imp2ld	imp2ld&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	283	fatal error LNK1104: cannot open file 'libsword.lib'	emptyvss	emptyvss&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	336	fatal error LNK1104: cannot open file 'libsword.lib'	cipherraw	cipherraw&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	338	fatal error LNK1104: cannot open file 'libsword.lib'	addld	addld&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	340	fatal error LNK1104: cannot open file 'libsword.lib'	addvs	addvs&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	360	fatal error LNK1104: cannot open file 'libsword.lib'	addgb	addgb&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	364	fatal error C1083: Cannot open include file: 'unicode/utypes.h': No such file or directory	c:\code\theswordproject\sword-1.6.0\include\utf8nfc.h	26	osis2mod&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	365	fatal error C1083: Cannot open include file: 'unicode/ucnv.h': No such file or directory	c:\Code\TheSwordProject\sword-1.6.0\src\modules\filters\utf8transliterator.cpp	29	libsword&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	366	fatal error C1083: Cannot open include file: 'unicode/utypes.h': No such file or directory	c:\Code\TheSwordProject\sword-1.6.0\include\utf8nfkd.h	26	libsword&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	367	fatal error C1083: Cannot open include file: 'unicode/unistr.h': No such file or directory	c:\Code\TheSwordProject\sword-1.6.0\src\modules\filters\utf8nfc.cpp	28	libsword&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	368	fatal error C1083: Cannot open include file: 'unicode/utypes.h': No such file or directory	c:\Code\TheSwordProject\sword-1.6.0\include\utf8nfkd.h	26	libsword&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	369	fatal error C1083: Cannot open include file: 'unicode/utypes.h': No such file or directory	c:\Code\TheSwordProject\sword-1.6.0\include\utf8bidireorder.h	26	libsword&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	370	fatal error C1083: Cannot open include file: 'unicode/utypes.h': No such file or directory	c:\Code\TheSwordProject\sword-1.6.0\include\utf8arshaping.h	26	libsword&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	371	fatal error C1083: Cannot open include file: 'unicode/unistr.h': No such file or directory	c:\Code\TheSwordProject\sword-1.6.0\include\utf8transliterator.h	39	libsword&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	372	fatal error C1083: Cannot open include file: 'unicode/utypes.h': No such file or directory	c:\Code\TheSwordProject\sword-1.6.0\src\mgr\stringmgr.cpp	29	libsword&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	416	fatal error C1083: Cannot open include file: 'curl/curl.h': No such file or directory	c:\Code\TheSwordProject\sword-1.6.0\src\mgr\curlhttpt.cpp	28	libsword&amp;lt;br/&amp;gt;&lt;br /&gt;
Error	417	fatal error C1083: Cannot open include file: 'curl/curl.h': No such file or directory	c:\Code\TheSwordProject\sword-1.6.0\src\mgr\curlftpt.cpp	28	libsword&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
An update would be appreciated.&lt;/div&gt;</summary>
		<author><name>DavidStrickland</name></author>	</entry>

	<entry>
		<id>https://wiki.crosswire.org/index.php?title=Talk:Tutorial:Compiling_%26_Installing_SWORD&amp;diff=8540</id>
		<title>Talk:Tutorial:Compiling &amp; Installing SWORD</title>
		<link rel="alternate" type="text/html" href="https://wiki.crosswire.org/index.php?title=Talk:Tutorial:Compiling_%26_Installing_SWORD&amp;diff=8540"/>
				<updated>2010-08-22T11:53:29Z</updated>
		
		<summary type="html">&lt;p&gt;DavidStrickland: /* Attempted the compile instructions and recieved the following */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Initial content of page ==&lt;br /&gt;
&lt;br /&gt;
The initial content was cut and paste from the Sandbox. [[User:David Haslam|David Haslam]] 16:52, 3 September 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Please add a section on compiling SWORD within Windows ==&lt;br /&gt;
&lt;br /&gt;
Please would someone add a section on compiling SWORD within Windows.  ''Thanks''.  [[User:David Haslam|David Haslam]] 18:45, 8 September 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
The following is what Dan had added, but it needs to be transferred to the [[Tutorial:Compiling &amp;amp; Installing SWORD on Windows|new page]]. [[User:David Haslam|David Haslam]] 09:08, 6 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
:''Done''. [[User:David Haslam|David Haslam]] 14:51, 15 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Compiling SWORD using MS Visual Studio 2008 ===&lt;br /&gt;
# Download SWORD [http://www.crosswire.org/ftpmirror/pub/sword/source/v1.6/sword-1.6.0.tar.gz sourcecode]&lt;br /&gt;
# Unpack it somewhere with something like 7zip&lt;br /&gt;
# Open sword-1.6.0/utilities/vcppmake/utilities.sln&lt;br /&gt;
# Compile.&lt;br /&gt;
&lt;br /&gt;
== Attempted the compile instructions and recieved the following ==&lt;br /&gt;
&lt;br /&gt;
Error	24	fatal error LNK1104: cannot open file 'libsword.lib'	vs2osisreftxt	vs2osisreftxt&lt;br /&gt;
Error	25	fatal error LNK1104: cannot open file 'libsword.lib'	treeidxutil	treeidxutil&lt;br /&gt;
Error	26	fatal error LNK1104: cannot open file 'libsword.lib'	vs2osisref	vs2osisref&lt;br /&gt;
Error	59	fatal error LNK1104: cannot open file 'libsword.lib'	xml2gbs	xml2gbs&lt;br /&gt;
Error	61	fatal error LNK1104: cannot open file 'libsword.lib'	stepdump	stepdump&lt;br /&gt;
Error	71	fatal error C1083: Cannot open include file: 'unicode/utypes.h': No such file or directory	c:\code\theswordproject\sword-1.6.0\include\utf8nfc.h	26	tei2mod&lt;br /&gt;
Error	145	fatal error LNK1104: cannot open file 'libsword.lib'	step2vpl	step2vpl&lt;br /&gt;
Error	174	fatal error LNK1104: cannot open file 'libsword.lib'	mod2zmod	mod2zmod&lt;br /&gt;
Error	175	fatal error LNK1104: cannot open file 'libsword.lib'	mod2vpl	mod2vpl&lt;br /&gt;
Error	194	fatal error LNK1104: cannot open file 'libsword.lib'	mod2osis	mod2osis&lt;br /&gt;
Error	227	fatal error LNK1104: cannot open file 'libsword.lib'	mod2imp	mod2imp&lt;br /&gt;
Error	228	fatal error LNK1104: cannot open file 'libsword.lib'	mkfastmod	mkfastmod&lt;br /&gt;
Error	248	fatal error LNK1104: cannot open file 'libsword.lib'	installmgr	installmgr&lt;br /&gt;
Error	260	fatal error C1083: Cannot open include file: 'unicode/utypes.h': No such file or directory	c:\code\theswordproject\sword-1.6.0\utilities\imp2gbs.cpp	34	imp2gbs&lt;br /&gt;
Error	261	fatal error LNK1104: cannot open file 'libsword.lib'	imp2vs	imp2vs&lt;br /&gt;
Error	263	fatal error LNK1104: cannot open file 'libsword.lib'	imp2ld	imp2ld&lt;br /&gt;
Error	283	fatal error LNK1104: cannot open file 'libsword.lib'	emptyvss	emptyvss&lt;br /&gt;
Error	336	fatal error LNK1104: cannot open file 'libsword.lib'	cipherraw	cipherraw&lt;br /&gt;
Error	338	fatal error LNK1104: cannot open file 'libsword.lib'	addld	addld&lt;br /&gt;
Error	340	fatal error LNK1104: cannot open file 'libsword.lib'	addvs	addvs&lt;br /&gt;
Error	360	fatal error LNK1104: cannot open file 'libsword.lib'	addgb	addgb&lt;br /&gt;
Error	364	fatal error C1083: Cannot open include file: 'unicode/utypes.h': No such file or directory	c:\code\theswordproject\sword-1.6.0\include\utf8nfc.h	26	osis2mod&lt;br /&gt;
Error	365	fatal error C1083: Cannot open include file: 'unicode/ucnv.h': No such file or directory	c:\Code\TheSwordProject\sword-1.6.0\src\modules\filters\utf8transliterator.cpp	29	libsword&lt;br /&gt;
Error	366	fatal error C1083: Cannot open include file: 'unicode/utypes.h': No such file or directory	c:\Code\TheSwordProject\sword-1.6.0\include\utf8nfkd.h	26	libsword&lt;br /&gt;
Error	367	fatal error C1083: Cannot open include file: 'unicode/unistr.h': No such file or directory	c:\Code\TheSwordProject\sword-1.6.0\src\modules\filters\utf8nfc.cpp	28	libsword&lt;br /&gt;
Error	368	fatal error C1083: Cannot open include file: 'unicode/utypes.h': No such file or directory	c:\Code\TheSwordProject\sword-1.6.0\include\utf8nfkd.h	26	libsword&lt;br /&gt;
Error	369	fatal error C1083: Cannot open include file: 'unicode/utypes.h': No such file or directory	c:\Code\TheSwordProject\sword-1.6.0\include\utf8bidireorder.h	26	libsword&lt;br /&gt;
Error	370	fatal error C1083: Cannot open include file: 'unicode/utypes.h': No such file or directory	c:\Code\TheSwordProject\sword-1.6.0\include\utf8arshaping.h	26	libsword&lt;br /&gt;
Error	371	fatal error C1083: Cannot open include file: 'unicode/unistr.h': No such file or directory	c:\Code\TheSwordProject\sword-1.6.0\include\utf8transliterator.h	39	libsword&lt;br /&gt;
Error	372	fatal error C1083: Cannot open include file: 'unicode/utypes.h': No such file or directory	c:\Code\TheSwordProject\sword-1.6.0\src\mgr\stringmgr.cpp	29	libsword&lt;br /&gt;
Error	416	fatal error C1083: Cannot open include file: 'curl/curl.h': No such file or directory	c:\Code\TheSwordProject\sword-1.6.0\src\mgr\curlhttpt.cpp	28	libsword&lt;br /&gt;
Error	417	fatal error C1083: Cannot open include file: 'curl/curl.h': No such file or directory	c:\Code\TheSwordProject\sword-1.6.0\src\mgr\curlftpt.cpp	28	libsword&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
An update would be appreciated.&lt;/div&gt;</summary>
		<author><name>DavidStrickland</name></author>	</entry>

	</feed>