事先准备:只要 Visual Studio 任何版本即可。

点击开始 -> 程序 -> Visual Studio对应的版本,打开Visual Studio Tools -> 选择 命令提示
进入命令行窗口,dumpbin /dependents “exe或dll的路径” 即可查询该exe的依赖项dll。

https://blog.csdn.net/zyx19950825/article/details/83045436

COM in plain C

https://www.codeproject.com/Articles/13601/COM-in-plain-C

阅读全文

A Brief Intro to Input Method Framework, Linux IME, and XIM

https://tedyin.com/posts/a-brief-intro-to-linux-input-method-framework/ There are chances one need an input method editor (IME). For CJK users, su...

阅读全文

macos 暗黑3按键精灵

// gcc -Wall -o globalkeypress globalkeypress.c -framework ApplicationServices && ./globalkeypress include include </pthread.h> vo...

阅读全文

欢迎留言