luciouskami

Results 9 issues of luciouskami

会提示RC错误,解决办法是使用低版本的SDK

为worldedit.exe启用大地址,使worldedit.exe能使用大于2GB的内存。

# 0.编译前的准备: 从CMake的官网下载CMake的二进制文件并安装,建议CMake版本 >= 3.6 我们假设您当前的路径为:E:/GitHubProjects 由于一些原因,我建议您使用vcpkg来安装依赖项 打开Powershell/cmd/bash,拉取vcpkg,并安装依赖项: ```powershell git clone https://github.com/microsoft/vcpkg.git cd vcpkg .\bootstrap-vcpkg.bat # 安装依赖项 # win32 .\vcpkg.exe install zlib:x86-windows protobuf:x86-windows openssl:x86-windows snappy:x86-windows lz4:x86-windows # amd64 .\vcpkg.exe install...

documentation

```cpp void print(const cinatra::response_data& result) { print(result.ec, result.status, result.resp_body, result.resp_headers.second); } ``` 改为 ```cpp void my_print(const cinatra::response_data& result) { cinatra::print(result.ec, result.status, result.resp_body, result.resp_headers.second); } ``` 好一些,如果直接复制的话,会有个模板展开的报错,然后print不加上命名空间的话,也会有歧义。

Since the asmjit which blackbone uses is different from the latest version,and I want to use the latest version.Because I've used Blackbone as a static library,when I complied,the complier shows...

enhancement

https://japi.war3rpg.top/#/1.48/%E8%8E%B7%E5%8F%96%E7%89%A9%E5%93%81%E6%8A%80%E8%83%BDhandle 内置Japi文档网站

Gitalk
/1.48/获取物品技能handle

https://japi.war3rpg.top/#/1.47/_sidebar 内置Japi文档网站

Gitalk
/1.47/_sidebar

瑟瑟发抖.jpg

### Summary Did Wasmer Support windows IA32(x86)? ### Additional details I didn't found x86 sdk

❓ question
🏚 stale
priority-low
prioritize-with-sponsorship