mg_2
12 years agoNew Contributor
Static analysis does not show caller information accross modules
I am working on a 64 Bit Windows console application written in C++ and compiled with Visual Studio 2008.It consists of 1 exe and several dlls . When I run the static analysis, I get all the classes and functions listed from all dlls. But the caller information seems to be limited to the dll itself. I see calls to functions only in the dll context and I see no calls from other dlls. Did I miss any compiler settings?