Skip to content

A simple wrapper for OutputDebugString (a kind of WinAPI) to support format string like printf

Notifications You must be signed in to change notification settings

petercoin/OutputDebugStringWithFormatString

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

OutputDebugStringWithFormatString

A simple wrapper for OutputDebugString (a WinAPI) to support format string like printf.

This wrapper is similar to printf and has a T() macro to handle single-byte and multi-byte characters.
It outputs the message to system debugger and you can use DebugView to see the message.
It could also be a easier way to debug console-less program like dynamic link library.

About

A simple wrapper for OutputDebugString (a kind of WinAPI) to support format string like printf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages