Hernan Martinez

Results 185 comments of Hernan Martinez

- Win 8.0 only supports up to .NET Framework 4.6.1 - Regarding the ucrt. Don't you have to install https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-windows-c0514201-7fe6-95a3-b0a5-287930f3560c ? I thought that ucrt only came ouf of the...

So. I tried, the clangarm64 build in MSYS2 is failing: ``` [59/169] Building CXX object src/common/CMakeFiles/common.dir/log.cpp.obj FAILED: src/common/CMakeFiles/common.dir/log.cpp.obj C:\msys64\clangarm64\bin\clang++.exe -DHAVE_WIN64=1 -DPACKAGE_VERSION_MAJOR=0 -DPACKAGE_VERSION_MINOR=9 -DPACKAGE_VERSION_PATCH=3 -DPSAPI_VERSION=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -IC:/Dev/MINGW-packages/mingw-w64-drmingw/src/drmingw-0.9.3/thirdparty/elf -IC:/Dev/MINGW-packages/mingw-w64-drmingw/src/drmingw-0.9.3/thirdparty/dwarf -IC:/Dev/MINGW-packages/mingw-w64-drmingw/src/drmingw-0.9.3/thirdparty/libiberty -IC:/Dev/MINGW-packages/mingw-w64-drmingw/src/drmingw-0.9.3/thirdparty/zlib...

WIP :) ``` Dump of file drmingw.exe PE signature found File Type: EXECUTABLE IMAGE FILE HEADER VALUES AA64 machine (ARM64) ``` ![image](https://user-images.githubusercontent.com/1100440/176615694-916ca4a5-3a97-46a4-a959-f56a2babdec4.png)

@jrfonseca I got further. The whole package recipe is compiling in MSYS2 CLANGARM64. Unfortunately I'm working with their version (which is not the latest), because the current MSYS2 patches are...

I have Visual Studio native in ARM64 running in my machine. I didn't know you could get PDBs from Clang when using the GCC frontend 😮. I'll try that soon.

Meanwhile, at least I got the latest drmingw in a PR for MSYS2 https://github.com/msys2/MINGW-packages/pull/11977

Do you have any more specific steps to reproduce? I just tried to download `aria2c --async-dns https://download.opensuse.org/distribution/leap/15.4/iso/openSUSE-Leap-15.4-DVD-x86_64-Media.iso` using aria2 1.36.0 with DoH configured in Windows 11 ![image](https://user-images.githubusercontent.com/1100440/175452957-faf2bbab-cc8d-472b-a3ac-73352566a75d.png) (This machine has...

@aleks-f Is this affecting all VS versions or just VS2022?

Regarding the Target Name, I can't reproduce it. Using the devel branch, I built progen with VS2019 and progen'd the Crypto and Net projects just to see if Target Name...

> @virzak I converted 3.4.0 tag to .NETCore 3.0 and pushed to nuget. However it's not tested heavily, I just went through the live demo app and from general perspective...