| 1 |
PvPGN Win32 VS.Net Compile Instructions
|
| 2 |
|
| 3 |
Compiling WITHOUT mySQL support:
|
| 4 |
- edit the PvPGN project properties:
|
| 5 |
-- C/C++ -> Preprocessor -> Preprocessor definitions: remove the ";WITH_SQL_MYSQL" part of the line
|
| 6 |
-- Linker -> command line: remove " libmysql.lib" part of the line
|
| 7 |
- compile
|
| 8 |
|
| 9 |
Compiling WITH mySQL support:
|
| 10 |
- add a subfolder src/mysql/
|
| 11 |
- copy the header files from your favorite mySQL version to this folder
|
| 12 |
- copy libmysql.lib from your favorite mySQL version into src/win32
|
| 13 |
- compile
|
| 14 |
- make sure to provide the "libmysql.dll" from your chosen mySQL version along with the PvPGN exe
|
| 15 |
|
| 16 |
Downgrade notes (to 2002 (version 7.00)):
|
| 17 |
- open sln file with an editor, change 8.00 to 7.00
|
| 18 |
- open project file with an editor, change 7.10 to 7.00 |