13.08.2016, 16:48
Error 1: Show us how is SendAllFormattedText defined. Is it a function, a macro?
Error 2: You have probably a global variable named pTame. Rename the one where error is shown, or rename the global one
Error 3 and the rest: As the compiler is saying - you have variables which are not used, or you are assigning value but never using it - that's not an error, just a warning. Delete them, or comment out.
Error 2: You have probably a global variable named pTame. Rename the one where error is shown, or rename the global one
Error 3 and the rest: As the compiler is saying - you have variables which are not used, or you are assigning value but never using it - that's not an error, just a warning. Delete them, or comment out.

