show/hide this revision's text 3 edited tags
show/hide this revision's text 2 edit tags
show/hide this revision's text 1

In Delphi, is outputdebugstring thread safe?

Simple question i belive, is

outputdebugstring(pansichar(''));

Thread safe?

I/We have been using it in threads for debugging, and i never occurred to me if i should be doing it a different way.

(delphi7)