Skip to content

Releases: fschetterer/Delphi-WinMD-Generator

WinMD API Headers (v1.0.0.4)

06 May 20:53

Choose a tag to compare

Generated Delphi Win32 API units — WinAPI (alias) and Native modes

Calling-Convention Overrides

Some Win32 callbacks are declared cdecl in the C SDK but encoded as stdcall in the WinMD metadata. On Win64 this mismatch is harmless (all conventions resolve to the same ABI), but on Win32 it causes stack-corruption crashes when callbacks are invoked.

WinMD API Headers

21 Mar 21:03

Choose a tag to compare

WinMD API Headers Pre-release
Pre-release

Generated Delphi Win32 API units — WinAPI (alias) and Native modes