Skip to content

Windows native DLL's missing #60

@mikkeljohnsen

Description

@mikkeljohnsen

I don't see a way to compile for Windows anymore. Has that been moved somewhere else ?

The problem with the current NuGet is that it has a mixture of runtime

Why is one build for UCRT and the other for MSVCRT ?

#:/tmp/win$ x86_64-w64-mingw32-objdump -p libMonoPosixHelper.dll | grep DLL
	DLL
 vma:            Hint    Time      Forward  DLL       First
	DLL Name: KERNEL32.dll
	DLL Name: msvcrt.dll
	DLL Name: PSAPI.DLL

#:/tmp/win$ x86_64-w64-mingw32-objdump -p MonoPosixHelper.dll | grep DLL
	DLL
 vma:            Hint    Time      Forward  DLL       First
	DLL Name: KERNEL32.dll
	DLL Name: VCRUNTIME140.dll
	DLL Name: api-ms-win-crt-runtime-l1-1-0.dll
	DLL Name: api-ms-win-crt-stdio-l1-1-0.dll
	DLL Name: api-ms-win-crt-heap-l1-1-0.dll
	DLL Name: api-ms-win-crt-string-l1-1-0.dll
	DLL Name: api-ms-win-crt-utility-l1-1-0.dll
	DLL Name: api-ms-win-crt-time-l1-1-0.dll
	DLL Name: api-ms-win-crt-locale-l1-1-0.dll

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions