Dear sir, i used the compiler for long value multiplication it works good upto 69 multiplied by 10000. after that it doesn't show any error in compiling. it stores the values within 65536. After that it druncate the uppermost part in hex. to avoid this i first multiply with 1000 in one long variable & assign other variable for multiply by 10. are u have any solution for this.
How do you know that there is this problem? Can you post a short example of you code that shows this problem?