Ebraam Mesak
Ebraam Mesak
same problem here
replaced eyewitness with gowitness and script can run now from any directory
I edited my docker config to be image: redis/redis-stack-server:latest ports: - "6379:6379" restart: always healthcheck: test: ["CMD", "redis-cli", "ping"] interval: 10s timeout: 3s retries: 10 volumes: - ./redis-data:/data The issue...
Yes windows driver kit is installed and i see one of the errors `error: unknown type name 'PPS_CREATE_NOTIFY_INFO'; did you mean 'PPRINTER_NOTIFY_INFO'? _Inout_opt_ PPS_CREATE_NOTIFY_INFO createInfo ^~~~~~~~~~~~~~~~~~~~~~ PPRINTER_NOTIFY_INFO C:\Program Files (x86)\Windows...
I tried the code you provided with removing the part of declaring ```c typedef struct _FLT_FILTER { int dummy_field; // Example field } FLT_FILTER, *PFLT_FILTER; typedef struct _FLT_PORT { int...
@lucasccordeiro can you help me with that ?
Hello @fbrausse , I don't think windows driver can be built with clang. Maybe I can ask a simple question to make it easier to debug for code like this...