OutputDebugString()

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Mar 13 15:42:35 PDT 2015


On Friday, 13 March 2015 at 21:12:52 UTC, Robert M. Münch wrote:
> Hi, I want to use the Windows OutputDebugString() which is not 
> defined anywhere.

The declaration can be already part of WindowsAPI project: 
https://github.com/AndrejMitrovic/WindowsAPI just see it there.

> How do I declare such missing Windows API functions myself? And 
> with which libaries do I then need to link?

This function has rather unique implementation too. Are you sure, 
you don't want to see its MSDN entry?


More information about the Digitalmars-d-learn mailing list