Skip to content

Fix DllImport attribute for OutputDebugString function#270

Merged
FreeAndNil merged 1 commit intoapache:masterfrom
ban-dana:fix-dll-import-for-outputdebugstring
Sep 12, 2025
Merged

Fix DllImport attribute for OutputDebugString function#270
FreeAndNil merged 1 commit intoapache:masterfrom
ban-dana:fix-dll-import-for-outputdebugstring

Conversation

@ban-dana
Copy link
Copy Markdown
Contributor

@ban-dana ban-dana commented Sep 12, 2025

The coredll.dll is clearly a leftover dating back to the NETCF support and WinCE days.
WinCE was the only Windows version where coredll.dll existed. In "normal" Windows the OutputDebugString function is exported by the kernel32.dll according to Microsoft

fixes #269

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using OutputDebugString requires coredll.dll which is only available on WinCE.

2 participants