Download The Following Files.
EOServ Include Files
EOServ Revison 170
Codeblocks With MinGW
If You Don't Have Download WinRAR
WinRAR Site
Step 1: Install Codeblocks
To install codeblocks run the downloaded file codeblocks-8.02mingw-setup.exe
Follow all of the install steps and leave it in the program files directory.
Step 2: Install the new GCC Compiler
Go to your codeblocks folder. C:/Program Files/CodeBlocks
Delete the folder called MinGW
Go to your downloaded folder called EOServ Files.
Open the file with WinRAR or Winzip.
Extract all the files to your desktop.
Open the folder and then open the folder New GCC. Then run the file inside.
When asked where to install the folder put it in your CodeBlocks folder.
C:/Program Files/CodeBlocks/MinGW
When it's done installing exit the program.
Step 3: Extracting EOServ r170
Open the file in WinRAR.
Extract the folder named trunk to your desktop or documents.
Exit WinRAR.
Step 4: Installing and Setting up the includes.
Open the folder called EOServ Files.
Drag the folder called include to your eoserv folder.
Copy all of the files inside the include folder and paste it to the folowing folder
C:/Program Files/CodeBlocks/MinGW/include
Replace all of them.
Step 5: Including your files in CodeBlocks and Compiling!
Open Your Eoserv folder (trunk)
Open the folder Project
Then open the file mingw
This file should open codeblocks and the eoserv project.
In CodeBlocks Press the + on Resources
Then the + on project
Then right click winres.rc and click Remove from project.
Now go to Settings -> Compile and Debugger
Go the the Linker Settings tab
Press Add
Browse to your include folder inside the eoserv folder
and Open libmysql.lib
Press Add
Browse to your include folder inside the eoserv folder
and Open libpthreadGC2.a
Press Add
Browse to your include folder inside the eoserv folder
and Open WS2_32.Lib
Now go to the Search Directories Tab.
On Compile, Linker, and Resource Compile Add
Your include Folder inside Your EOServ Folder.
Press OK.
To Compile Press F9
You can change your build file in the drop down menu on the tool bar.
Will Add The Rest of The Tutorial Later.
Setting up eoserv
Making Database
Etc.