nalexandru / api-ms-win-core-path-HACK

Implementation of api-ms-win-core-path-l1-1-0.dll for Windows 7 based on Wine code
348 stars 42 forks source link

Thanks for supplying this dll, which make msys2/mingw64 gdb works under Windows 7 64bit #14

Open asmwarrior opened 1 year ago

asmwarrior commented 1 year ago

When I try to start gdb.exe under msys2/mingw64 under Windows 7 64bit, I update the msys2's package to the latest version by the command: pacman -Syu I got an error that:

api-ms-win-core-path-l1-1-0.dll

is missing, I searched on the Internet, and found this site.

I just copy this dll(from your release) file to the msys2_install_folder/mingw64/bin, and now gdb works OK.

I guess it is bacause the python need such dll.