Tencent / MMKV

An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.
Other
17.2k stars 1.88k forks source link

支持win x64吗?一直编译不了,能帮忙看看吗 #1254

Closed Mr-Peng closed 3 months ago

Mr-Peng commented 5 months ago
### Tasks
lingol commented 5 months ago

No. Not yet. And it's not in our schedule.

Mr-Peng commented 5 months ago

1>core\x64\Debug\AESCrypt.obj : fatal error LNK1112: 模块计算机类型“x64”与目标计算机类型“x86”冲突

Mr-Peng commented 5 months ago

教程里写着 编译工程 (Release 或 Debug, x86 或 x64);

lingol commented 5 months ago

Update: After consulting with fellow developers in the Windows platform, we will add x64 support in the future.

lingol commented 5 months ago

教程里写着 编译工程 (Release 或 Debug, x86 或 x64);

Well, that's an error in that wiki page. We never supported x64. In fact, we always call it Win32 almost everywhere in the whole wiki repo.

Mr-Peng commented 5 months ago

教程里写着 编译工程 (Release 或 Debug, x86 或 x64);

Well, that's an error in that wiki page. We never supported x64. In fact, we always call it Win32 almost everywhere in the whole wiki repo.

了解,谢谢解答。

lingol commented 4 months ago

It's supported in the dev branch. You can try it out.

lingol commented 3 months ago

It's released in v1.3.5.