What old abandoned piece of software are you using? Perhaps it's time to get an up to date IDE/compiler instead of what you have now? "true" should be a keyword in C++ if you're using an up to date compiler.
What you're doing is not C++, it's very early non-standard code.
I would suggest a compiler such as GCC, and an IDE such as code blocks. Please.
But if you must...
I realize that and don't disagree, but me searching for "#pragma argsused" led me to a certain site that said how to get true/false to work. No confusion meant.
#pragma argsused seems to be Borland as Chervil pointed out.