Tagged Questions
9
votes
3answers
1k views
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.
...