Gisle Vanem

Results 133 comments of Gisle Vanem

@AlbrechtL Since `QSystemTrayIcon::ActivationReason` is unknown when there is no `#include `. That should be obvious. Try building with it.

The signal level is probably too low. Needs >= 15 dB to get a sync AFAICS.

The branch : https://github.com/AlbrechtL/welle.io/tree/qt_6_support is gone (?). Is it in `next`?

Okay, but where in the C-ares apps is CIDR notation useful? Nowhere AFAICS.

Would not be a big deal IMHO to *always* use `ares_writev()` and `ares_iovec`. And make those public. I doubt a system `writev()` would be so much faster than the C-ares'...

AFAICS, your `cares_apple.c` program is basically the same as: `adig s 1.1.1.1 -f stayopen -t ptr 10.144.253.17.in-addr.arpa` This takes 10 sec on Windows too.

> Can you confirm this does not modify any behavior of the code utilizing those functions? I'm 99% confident it does not. But a CI-build could verify that. Besides, it's...

> Failed to allocate memory (753.3 Mio) 753 MByte!!?? This is unrelated to this issue. But too little free RAM. > Don't know if this will be an issue on...

Maybe related, but I get the below *Warning* using this installer: `PothosSDR-2017.11.26-vc14-x64.exe`: ![pothos-2017-install](https://user-images.githubusercontent.com/945271/33997527-f9e846f0-e0e4-11e7-920a-c97d968b5e86.png)

Okay, fair points. I'm more concerned about the various Packet.dll messing up my system. I'm trying to support Win10Pcap in a program that has `packet32.c` directly compiled in (to avoid...