Tag : windows

So I am currently coding a C program for Windows and come across a little bit of a problem. I’ve been compiling using the mingw-w64 toolchain. In my program, I am attempting to remove as many dependencies as I can. I’ve been using Dependency Walker to see which DLLs my program depends on. My question is how can I implement a function/functions from one of the DLLs my program depends on so that I can remove the dependency? Is there an open-source reference for the implementations (that isn’t Win32 API reference) that shows what’s actually happening in C code? I realize static linking is a thing but that would raise application size a lot for libraries that I only want to use one function..

Read more

I am not able to use usb tethering on my laptop. I am currently running windows 11 and I see that RNDIS driver is showing a ⚠️ symbol. I even tried to update the drivers but the updation process is encountering problems. It says “windows encountered error while installing drivers” and the error code is 56. I tried all the methods to fix it. But still can’t figure out. Please h..

Read more

it seems that after the recent updates in the last 2 days, Windows is not handling incoming POST requests from external URLs, and it’s also not making POST requests to external URLs. Despite disabling all port and security settings, the issue persists. For example, in a scenario where I’m trying to post incoming phone call data to a website, no requests are being received by the program handling the posts. The same issue applies to POST requests coming to localhost. I urgently request your assistance in resolving this m..

Read more