A plea to MS to improve compiler warning message C4244
warning C4244: 'argument' : conversion from 'double' to 'long', possible loss of data
Please can you improve the message to say WHICH ARGUMENT of WHICH FUNCTION. When the line number identifies a function call with 12 arguments, some of which are themeselves function calls, it can take a lot of detective work to find which one is the culprit. Other error messages such as C2664 already include this information, so it shouldn't be too difficult to do.
Thanks in (hopeful!) anticipation - DC

