Page 1 of 1

Utility to show orphan memvars?

Posted: Wed Aug 30, 2017 8:01 pm
by bluebird
Dear Users

After building and revising a project, one can end up with variables all over the place which are no longer used.

I remember in the Clipper era that I had a utility that did general formatting on your code, identified

functions and their callers, and also listed original memvar declarations along with their reference lines.

Is there a utility around HMG world that can indicate "orphan" memvars?

Thanks for reading this request

Re: Utility to show orphan memvars?

Posted: Wed Aug 30, 2017 8:23 pm
by srvet_claudio
Compile with directive -w3

Re: Utility to show orphan memvars?

Posted: Sat Sep 09, 2017 4:50 am
by bluebird
Thanks for the reply.

However, I don't understand the 'compilation'. I always create the EXE file runing a build.bat file, not a compili command
Is there a write up that I can read to see what you mean?

Thanks