This is a stupid question but I am stuck here. I use OutputDebugString in my Delphi Code, but receive the above error. Which package is this OutputDebugString in? Thanks!

link|improve this question

1  
Useful tip in future; In a unit that has it working, Ctrl-Click and it will find the unit containing the symbol. And in Delphi recent versions, F1 on OutputDebugString might get you some help too. – Warren P Aug 11 '11 at 23:18
Instead of Ctrl-Cick, I prefer to use "Find definition" from the context menu (or is it "Find declaration"?). I keep forgetting all those key-key and key-mouse combinations. – Rudy Velthuis Aug 11 '11 at 23:37
1  
grep - always works – Premature Optimization Aug 12 '11 at 0:17
2  
...or hover your mouse cursor over the symbol and see the help insight (in a unit that has it working). – TOndrej Aug 12 '11 at 5:43
Personally I prefer Windows Search 4. At the beginning you just need to explain it that pas-files are "plain text" and point it to directories which should be indexed. – Torbins Aug 12 '11 at 7:03
show 3 more comments
feedback

1 Answer

up vote 11 down vote accepted

It's declared in the Windows unit.

link|improve this answer
It works now...Thanks so much!! – spspli Aug 12 '11 at 12:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.