<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi again!<div><br></div><div>I want to catch the err_typecheck_call_too_few_args error (int the DiagnosticClient::HandleDiagnostic) and get the function call thats causes the error:</div><div><br></div><div>void func1(int a) {}</div><div><br></div><div>void func2()</div><div>{</div><div>   func1(); //error here</div><div>}</div><div><br></div><div>I've no idea how to get the information that is the func1 call is causing the error.</div><div><br></div><div>Can someone help?</div><div><br></div><div>Thanks,</div><div>Makslane</div><div><br></div><div><br></div><br /><hr />Conheça os novos produtos Windows Live. <a href='http://www.windowslive.com.br' target='_new'>Clique aqui!</a></body>
</html>