01 2020 档案

Windows UPnP APIs
摘要:查找设备 <C++> #include <iostream> #include <Windows.h> #include <UPnP.h> #pragma comment(lib, "ole32.lib") #pragma comment(lib, "oleaut32.lib") using nam 阅读全文

posted @ 2020-01-29 21:06 JebediahKerman 阅读(316) 评论(0) 推荐(0)

编译Android技术总结
摘要:下载源代码 https://source.android.google.cn/setup/build/downloading?hl=zh-cn https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/ 编译 https://source.android.goog 阅读全文

posted @ 2020-01-29 10:38 JebediahKerman 阅读(148) 评论(0) 推荐(0)

Windows函数转发器
摘要:最近MSYS2升级后出现了一个bug,libxml264-157.dll被升级成了libxml264-159.dll,但是ffplay还依赖libxml264-157.dll,本来打算直接复制一个libxml264-159.dll重命名为libxml264-157.dll,但是发现libxml264 阅读全文

posted @ 2020-01-25 23:24 JebediahKerman 阅读(512) 评论(0) 推荐(0)

Two Ways in Delphi to Get IP Address on Android
摘要:1. Via NDK Refer Delphi Call getifaddrs and freeifaddrs on Android uses Posix.Ifaddrs, Posix.SysSocket, Posix.ArpaInet, Posix.NetinetIn; var FPifaddrs 阅读全文

posted @ 2020-01-14 14:51 JebediahKerman 阅读(495) 评论(0) 推荐(0)

Delphi Call getifaddrs and freeifaddrs on Android
摘要:Require Android API level >= 24 Posix.Ifaddrs.pas unit Posix.Ifaddrs; interface uses Posix.SysSocket; type Pifaddrs = ^Ifaddrs; Ifaddrs = record ifa_n 阅读全文

posted @ 2020-01-13 21:36 JebediahKerman 阅读(340) 评论(0) 推荐(0)

导航