Compile.Instructions.Win32.VS.Net.txt
上传用户:tany51
上传日期:2013-06-12
资源大小:1397k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. PvPGN Win32 VS.Net Compile Instructions
  2. Compiling WITHOUT mySQL support:
  3. - edit the PvPGN project properties:
  4. -- C/C++ -> Preprocessor -> Preprocessor definitions: remove the ";WITH_SQL;WITH_SQL_MYSQL" part of the line
  5. -- Linker -> command line: remove " libmysql.lib" part of the line
  6. - compile
  7. Compiling WITH mySQL support:
  8. - add a subfolder src/mysql/
  9. - copy the header files from your favorite mySQL version to this folder
  10. - compile
  11. - make sure to provide the "libmysql.dll" from your chosen mySQL version along with the PvPGN exe