Compiling the Source

Requirements:

Microsoft Visual C++ 6.0

Libraries

Source code

Warlords Battlecry III version 1.0.3.0

Step 1:

Start VC++ -> Tools menu -> Options -> Select "Directories" tab -> Included Files

Add paths to included files (this image assumes that you have extrated Libraries into "D:\SOURCE\LIBRARIES\".

Note: The paths to libraries  are CASE SENSITIVE and you must ensure thay are at the top of the list, above any default paths.

Press "OK"

Step 2:

Start VC++ -> Tools menu -> Options -> Select "Directories" tab -> Library Files

Add paths to Librarie files (this image assumes that you have extrated Libraries into "D:\SOURCE\LIBRARIES\".

Note: The paths to libraries  are CASE SENSITIVE and you must ensure thay are at the top of the list, above any default paths.

Press "OK"

Step 3:

Start VC++ -> File menu -> Open Workspace -> browse to, and open WBC3.dsw
Project menu -> Settings
Select 'All configutations' from the drop down box
Select War4 at the top of the directory structure
Select the C/C++ tab
Alter the category drop-down to 'Preprocessor'
REMOVE relevant directories from the 'Additional include directories' section, leaving the field in blank.

Press "OK"

Step 4:

Make sure that Files already set up in the project are not in here.
Freetype should not be in: "D:\freetype-2.1.7\"
BinkSDK should not be in: "D:\BinkSDK\"

Setp 5:

Build menu -> Set Active Configuraion, and select "War4 - Win32 Release"
Build menu -> Rebuild All

Adictional Notes:
You will get warnings, but no errors compiling.
I removed my warnings but not sure if i did it well. i opened math.h and in line of Warnings changed "HUGE" to "_HUGE"

Author: DarknessEyes
Free Web Hosting