microsoftarchive / redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
http://redis.io
Other
20.78k stars 5.37k forks source link

redis3.2.100 change all the program from MT/MTD to MD/MDD link error with __environ #543

Open sevencolours24 opened 7 years ago

sevencolours24 commented 7 years ago

redis3.2.100 change all the program's runtime from MT/MTD to MD/MDD link error with unresolved symbol __environ how can i solve this problem? or can i use MT runtime in MD runtime program? i am now creating a exe using MD option because another lib is MD option,so i wanna find a solution