OutputDebugString()

Robert M. Münch via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Mar 13 14:12:52 PDT 2015


Hi, I want to use the Windows OutputDebugString() which is not defined 
anywhere.

How do I declare such missing Windows API functions myself? And with 
which libaries do I then need to link? Does DMD contain all necessary 
Windows link libs or am I supposed to get them myself?

So, it's not clear what to do if a Windows API function is missing.

And, how can I contribute new declared ones to get them integrated into 
the standard distribution?

-- 
Robert M. Münch
http://www.saphirion.com
smarter | better | faster



More information about the Digitalmars-d-learn mailing list