03 2019 档案

rust 如何搜索,如何debug (解决)
摘要:requirement c程序可以用手动查看.h文件获得定义,或者用dumpbin分析lib或者dll获得二进制信息。 但是rust如何得到库的定义呢? rust如何查看函数定义? rust如何debug? solution 1 https://zhuanlan.zhihu.com/p/495152 阅读全文

posted @ 2019-03-13 00:30 cutepig 阅读(548) 评论(0) 推荐(0) 编辑

install rust
摘要:Step 1. Trial 1 Download rustup-init.exe exec rustup-init.exe SW hangs 2. Trial 2 install rust-1.33.0-x86_64-pc-windows-msvc.msi OK! 阅读全文

posted @ 2019-03-12 23:40 cutepig 阅读(113) 评论(0) 推荐(0) 编辑

rust visual studio editoe & debugger
摘要:step Visual studio Try VisualRust-0.1.2 (1).msi, error. find no vs2017 extension. try RustLanguageExtension (1).vsix, error Try VisualRust-0.1.2 (1).m 阅读全文

posted @ 2019-03-12 22:56 cutepig 阅读(222) 评论(0) 推荐(0) 编辑

如何编译luabind支持vs2010之后所有版本
摘要:步骤 下载https://github.com/luabind/luabind/tree/0.9。 其最后一次commit为 Revision: 8c66030818f0eacbb7356c16776539b55d8c5319Author: Peter Colberg <peter.colberg@ 阅读全文

posted @ 2019-03-08 00:17 cutepig 阅读(208) 评论(0) 推荐(0) 编辑

lua 5.3最简单plugin编写
摘要:#include #include "lauxlib.h" /* Pop-up a Windows message box with your choice of message and caption */ int lua_msgbox(lua_State* L) { const char* message = luaL_checkstring(L, 1); const c... 阅读全文

posted @ 2019-03-07 23:36 cutepig 阅读(198) 评论(0) 推荐(0) 编辑

CMake for MFC example
摘要:注: 未验证。。。后果自负 阅读全文

posted @ 2019-03-07 22:58 cutepig 阅读(163) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示