PlanetSquires Forums

Support Forums => General Board => Topic started by: Andy Flowers on March 24, 2016, 04:22:15 PM

Title: Source code XRef application
Post by: Andy Flowers on March 24, 2016, 04:22:15 PM
I don't know if any of you remember many years ago during the days of MS Basic 7.1,
there was a program around the was able to show you a list of all procedures being used and the ones not being used.

Do anyone know if something like this exist for PowerBasic. Back then I think it was called XRef.

Andy Flowers
Title: Re: Source code XRef application
Post by: Eddy Van Esch on March 24, 2016, 04:59:21 PM
Yes, look on the PB forums for a tool called PBCodec by Borje Hagsten.
It is integrated in Pauls JellyFish by the way ...

It also lists used and unused variables.
Title: Re: Source code XRef application
Post by: Eddy Van Esch on March 24, 2016, 05:03:24 PM
Here you go ...:
http://powerbasic.com/files/pbcodec.zip


Title: Re: Source code XRef application
Post by: Andy Flowers on March 24, 2016, 06:46:45 PM
Thanks Eddy. Will check it out.