Software Archive
Read-only legacy content
17061 ディスカッション

Memory detection points always to empty or comment lines

Samuel_Medwedski
ビギナー
467件の閲覧回数
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 件の賞賛
2 返答(返信)
David_A_Intel1
従業員
467件の閲覧回数
Sounds like a problem with the debug information. What compiler and linker are you using and did you enable full debug info?
Samuel_Medwedski
ビギナー
467件の閲覧回数
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
返信