Software Archive
Read-only legacy content
17061 Discussions

Memory detection points always to empty or comment lines

Samuel_Medwedski
Beginner
460 Views
I have a fresh compiled project which I run with Inspector with max details possible.

Very ofter when it finds (strange looking issues) it points to very useless lines in code.
Sometimes it is a bracket and sometimes it is a comment line.

The source code used is not modified during the process. So it is always the same source when compiling and when memory checking.

How can I fix this issue?

Regards,
Samuel
0 Kudos
2 Replies
David_A_Intel1
Employee
460 Views
Sounds like a problem with the debug information. What compiler and linker are you using and did you enable full debug info?
0 Kudos
Samuel_Medwedski
Beginner
460 Views
Sorry, I was in a hurry and forgot those infos.
I am on Visual Studio 2008 with VC++ native compiler with full debug info enabled

Samuel
0 Kudos
Reply