Brecht Sanders

Results 270 comments of Brecht Sanders

@chatchoi Could you give me some example files for which `listpedeps` can't handle dependencies of a dependency properly?

This is what I get: ```raw $ listpedeps -s $(which geany.exe) [D:/Prog/winlibs-gcc13.2.0-posix-msvcrt-11.0.1/custombuilt64/bin/geany.exe] architecture: x86_64 machine name: AMD AMD64 (x64) machine bits: 64-bit subsystem: Windows GUI DLL: no stripped: yes file...

I was planning to meet the maker of Code::Blocks (who lives about a 1 hour drive from me) to discuss how winlibs and Code::Blocks can come together, but our plans...

That's great news. `copypedeps` should copy all files that it finds in the `PATH` environment variable that are not in the Windows folder. So your script may need to add...

Good point. It should at least be properly documented that `copypedeps` looks in the `PATH` to determine what to copy, and there should be proper errors. The intial goal was...

I have been thinking about it for a long time. And not just thinking. I have actually bought a Windows Dev Kit 2023 to actually have a Windows on ARM...

As I understood it GCC 15 should be the first one to support the x86_64-w64-aarch64 platform. Unfortunately I have tried the recent weekly snapshots of GCC with MinGW-w64 and it...

Windows 7 is no longer supported by Microsoft. Why go to the trouble to still support it?

The goal of winlibs.com is not to use MSVC, only MinGW-w64. So I don't even have MSVC on my systems.

When I run that it asks me: ``` Downloading MSVC v14.44.17.14 and Windows SDK v26100 Do you accept Visual Studio license at https://go.microsoft.com/fwlink/?LinkId=2179911 [Y/N] ``` I do not want MSVC...