In Memoriam: Tai'lahr
OpenUru.org, along with the rest of the Mystonline community, is mourning the loss of Tai'lahr on October 16th, 2019.
Rest in Peace, friend.
Difference between revisions of "Build the client with MSVC 2010 Express"
(Added link to the source code) |
(Remove most of the source changes needed for VS2010 after changing repository head to include those changes.) |
||
(24 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
== Introduction == | == Introduction == | ||
This document provides steps to build the CWE client with MSVC 2010 SP1 Express. | This document provides steps to build the CWE client with MSVC 2010 SP1 Express. | ||
− | |||
== Before you begin == | == Before you begin == | ||
Line 11: | Line 10: | ||
== Items needed to compile == | == Items needed to compile == | ||
See [[Build the client with MSVC 2010 Express|Build preparation steps]] for installation instructions! | See [[Build the client with MSVC 2010 Express|Build preparation steps]] for installation instructions! | ||
− | * [https://foundry.openuru.org/gitblit/r | + | * [https://git-scm.com/download/win git] (recommended but not required) |
+ | * [https://foundry.openuru.org/gitblit/summary/?r=CWE-ou.git The CWE OpenUru source code] - this does not include the Python code, which can be found in the [https://foundry.openuru.org/gitblit/summary/?r=MOULSCRIPT-ou.git MOULSCRIPT repo] | ||
* [https://www.microsoft.com/en-us/download/details.aspx?id=6812 DirectX 9.0c SDK (June 2010)] | * [https://www.microsoft.com/en-us/download/details.aspx?id=6812 DirectX 9.0c SDK (June 2010)] | ||
* [https://my.visualstudio.com/Downloads?q=visual%20studio%202010&wt.mc_id=o~msft~vscom~older-downloads Microsoft Visual Studio 2010 SP1 Express] - This will be in two downloads, you'll need to search for and download both "Visual Studio 2010 VC Express" and "Visual Studio 2010 Service Pack 1". | * [https://my.visualstudio.com/Downloads?q=visual%20studio%202010&wt.mc_id=o~msft~vscom~older-downloads Microsoft Visual Studio 2010 SP1 Express] - This will be in two downloads, you'll need to search for and download both "Visual Studio 2010 VC Express" and "Visual Studio 2010 Service Pack 1". | ||
Line 19: | Line 19: | ||
* [http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.6.zip libvorbis-1.3.6] | * [http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.6.zip libvorbis-1.3.6] | ||
* [https://www.openssl.org/source/openssl-1.0.2t.tar.gz OpenSSL 1.0.2t] | * [https://www.openssl.org/source/openssl-1.0.2t.tar.gz OpenSSL 1.0.2t] | ||
+ | * [https://www.zlib.net/fossils/zlib-1.2.7.tar.gz zlib 1.2.7] | ||
+ | * [https://ftp-osl.osuosl.org/pub/libpng/src/archive/gz/libpng15/libpng-1.5.12.tar.gz libpng 1.5.12] | ||
+ | Newer versions of these libraries may work, but no guarantees are offered; these are what have been tested. See the next section for restrictions on using newer versions. | ||
== Notes == | == Notes == | ||
− | |||
* This guide assumes you are going to use the 7.0A SDK installed with Visual Studio 2010, and are using a 64 bit Windows install. | * This guide assumes you are going to use the 7.0A SDK installed with Visual Studio 2010, and are using a 64 bit Windows install. | ||
* You can upgrade to a newer version of Speex if you like, but you will need to fix the Speex VS2010 projects first (by removing the architectures we do not have from the Speex project files). | * You can upgrade to a newer version of Speex if you like, but you will need to fix the Speex VS2010 projects first (by removing the architectures we do not have from the Speex project files). | ||
* Libogg 1.3.2 was used because xiph removed the VS2010 projects from 1.3.3 and above. | * Libogg 1.3.2 was used because xiph removed the VS2010 projects from 1.3.3 and above. | ||
− | |||
* You must use a 2.6.x version of PhysX for CWE, because the cooked mesh format was changed in PhysX 2.7.x and later. | * You must use a 2.6.x version of PhysX for CWE, because the cooked mesh format was changed in PhysX 2.7.x and later. | ||
* All libraries are compiled with "Whole Program Optimization" turned off. | * All libraries are compiled with "Whole Program Optimization" turned off. | ||
* Release version libraries are compiled as "Multi-threaded DLL (/MD)" | * Release version libraries are compiled as "Multi-threaded DLL (/MD)" | ||
* Debug version libraries are compiled as "Multi-threaded Debug DLL (/MDd)" | * Debug version libraries are compiled as "Multi-threaded Debug DLL (/MDd)" | ||
− | * Crypto keys are located in "CWE\MOULOpenSourceClientPlugin\Plasma20\Sources\Plasma\NucleusLib\pnNetBase". Edit the *.hpp files with a text editor to replace Cyan's keys with your own server's keys. Always clean your solution and rebuild when you change crypto keys, to make sure they are updated. | + | * Crypto keys are located in "CWE-ou\MOULOpenSourceClientPlugin\Plasma20\Sources\Plasma\NucleusLib\pnNetBase". Edit the *.hpp files with a text editor to replace Cyan's keys with your own server's keys. Always clean your solution and rebuild when you change crypto keys, to make sure they are updated. |
− | |||
* Server hostnames, IP addresses, and ports are located in the following files: | * Server hostnames, IP addresses, and ports are located in the following files: | ||
− | <u>The status URL: | + | : <u>The status URL:</u> |
− | "CWE\MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plClient/winmain.cpp" | + | :: "CWE-ou\MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plClient/winmain.cpp" |
− | "CWE\MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plUruLauncher/Main.cpp" | + | :: "CWE-ou\MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plUruLauncher/Main.cpp" |
− | <u>The auth/gatekeeper address</u | + | : <u>The auth/gatekeeper address</u> |
− | "CWE\MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnNetBase/Private/pnNbSrvs.cpp" | + | :: "CWE-ou\MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnNetBase/Private/pnNbSrvs.cpp" |
− | <u>The default client port</u | + | : <u>The default client port</u> |
− | "CWE\MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnNetBase/pnNbConstant.h" | + | :: "CWE-ou\MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnNetBase/pnNbConstant.h" |
== Build preparation steps == | == Build preparation steps == | ||
− | + | ||
− | < | + | === git (Optional) === |
− | Install the DirectX SDK before you install VS2010 Express, or the DirectX SDK install will throw error S1023, due to a newer version of the C++ 2010 redistributables being installed.< | + | If you plan to make changes to the source code and contribute to the community, install git (accepting the default options). |
− | Directory structure in the CWE tree will look like this: | + | |
+ | === CWE-ou === | ||
+ | Obtain CWE-OU source by one of these methods: | ||
+ | * Use '''git clone''' with the repository link found on the webpage referenced above | ||
+ | * Click "tree" in the top menu of the webpage reference above, then click "zip" to download a ZIP archive | ||
+ | |||
+ | === DirectX === | ||
+ | <p>Install the DirectX 9.0c SDK and copy it to "CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\DX9.0c".</p> | ||
+ | <p>Install the DirectX SDK before you install VS2010 Express, or the DirectX SDK install will throw error S1023, due to a newer version of the C++ 2010 redistributables being installed.</p> | ||
+ | <p>Directory structure in the CWE tree will look like this: | ||
<pre> | <pre> | ||
StaticSDKs | StaticSDKs | ||
Line 53: | Line 62: | ||
Lib | Lib | ||
</pre> | </pre> | ||
− | </ | + | </p> |
− | + | ||
− | + | === Visual Studio 2010 Express === | |
− | + | ||
− | Directory structure in the CWE tree will look like this: | + | * Install Visual Studio 2010 Express |
+ | * Install Service Pack 1 (SP1) for Visual Studio 2010, plus security updates (run Windows Update a few times) | ||
+ | * Copy the include and lib directories from the SDK installed with VS2010 SP1 Express to "CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\PlatformSDK". The directory where the SDK resides will most likely be "Program Files (x86)\Microsoft SDKs\Windows\v7.0A". As the SDK is in our path, this step is probably not necessary but we will do it for consistency. | ||
+ | <p>Directory structure in the CWE tree will look like this: | ||
<pre> | <pre> | ||
StaticSDKs | StaticSDKs | ||
Line 64: | Line 76: | ||
include | include | ||
lib</pre> | lib</pre> | ||
− | </ | + | </p> |
− | + | ||
− | Directory structure in the CWE tree will look like this: | + | === OpenAL SDK === |
+ | Install the OpenAL SDK and copy the include and lib directories to "CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\OpenAL 1.1 with EFX SDK" | ||
+ | <p>Directory structure in the CWE tree will look like this: | ||
<pre> | <pre> | ||
StaticSDKs | StaticSDKs | ||
Line 74: | Line 88: | ||
libs | libs | ||
</pre> | </pre> | ||
− | </ | + | </p> |
− | + | ||
− | Directory structure in the CWE tree will look like this: | + | === PhysX SDK === |
+ | Install PhysX SDK, and copy PhysX subdirectories as follows: | ||
+ | * Copy from "Program Files (x86)\AGEIA Technologies\AGEIA PhysX SDK\v2.6.4\SDKs" to "CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\PhysX" | ||
+ | * Copy from and "Program Files (x86)\AGEIA Technologies\AGEIA PhysX SDK\v2.6.4\Bin" to "CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\PhysX" | ||
+ | <p>Directory structure in the CWE tree will look like this: | ||
<pre> | <pre> | ||
StaticSDKs | StaticSDKs | ||
Line 88: | Line 106: | ||
lib | lib | ||
...</pre> | ...</pre> | ||
− | </ | + | </p> |
− | + | ||
− | + | === libogg and libvorbis === | |
+ | |||
+ | Build Ogg and Vorbis | ||
<ol style="list-style-type:lower-latin"> | <ol style="list-style-type:lower-latin"> | ||
− | <li> Create a directory and extract Ogg and Vorbis archives to it. | + | <li>Create a directory and extract Ogg and Vorbis archives to it. |
<pre> | <pre> | ||
oggvorbis | oggvorbis | ||
Line 98: | Line 118: | ||
libvorbis-1.3.6</pre> | libvorbis-1.3.6</pre> | ||
</li> | </li> | ||
− | <li> Change directory to "libvorbis-1.3.6\win32\vs2010" and edit the libogg. | + | <li>Change directory to "libvorbis-1.3.6\win32\vs2010" and edit the libogg.props file. Make sure the "LIBOGG_VERSION" value matches your version of Ogg (1.3.2 in this document).</li> |
− | <li> Open "libogg-1.3.2\win32\VS2010\libogg_static.sln" in the Visual Studio IDE | + | <li>Open "libogg-1.3.2\win32\VS2010\libogg_static.sln" in the Visual Studio IDE and perform the following steps:</li> |
− | <li> | + | <ol style="list-style-type:lower-latin"> |
− | <li> Right click on project in the | + | <li>On the IDE toolbar, click on configuration drop down at the upper left (it defaults to "Debug") and change it to "Release"</li> |
− | <li> | + | <li>Right click on the project (e.g. "libogg_static") in the Solution Explorer at upper left, and select Properties.</li> |
− | + | <li>In the panel that opens, set (or verify) the following items as follows: | |
− | + | {| class="wikitable" | |
− | <li> Click on "Apply"</li> | + | !Left Pane |
− | <li> Click on configuration drop | + | !Right pane parameter |
− | + | !Right pane value (drop down) | |
− | + | |- | |
− | + | |Configuration Properties -> General | |
− | <li> Click "Apply" and then "OK". </li> | + | |Whole Program Optimization |
− | <li> On the IDE toolbar, | + | |No Whole Program Optimization |
− | <li> On the IDE toolbar, select "Debug" from the drop down. | + | |- |
− | <li> Open "libvorbis-1.3.6\win32\VS2010\vorbis_static.sln" in the Visual Studio IDE | + | |C/C++ -> Optimization |
− | + | |Whole Program Optimization | |
+ | |No | ||
+ | |- | ||
+ | |C/C++ Code Generation | ||
+ | |Runtime Library | ||
+ | |Multi-threaded DLL (/MD) | ||
+ | |} | ||
+ | <li>Click on "Apply"</li> | ||
+ | <li>Click on configuration drop down at the upper left of the panel and select "Debug". Set (or verify) the following items as follows, noting that the 3rd item is not the same as in the previous list.</li> | ||
+ | {| class="wikitable" | ||
+ | !Left Pane | ||
+ | !Right pane parameter | ||
+ | !Right pane value (drop down) | ||
+ | |- | ||
+ | |Configuration Properties -> General | ||
+ | |Whole Program Optimization | ||
+ | |No Whole Program Optimization | ||
+ | |- | ||
+ | |C/C++ -> Optimization | ||
+ | |Whole Program Optimization | ||
+ | |No | ||
+ | |- | ||
+ | |C/C++ Code Generation | ||
+ | |Runtime Library | ||
+ | |Multi-threaded Debug DLL (/MDd) | ||
+ | |} | ||
+ | </li> | ||
+ | <li>Click "Apply" and then "OK". </li> | ||
+ | <li>On the IDE toolbar, verify the configuration drop down is still set to "Release". Then right click on the project in the solution explorer and select "Build". </li> | ||
+ | <li>On the IDE toolbar, select "Debug" from the drop down. Then right click on the project in the solution explorer and select "Build".</li> | ||
+ | </ol> | ||
+ | <li>Open "libvorbis-1.3.6\win32\VS2010\vorbis_static.sln" in the Visual Studio IDE, and repeat the preceding steps for projects libvorbis_static and libvorbisfile.</li> | ||
</ol> | </ol> | ||
− | + | ||
+ | Copy Ogg and Vorbis files to CWE | ||
<ol style="list-style-type:lower-latin"> | <ol style="list-style-type:lower-latin"> | ||
− | + | <li>Copy the ogg and vorbis include directories into "CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\xiph\include". It is okay to let it overwrite. | |
− | <li> Copy the ogg and vorbis include directories into "CWE\MOULOpenSourceClientPlugin\StaticSDKs\Win32\xiph\include". It is okay to let it overwrite. | + | <li> Copy the "libogg-1.3.2\win32\VS2010\Win32\Release" and "Debug" directories into "CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\xiph\lib"</li> |
− | <li> Copy the "libogg-1.3.2\win32\VS2010\Win32\Release" and "Debug" directories into "CWE\MOULOpenSourceClientPlugin\StaticSDKs\Win32\xiph\lib"</li> | + | <li> Copy the "libvorbis-1.3.6\win32\VS2010\Win32\Release" and "Debug" directories to "CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\xiph\lib"</li> |
− | <li> Copy the "libvorbis-1.3.6\win32\VS2010\Win32\Release" and "Debug" directories to "CWE\MOULOpenSourceClientPlugin\StaticSDKs\Win32\xiph\lib"</li> | + | </ol> |
− | Directory structure in the CWE tree will look like this: | + | <p>Directory structure in the CWE tree will look like this: |
<pre> | <pre> | ||
StaticSDKs | StaticSDKs | ||
Line 133: | Line 185: | ||
Debug | Debug | ||
Release</pre> | Release</pre> | ||
+ | </p> | ||
+ | |||
+ | === Speex === | ||
+ | |||
+ | Rebuild the Speex 1.0.1 included in the CWE tree. | ||
+ | <ol style="list-style-type:lower-latin"> | ||
+ | <li>Open CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\speex-1.0.1\win32\libspeex\libspeex.sln in the Visual Studio 2010 IDE, and convert.</li> | ||
+ | <li>Click on configuration drop-down on the upper left and select "Release"</li> | ||
+ | <li>Right click on project in the solution explorer and select properties.</li> | ||
+ | <li>In the panel that opens, set (or verify) the following items as follows: | ||
+ | {| class="wikitable" | ||
+ | !Left Pane | ||
+ | !Right pane parameter | ||
+ | !Right pane value (drop down) | ||
+ | |- | ||
+ | |Configuration Properties -> General | ||
+ | |Whole Program Optimization | ||
+ | |No Whole Program Optimization | ||
+ | |- | ||
+ | |C/C++ -> Optimization | ||
+ | |Whole Program Optimization | ||
+ | |No | ||
+ | |- | ||
+ | |C/C++ Code Generation | ||
+ | |Runtime Library | ||
+ | |Multi-threaded DLL (/MD) | ||
+ | |} | ||
+ | <li>Click on "Apply".</li> | ||
+ | <li>Click on configuration drop-down on the upper left of the properties page and select "Debug". Set (or verify) the following items as follows, noting that the 3rd item is not the same as in the previous list.</li> | ||
+ | {| class="wikitable" | ||
+ | !Left Pane | ||
+ | !Right pane parameter | ||
+ | !Right pane value (drop down) | ||
+ | |- | ||
+ | |Configuration Properties -> General | ||
+ | |Whole Program Optimization | ||
+ | |No Whole Program Optimization | ||
+ | |- | ||
+ | |C/C++ -> Optimization | ||
+ | |Whole Program Optimization | ||
+ | |No | ||
+ | |- | ||
+ | |C/C++ Code Generation | ||
+ | |Runtime Library | ||
+ | |Multi-threaded Debug DLL (/MDd) | ||
+ | |} | ||
</li> | </li> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<li> Click "Apply" and then "OK". </li> | <li> Click "Apply" and then "OK". </li> | ||
− | <li> On the IDE toolbar, select "Release" from the drop down. then right click on the project in the solution explorer and select "Build". </li> | + | <li> On the IDE toolbar, select "Release" from the drop down. then right click on the project in the solution explorer and select "Build".</li> |
− | <li> On the IDE toolbar, select "Debug" from the drop down. then right click on the project in the solution explorer and select "Build". </li> | + | <li> On the IDE toolbar, select "Debug" from the drop down. then right click on the project in the solution explorer and select "Build".</li> |
− | <li>Copy the headers (.h files) from CWE\MOULOpenSourceClientPlugin\StaticSDKs\Win32\speex-1.0.1\libspeex to CWE\MOULOpenSourceClientPlugin\StaticSDKs\Win32\xiph\include\speex</li> | + | <li>Copy the headers (.h files) from CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\speex-1.0.1\libspeex to CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\xiph\include\speex</li> |
− | <li> Copy CWE\MOULOpenSourceClientPlugin\StaticSDKs\Win32\speex-1.0.1\win32\libspeex\Release\libspeex.lib to CWE\MOULOpenSourceClientPlugin\StaticSDKs\Win32\xiph\lib\Release</li> | + | <li> Copy CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\speex-1.0.1\win32\libspeex\Release\libspeex.lib to CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\xiph\lib\Release</li> |
− | <li> Copy CWE\MOULOpenSourceClientPlugin\StaticSDKs\Win32\speex-1.0.1\win32\libspeex\Debug\libspeex.lib to CWE\MOULOpenSourceClientPlugin\StaticSDKs\Win32\xiph\lib\Debug</li> | + | <li> Copy CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\speex-1.0.1\win32\libspeex\Debug\libspeex.lib to CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\xiph\lib\Debug</li> |
</ol> | </ol> | ||
− | < | + | |
− | Directory structure in the CWE tree will look like this: | + | === OpenSSL === |
+ | <p>Compile and install OpenSSL (see [[Build OpenSSL with MS Visual C++]]), or obtain [https://wiki.openssl.org/index.php/Binaries precompiled binaries] (32-bit, not 64-bit).</p> | ||
+ | <p>If compiling it yourself, you can choose either static or dynamic linking. '''Note:''' If you link it dynamically, it will cause the Uru client to require the OpenSSL DLLs to be present in the client directory or in the system path.</p> | ||
+ | <p>Copy the installed OpenSSL files to "CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\OpenSSL".</p> | ||
+ | <p>Directory structure in the CWE tree will look like this: | ||
<pre> | <pre> | ||
StaticSDKs | StaticSDKs | ||
Line 164: | Line 253: | ||
openssl | openssl | ||
lib</pre> | lib</pre> | ||
− | </ | + | </p> |
− | + | ||
+ | === JPEG === | ||
+ | Build in-tree JPEG library | ||
<ol style="list-style-type:lower-latin"> | <ol style="list-style-type:lower-latin"> | ||
− | <li>Open "Visual Studio | + | <li>Open "Visual Studio Command Prompt (2010)" and change to the "CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\XPlatform\jpeg-8c-rgba directory."</li> |
<li>Copy makefile.vc to makefile.nmake</li> | <li>Copy makefile.vc to makefile.nmake</li> | ||
<li>Copy jconfig.vc to jconfig.h</li> | <li>Copy jconfig.vc to jconfig.h</li> | ||
<li>Run ''nmake nodebug=1 -f makefile.nmake''. This will build the library in non-debug mode. If you use a debug library, the linker will complain when we link the client executable.</li> | <li>Run ''nmake nodebug=1 -f makefile.nmake''. This will build the library in non-debug mode. If you use a debug library, the linker will complain when we link the client executable.</li> | ||
</ol> | </ol> | ||
− | + | ||
+ | === zlib and libpng === | ||
+ | Build zlib and libpng | ||
<ol style="list-style-type:lower-latin"> | <ol style="list-style-type:lower-latin"> | ||
<li>Extract the files in the zlib archive to ''MOULOpenSourceClientPlugin/StaticSDKs/XPlatform/zlib''.</li> | <li>Extract the files in the zlib archive to ''MOULOpenSourceClientPlugin/StaticSDKs/XPlatform/zlib''.</li> | ||
<li>Extract the files in the libpng archive to ''MOULOpenSourceClientPlugin/StaticSDKs/XPlatform/png''.</li> | <li>Extract the files in the libpng archive to ''MOULOpenSourceClientPlugin/StaticSDKs/XPlatform/png''.</li> | ||
+ | <li>Edit the ''png/projects/vstudio/zlib.props'' file. Towards the bottom is a path for ZLibSrcDir. Change the value to "..\..\..\..\zlib" (no -1.2.5 or such on the end) and save the file.</li> | ||
<li>Open ''png/projects/vstudio/vstudio.sln'' in the Visual Studio 2010 IDE.</li> | <li>Open ''png/projects/vstudio/vstudio.sln'' in the Visual Studio 2010 IDE.</li> | ||
+ | <li>On the IDE toolbar, click on the configuration drop down at the upper left (it defaults to "Debug") and change it to "Release Library".</li> | ||
<li>The VS2010 zlib project file distributed in the png archive is set to build for embedded environments. We need to reconfigure it.</li> | <li>The VS2010 zlib project file distributed in the png archive is set to build for embedded environments. We need to reconfigure it.</li> | ||
<ol style="list-style-type:lower-latin"> | <ol style="list-style-type:lower-latin"> | ||
− | <li>Right click on the zlib project tree in the solution explorer | + | <li>Right click on the zlib project tree in the solution explorer and select "Add > Existing item"</li> |
− | + | <li>Browse to the zlib source directory (CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\XPlatform\zlib) and select the gzclose.c, gzlib.c, gzread.c, and gzwrite.c files (hold Ctrl while clicking to select multiple files).</li> | |
− | <li>Browse to the zlib source directory (CWE\MOULOpenSourceClientPlugin\StaticSDKs\XPlatform\zlib) and select the | + | <li>Click "Add".</li> |
− | + | <li>Right click on the zlib project in the solution explorer and select ''Properties''.</li> | |
− | <li>Right click on the zlib project and select ''Properties''.</li> | + | <li>In the panel that opens, set (or verify) the following items as follows: |
− | <li> | + | {| class="wikitable" |
− | + | !Left Pane | |
+ | !Right pane parameter | ||
+ | !Right pane value (drop down) | ||
+ | |- | ||
+ | |Configuration Properties > C/C++ > Preprocessor | ||
+ | |Preprocessor Definitions | ||
+ | |''Remove '''Z_SOLO''' if present, leave everything else alone'' | ||
+ | |} | ||
+ | </li> | ||
+ | <li>Click "Apply" and then "OK". | ||
</ol> | </ol> | ||
− | <li>Right-click on the | + | <li>Repeat the following steps for each of these projects: "libpng", "pngtest", "pngvalid", and "zlib".</li> |
− | <li> | + | <ol style="list-style-type:lower-latin"> |
− | + | <li>Right-click on the project in the ''Solution Explorer'' and choose ''Properties''.</li> | |
− | + | <li>In the panel that opens, set (or verify) the following items as follows: | |
− | <li> | + | {| class="wikitable" |
− | <li> | + | !Left Pane |
− | + | !Right pane parameter | |
− | <li> | + | !Right pane value (drop down) |
− | <li>Select | + | |- |
− | <li>Select the | + | |Configuration Properties > General |
− | <li> | + | |Project Defaults > Whole Program Optimization |
− | <li> | + | |No Whole Program Optimization |
− | <li> | + | |- |
− | <li>Copy ''png/projects/vstudio/Release Library/zlib.lib'' to ''CWE\MOULOpenSourceClientPlugin\StaticSDKs\XPlatform\zlib\lib''</li> | + | |Configuration Properties > C/C++ > Optimization |
+ | |Whole Program Optimization | ||
+ | |No | ||
+ | |- | ||
+ | |Configuration Properties > C/C++ > Code Generation | ||
+ | |Runtime Library | ||
+ | |Multi-threaded DLL (/MD) | ||
+ | |} | ||
+ | </li> | ||
+ | <li>Click "Apply".</li> | ||
+ | <li>Click on the configuration drop down at the upper left of the panel and select "Debug Library".</li> | ||
+ | <li>Set (or verify) the following items as follows, noting that the 4th item is not the same as in the previous list. | ||
+ | {| class="wikitable" | ||
+ | !Left Pane | ||
+ | !Right pane parameter | ||
+ | !Right pane value (drop down) | ||
+ | |- | ||
+ | |Configuration Properties > General | ||
+ | |Project Defaults > Whole Program Optimization | ||
+ | |No Whole Program Optimization | ||
+ | |- | ||
+ | |Configuration Properties > C/C++ > General | ||
+ | |Treat Warnings As Errors | ||
+ | |No (/WX-) | ||
+ | |- | ||
+ | |Configuration Properties > C/C++ > Optimization | ||
+ | |Whole Program Optimization | ||
+ | |No | ||
+ | |- | ||
+ | |Configuration Properties > C/C++ > Code Generation | ||
+ | |Runtime Library | ||
+ | |Multi-threaded Debug DLL (/MDd) | ||
+ | |} | ||
+ | </li> | ||
+ | <li>Click "Apply" and "OK". | ||
+ | <li>(Remember you need to follow these steps four times, once each for libpng, pngtest, pngvalid, AND zlib!) | ||
+ | </ol> | ||
+ | <li>Select “Debug Library” from the ''Solution Configurations'' drop down in the IDE toolbar, then right click the top line in the Solution Explorer (Solution 'vstudio') and choose ''Build Solution''.</li> | ||
+ | <li>Select the “Release Library” configuration, and build the solution.</li> | ||
+ | <li>In the ''CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\XPlatform\png'' folder, create a ''lib'' folder. Then:</li> | ||
+ | <ul> | ||
+ | <li>Copy ''png/projects/vstudio/Debug Library/libpng15.lib'' to ''CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\XPlatform\png\lib'' and rename it ''libpngd.lib''</li> | ||
+ | <li>Copy ''png/projects/vstudio/Release Library/libpng15.lib'' to ''CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\XPlatform\png\lib'' and rename it ''libpng.lib''</li> | ||
+ | </ul> | ||
+ | <li>In the ''CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\XPlatform\zlib'' folder, create a ''lib'' folder. Then:</li> | ||
+ | <ul> | ||
+ | <li>Copy ''png/projects/vstudio/Debug Library/zlib.lib'' to ''CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\XPlatform\zlib\lib'' and rename it ''zlibd.lib''</li> | ||
+ | <li>Copy ''png/projects/vstudio/Release Library/zlib.lib'' to ''CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\XPlatform\zlib\lib''</li> | ||
+ | </ul> | ||
</ol> | </ol> | ||
== Required source code changes for newer version of DirectX SDK == | == Required source code changes for newer version of DirectX SDK == | ||
− | + | <p>Revisions of the client source code after November 2020 (newer than the branch marked '''VS2003_FINAL''') no longer require any changes to compile under Visual Studio 2010. To compile with the Express version of VS2010, you still need the changes marked below.</p> | |
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | </ | ||
− | |||
− | |||
− | |||
− | |||
== Required source changes for Visual Studio 2010 Express == | == Required source changes for Visual Studio 2010 Express == | ||
+ | <ul> | ||
<li>We do not have MFC with VS2010 SP1 Express, so we need to replace the first reference to afxres.h. The client portion of CWE does not use MFC (I believe the MAX plugin does), so we can make this replacement.</li><BR> | <li>We do not have MFC with VS2010 SP1 Express, so we need to replace the first reference to afxres.h. The client portion of CWE does not use MFC (I believe the MAX plugin does), so we can make this replacement.</li><BR> | ||
<b>Note: If you are compiling with VS2010 Professional or greater, you do *not* need to make these edits. Only the Express edition excludes MFC.</b><BR> | <b>Note: If you are compiling with VS2010 Professional or greater, you do *not* need to make these edits. Only the Express edition excludes MFC.</b><BR> | ||
<BR> | <BR> | ||
− | <li>Edit '''plClient.rc''' file located in "CWE\MOULOpenSourceClientPlugin\Plasma20\Sources\Plasma\Apps\plClient\res\"<BR> | + | <li>Edit '''plClient.rc''' file located in "CWE-ou\MOULOpenSourceClientPlugin\Plasma20\Sources\Plasma\Apps\plClient\res\"<BR> |
'''Before'''<BR> | '''Before'''<BR> | ||
<pre> | <pre> | ||
Line 250: | Line 393: | ||
#define IDC_STATIC (-1) | #define IDC_STATIC (-1) | ||
</pre></li> | </pre></li> | ||
− | <li>edit '''plUruLauncher.rc''' file located in "CWE\MOULOpenSourceClientPlugin\Plasma20\Apps\plUruLauncher | + | <li>edit '''plUruLauncher.rc''' file located in "CWE-ou\MOULOpenSourceClientPlugin\Plasma20\Apps\plUruLauncher\"<BR> |
This is the same change we just made in the previous file.<BR> | This is the same change we just made in the previous file.<BR> | ||
'''Before'''<BR> | '''Before'''<BR> | ||
Line 281: | Line 424: | ||
#define IDC_STATIC (-1) | #define IDC_STATIC (-1) | ||
</pre></li> | </pre></li> | ||
+ | </ul> | ||
== Build the client == | == Build the client == | ||
Now that the prep is done, you can actually build the client. | Now that the prep is done, you can actually build the client. | ||
<ol> | <ol> | ||
− | <li> Open the "CWE\MOULOpenSourceClientPlugin\Plasma20\MSVC10Projects\Plasma\Apps\AllClient\AllClient.sln" in the VS2010 IDE.</li> | + | <li> Open the "CWE-ou\MOULOpenSourceClientPlugin\Plasma20\MSVC10Projects\Plasma\Apps\AllClient\AllClient.sln" in the VS2010 IDE.</li> |
<li> Select the type of build you want from the dropdown on the IDE toolbar. | <li> Select the type of build you want from the dropdown on the IDE toolbar. | ||
* Release | * Release | ||
Line 294: | Line 438: | ||
<li> Right click on the "AllClient" project and select "Build".</li> | <li> Right click on the "AllClient" project and select "Build".</li> | ||
<BR> | <BR> | ||
− | Completed builds are copied into the "CWE\MOULOpenSourceClientPlugin\Plasma20\test" directory. | + | Completed builds are copied into the "CWE-ou\MOULOpenSourceClientPlugin\Plasma20\test" directory. |
<BR> | <BR> | ||
'''Note:''' You '''*must*''' make sure your client is using the same versions of the PhysX DLLs that you built with. They are not compatible from version to version. | '''Note:''' You '''*must*''' make sure your client is using the same versions of the PhysX DLLs that you built with. They are not compatible from version to version. | ||
Line 300: | Line 444: | ||
If, after building the client, you require the server prep tools (plFileSecure, plFileEncrypt, plPythonPak), right click on those specific projects and click "Build".<BR> | If, after building the client, you require the server prep tools (plFileSecure, plFileEncrypt, plPythonPak), right click on those specific projects and click "Build".<BR> | ||
− | The compiled files will be copied into the "CWE\MOULOpenSourceClientPlugin\Plasma20\tools" directory. | + | The compiled files will be copied into the "CWE-ou\MOULOpenSourceClientPlugin\Plasma20\tools" directory. |
[[Category:Cyan_Worlds]] | [[Category:Cyan_Worlds]] |
Latest revision as of 09:46, 9 November 2020
Introduction
This document provides steps to build the CWE client with MSVC 2010 SP1 Express.
Before you begin
- If you have a version of Visual Studio later than 2010 installed, you may need to uninstall it.
- If you have Microsoft Visual C++ 2010 Redistributable installed (x86 and/or x64), you will need to uninstall it before installing DirectX SDK. While installing Visual Studio, the Redistributable package(s) will be reinstalled for you automatically.
Items needed to compile
See Build preparation steps for installation instructions!
- git (recommended but not required)
- The CWE OpenUru source code - this does not include the Python code, which can be found in the MOULSCRIPT repo
- DirectX 9.0c SDK (June 2010)
- Microsoft Visual Studio 2010 SP1 Express - This will be in two downloads, you'll need to search for and download both "Visual Studio 2010 VC Express" and "Visual Studio 2010 Service Pack 1".
- OpenAL v1.1 SDK
- Ageia PhysX 2.6.4 Core SDK
- libogg-1.3.2
- libvorbis-1.3.6
- OpenSSL 1.0.2t
- zlib 1.2.7
- libpng 1.5.12
Newer versions of these libraries may work, but no guarantees are offered; these are what have been tested. See the next section for restrictions on using newer versions.
Notes
- This guide assumes you are going to use the 7.0A SDK installed with Visual Studio 2010, and are using a 64 bit Windows install.
- You can upgrade to a newer version of Speex if you like, but you will need to fix the Speex VS2010 projects first (by removing the architectures we do not have from the Speex project files).
- Libogg 1.3.2 was used because xiph removed the VS2010 projects from 1.3.3 and above.
- You must use a 2.6.x version of PhysX for CWE, because the cooked mesh format was changed in PhysX 2.7.x and later.
- All libraries are compiled with "Whole Program Optimization" turned off.
- Release version libraries are compiled as "Multi-threaded DLL (/MD)"
- Debug version libraries are compiled as "Multi-threaded Debug DLL (/MDd)"
- Crypto keys are located in "CWE-ou\MOULOpenSourceClientPlugin\Plasma20\Sources\Plasma\NucleusLib\pnNetBase". Edit the *.hpp files with a text editor to replace Cyan's keys with your own server's keys. Always clean your solution and rebuild when you change crypto keys, to make sure they are updated.
- Server hostnames, IP addresses, and ports are located in the following files:
- The status URL:
- "CWE-ou\MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plClient/winmain.cpp"
- "CWE-ou\MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plUruLauncher/Main.cpp"
- The auth/gatekeeper address
- "CWE-ou\MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnNetBase/Private/pnNbSrvs.cpp"
- The default client port
- "CWE-ou\MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnNetBase/pnNbConstant.h"
Build preparation steps
git (Optional)
If you plan to make changes to the source code and contribute to the community, install git (accepting the default options).
CWE-ou
Obtain CWE-OU source by one of these methods:
- Use git clone with the repository link found on the webpage referenced above
- Click "tree" in the top menu of the webpage reference above, then click "zip" to download a ZIP archive
DirectX
Install the DirectX 9.0c SDK and copy it to "CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\DX9.0c".
Install the DirectX SDK before you install VS2010 Express, or the DirectX SDK install will throw error S1023, due to a newer version of the C++ 2010 redistributables being installed.
Directory structure in the CWE tree will look like this:
StaticSDKs Win32 DX9.0c include Lib
Visual Studio 2010 Express
- Install Visual Studio 2010 Express
- Install Service Pack 1 (SP1) for Visual Studio 2010, plus security updates (run Windows Update a few times)
- Copy the include and lib directories from the SDK installed with VS2010 SP1 Express to "CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\PlatformSDK". The directory where the SDK resides will most likely be "Program Files (x86)\Microsoft SDKs\Windows\v7.0A". As the SDK is in our path, this step is probably not necessary but we will do it for consistency.
Directory structure in the CWE tree will look like this:
StaticSDKs Win32 PlatformSDK include lib
OpenAL SDK
Install the OpenAL SDK and copy the include and lib directories to "CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\OpenAL 1.1 with EFX SDK"
Directory structure in the CWE tree will look like this:
StaticSDKs win32 OpenAL 1.1 with EFX SDK include libs
PhysX SDK
Install PhysX SDK, and copy PhysX subdirectories as follows:
- Copy from "Program Files (x86)\AGEIA Technologies\AGEIA PhysX SDK\v2.6.4\SDKs" to "CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\PhysX"
- Copy from and "Program Files (x86)\AGEIA Technologies\AGEIA PhysX SDK\v2.6.4\Bin" to "CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\PhysX"
Directory structure in the CWE tree will look like this:
StaticSDKs Win32 PhysX Bin Cooking Docs Foundation Framework lib ...
libogg and libvorbis
Build Ogg and Vorbis
- Create a directory and extract Ogg and Vorbis archives to it.
oggvorbis libogg-1.3.2 libvorbis-1.3.6
- Change directory to "libvorbis-1.3.6\win32\vs2010" and edit the libogg.props file. Make sure the "LIBOGG_VERSION" value matches your version of Ogg (1.3.2 in this document).
- Open "libogg-1.3.2\win32\VS2010\libogg_static.sln" in the Visual Studio IDE and perform the following steps:
- On the IDE toolbar, click on configuration drop down at the upper left (it defaults to "Debug") and change it to "Release"
- Right click on the project (e.g. "libogg_static") in the Solution Explorer at upper left, and select Properties.
- In the panel that opens, set (or verify) the following items as follows:
Left Pane Right pane parameter Right pane value (drop down) Configuration Properties -> General Whole Program Optimization No Whole Program Optimization C/C++ -> Optimization Whole Program Optimization No C/C++ Code Generation Runtime Library Multi-threaded DLL (/MD) - Click on "Apply"
- Click on configuration drop down at the upper left of the panel and select "Debug". Set (or verify) the following items as follows, noting that the 3rd item is not the same as in the previous list.
- Click "Apply" and then "OK".
- On the IDE toolbar, verify the configuration drop down is still set to "Release". Then right click on the project in the solution explorer and select "Build".
- On the IDE toolbar, select "Debug" from the drop down. Then right click on the project in the solution explorer and select "Build".
- Open "libvorbis-1.3.6\win32\VS2010\vorbis_static.sln" in the Visual Studio IDE, and repeat the preceding steps for projects libvorbis_static and libvorbisfile.
Left Pane | Right pane parameter | Right pane value (drop down) |
---|---|---|
Configuration Properties -> General | Whole Program Optimization | No Whole Program Optimization |
C/C++ -> Optimization | Whole Program Optimization | No |
C/C++ Code Generation | Runtime Library | Multi-threaded Debug DLL (/MDd) |
Copy Ogg and Vorbis files to CWE
- Copy the ogg and vorbis include directories into "CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\xiph\include". It is okay to let it overwrite.
- Copy the "libogg-1.3.2\win32\VS2010\Win32\Release" and "Debug" directories into "CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\xiph\lib"
- Copy the "libvorbis-1.3.6\win32\VS2010\Win32\Release" and "Debug" directories to "CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\xiph\lib"
Directory structure in the CWE tree will look like this:
StaticSDKs win32 xiph include ogg vorbis lib Debug Release
Speex
Rebuild the Speex 1.0.1 included in the CWE tree.
- Open CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\speex-1.0.1\win32\libspeex\libspeex.sln in the Visual Studio 2010 IDE, and convert.
- Click on configuration drop-down on the upper left and select "Release"
- Right click on project in the solution explorer and select properties.
- In the panel that opens, set (or verify) the following items as follows:
Left Pane Right pane parameter Right pane value (drop down) Configuration Properties -> General Whole Program Optimization No Whole Program Optimization C/C++ -> Optimization Whole Program Optimization No C/C++ Code Generation Runtime Library Multi-threaded DLL (/MD) - Click on "Apply".
- Click on configuration drop-down on the upper left of the properties page and select "Debug". Set (or verify) the following items as follows, noting that the 3rd item is not the same as in the previous list.
- Click "Apply" and then "OK".
- On the IDE toolbar, select "Release" from the drop down. then right click on the project in the solution explorer and select "Build".
- On the IDE toolbar, select "Debug" from the drop down. then right click on the project in the solution explorer and select "Build".
- Copy the headers (.h files) from CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\speex-1.0.1\libspeex to CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\xiph\include\speex
- Copy CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\speex-1.0.1\win32\libspeex\Release\libspeex.lib to CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\xiph\lib\Release
- Copy CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\speex-1.0.1\win32\libspeex\Debug\libspeex.lib to CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\xiph\lib\Debug
Left Pane | Right pane parameter | Right pane value (drop down) |
---|---|---|
Configuration Properties -> General | Whole Program Optimization | No Whole Program Optimization |
C/C++ -> Optimization | Whole Program Optimization | No |
C/C++ Code Generation | Runtime Library | Multi-threaded Debug DLL (/MDd) |
OpenSSL
Compile and install OpenSSL (see Build OpenSSL with MS Visual C++), or obtain precompiled binaries (32-bit, not 64-bit).
If compiling it yourself, you can choose either static or dynamic linking. Note: If you link it dynamically, it will cause the Uru client to require the OpenSSL DLLs to be present in the client directory or in the system path.
Copy the installed OpenSSL files to "CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\Win32\OpenSSL".
Directory structure in the CWE tree will look like this:
StaticSDKs Win32 OpenSSL bin include openssl lib
JPEG
Build in-tree JPEG library
- Open "Visual Studio Command Prompt (2010)" and change to the "CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\XPlatform\jpeg-8c-rgba directory."
- Copy makefile.vc to makefile.nmake
- Copy jconfig.vc to jconfig.h
- Run nmake nodebug=1 -f makefile.nmake. This will build the library in non-debug mode. If you use a debug library, the linker will complain when we link the client executable.
zlib and libpng
Build zlib and libpng
- Extract the files in the zlib archive to MOULOpenSourceClientPlugin/StaticSDKs/XPlatform/zlib.
- Extract the files in the libpng archive to MOULOpenSourceClientPlugin/StaticSDKs/XPlatform/png.
- Edit the png/projects/vstudio/zlib.props file. Towards the bottom is a path for ZLibSrcDir. Change the value to "..\..\..\..\zlib" (no -1.2.5 or such on the end) and save the file.
- Open png/projects/vstudio/vstudio.sln in the Visual Studio 2010 IDE.
- On the IDE toolbar, click on the configuration drop down at the upper left (it defaults to "Debug") and change it to "Release Library".
- The VS2010 zlib project file distributed in the png archive is set to build for embedded environments. We need to reconfigure it.
- Right click on the zlib project tree in the solution explorer and select "Add > Existing item"
- Browse to the zlib source directory (CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\XPlatform\zlib) and select the gzclose.c, gzlib.c, gzread.c, and gzwrite.c files (hold Ctrl while clicking to select multiple files).
- Click "Add".
- Right click on the zlib project in the solution explorer and select Properties.
- In the panel that opens, set (or verify) the following items as follows:
Left Pane Right pane parameter Right pane value (drop down) Configuration Properties > C/C++ > Preprocessor Preprocessor Definitions Remove Z_SOLO if present, leave everything else alone - Click "Apply" and then "OK".
- Repeat the following steps for each of these projects: "libpng", "pngtest", "pngvalid", and "zlib".
- Right-click on the project in the Solution Explorer and choose Properties.
- In the panel that opens, set (or verify) the following items as follows:
Left Pane Right pane parameter Right pane value (drop down) Configuration Properties > General Project Defaults > Whole Program Optimization No Whole Program Optimization Configuration Properties > C/C++ > Optimization Whole Program Optimization No Configuration Properties > C/C++ > Code Generation Runtime Library Multi-threaded DLL (/MD) - Click "Apply".
- Click on the configuration drop down at the upper left of the panel and select "Debug Library".
- Set (or verify) the following items as follows, noting that the 4th item is not the same as in the previous list.
Left Pane Right pane parameter Right pane value (drop down) Configuration Properties > General Project Defaults > Whole Program Optimization No Whole Program Optimization Configuration Properties > C/C++ > General Treat Warnings As Errors No (/WX-) Configuration Properties > C/C++ > Optimization Whole Program Optimization No Configuration Properties > C/C++ > Code Generation Runtime Library Multi-threaded Debug DLL (/MDd) - Click "Apply" and "OK".
- (Remember you need to follow these steps four times, once each for libpng, pngtest, pngvalid, AND zlib!)
- Select “Debug Library” from the Solution Configurations drop down in the IDE toolbar, then right click the top line in the Solution Explorer (Solution 'vstudio') and choose Build Solution.
- Select the “Release Library” configuration, and build the solution.
- In the CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\XPlatform\png folder, create a lib folder. Then:
- Copy png/projects/vstudio/Debug Library/libpng15.lib to CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\XPlatform\png\lib and rename it libpngd.lib
- Copy png/projects/vstudio/Release Library/libpng15.lib to CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\XPlatform\png\lib and rename it libpng.lib
- In the CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\XPlatform\zlib folder, create a lib folder. Then:
- Copy png/projects/vstudio/Debug Library/zlib.lib to CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\XPlatform\zlib\lib and rename it zlibd.lib
- Copy png/projects/vstudio/Release Library/zlib.lib to CWE-ou\MOULOpenSourceClientPlugin\StaticSDKs\XPlatform\zlib\lib
Required source code changes for newer version of DirectX SDK
Revisions of the client source code after November 2020 (newer than the branch marked VS2003_FINAL) no longer require any changes to compile under Visual Studio 2010. To compile with the Express version of VS2010, you still need the changes marked below.
Required source changes for Visual Studio 2010 Express
- We do not have MFC with VS2010 SP1 Express, so we need to replace the first reference to afxres.h. The client portion of CWE does not use MFC (I believe the MAX plugin does), so we can make this replacement.
- Edit plClient.rc file located in "CWE-ou\MOULOpenSourceClientPlugin\Plasma20\Sources\Plasma\Apps\plClient\res\"
Before
// Microsoft Visual C++ generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "afxres.h"
After
// Microsoft Visual C++ generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // //#include "afxres.h" #include <windows.h> #define IDC_STATIC (-1)
- edit plUruLauncher.rc file located in "CWE-ou\MOULOpenSourceClientPlugin\Plasma20\Apps\plUruLauncher\"
This is the same change we just made in the previous file.
Before
// Microsoft Visual C++ generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "afxres.h"
After
// Microsoft Visual C++ generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // //#include "afxres.h" #include <windows.h> #define IDC_STATIC (-1)
Note: If you are compiling with VS2010 Professional or greater, you do *not* need to make these edits. Only the Express edition excludes MFC.
Build the client
Now that the prep is done, you can actually build the client.
- Open the "CWE-ou\MOULOpenSourceClientPlugin\Plasma20\MSVC10Projects\Plasma\Apps\AllClient\AllClient.sln" in the VS2010 IDE.
- Select the type of build you want from the dropdown on the IDE toolbar.
- Release
- Release_Internal
- Debug
- Debug_Internal
- Right click on the "AllClient" project and select "Build".
Completed builds are copied into the "CWE-ou\MOULOpenSourceClientPlugin\Plasma20\test" directory.
Note: You *must* make sure your client is using the same versions of the PhysX DLLs that you built with. They are not compatible from version to version.
If, after building the client, you require the server prep tools (plFileSecure, plFileEncrypt, plPythonPak), right click on those specific projects and click "Build".
The compiled files will be copied into the "CWE-ou\MOULOpenSourceClientPlugin\Plasma20\tools" directory.