kingsley07 / redis-win32

redis for win32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

修改Redis on Windows 上Win32_Interop.lib和WS2_32.lib冲突的问题

  • Win32_Interop.lib(Win32_FDAPI.obj) : error LNK2005: accept 已经在 WS2_32.lib(WS2_32.dll) 中定义
  • Win32_Interop.lib(Win32_FDAPI.obj) : error LNK2005: bind 已经在 WS2_32.lib(WS2_32.dll) 中定义
  • Win32_Interop.lib(Win32_FDAPI.obj) : error LNK2005: getpeername 已经在 WS2_32.lib(WS2_32.dll) 中定义
  • Win32_Interop.lib(Win32_FDAPI.obj) : error LNK2005: htons 已经在 WS2_32.lib(WS2_32.dll) 中定义
  • Win32_Interop.lib(Win32_FDAPI.obj) : error LNK2005: listen 已经在 WS2_32.lib(WS2_32.dll) 中定义
  • Win32_Interop.lib(Win32_FDAPI.obj) : error LNK2005: select 已经在 WS2_32.lib(WS2_32.dll) 中定义
  • Win32_Interop.lib(Win32_FDAPI.obj) : error LNK2005: socket 已经在 WS2_32.lib(WS2_32.dll) 中定义
  • E:\Git\Redis\Debug\Redis.exe : fatal error LNK1169: 找到一个或多个多重定义的符号

About

redis for win32

License:Other


Languages

Language:C 74.8%Language:Tcl 15.7%Language:C++ 6.2%Language:Ruby 1.7%Language:Objective-C 0.6%Language:Shell 0.4%Language:Makefile 0.2%Language:C# 0.1%Language:PowerShell 0.1%Language:Smarty 0.0%Language:Batchfile 0.0%