-
Valued Member
[Help] Hello guyz check this part
Extract the sources to a new folder somewhere.
Next you need the compiler, DEV C++ 4.
Link: DEV C++ 4.9
After you downloaded DEV C++ 4, install it.
Then, download the pThread packet and install it.
Link: pThread
After that's done, run the program. (Default path is C:\Dev-Cpp ). Now you need the libmysql package. So inside DEV C++, go to the menu "Tools>Check for updates/packages" and select the "devpacks" mirror. Then click "Check for updates" after the list is complete, search through and find "libmysql" and select it and click "Download Selected". After it downloads it will install, so let it install.
After the libmysql package is installed, we need to change a few lib paths. Open up your project (such as worldserver.dev, which can be found in the "worldserver" folder) Go to menu "Project>project option".
2. Go to "parameters" tab and change the "C:/Dev-Cpp/lib/libws2_32.a" and "C:/Dev-Cpp/lib/libmysql.a"
for you correct path.
Open DEV C++ and in the menu go to "Project>Project Option". Then go to the tab "Parameters" and change the "C:/Dev-Cpp/lib/libws2_32.a" and "C:/Dev-Cpp/lib/libmysql.a" to their correct paths, (look for files in the "lib" folder, and just copy and path).
Now, to compile the .exe, open the .dev (loginserver.dev, charserver.dev, worldserver.dev) and click on the menu "Execute>Rebuild All". And you have the .exe inside the sources folder!
i cant get it !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! please help me here T_T
-
-
Proficient Member
Re: [Help] Hello guyz check this part
what arent you getting Oo