kihlh / hmc-win32

HMC Easier Access to System APIs 简化连接winapi的过程的node c++模块
https://kihlh.gitbook.io/hmc/
MIT License
85 stars 11 forks source link

是不是代码不全 #73

Closed devhub126 closed 2 months ago

devhub126 commented 2 months ago

如题

kihlh commented 2 months ago

什么问题,

整个模块功能代码都是齐全的,只是有些接口没有参考价值(代码能跑就不修了,工程量超过我预期了)

devhub126 commented 2 months ago

PixPin_2024-09-04_10-50-49 binding.gyp内的文件清单和代码目录里不一致,导致不能正常编译

kihlh commented 2 months ago

现在是用vs编译的,命令行编译太慢了要接近两分钟,vs热编译只要几秒,还能断点调试

配置文件在: https://github.com/kihlh/hmc-win32/tree/master/source%2FCPP%2Fmsvc

devhub126 commented 2 months ago

能不能给点指导, PixPin_2024-09-04_11-01-19 napi开发的设置,网上资料太少了,没有趁手的IDE,让项目工程化,总感觉乱乱的

kihlh commented 2 months ago

https://github.com/kihlh/hmc-win32/blob/master/source/CPP/msvc/binding.sln

binding.sln拖进vs直接就是完整的工程状态了

配置的话我得晚点回去看看

kihlh commented 2 months ago

配置文件已经更新 可以直接使用node-gyp rebuild 指令编译

详见开发帮助文档 :https://github.com/kihlh/hmc-win32/blob/master/%E4%BA%8C%E6%AC%A1%E5%BC%80%E5%8F%91%E6%8C%87%E5%8D%97.md