Content
This tool create dump file from any FLL file and has two parts. First part (dumpfll.prg) create dump object from FLL file. Second part (dumpfll2txt.prg) create dump file from dump object. Third part (dumpfll2txt.prg) create special dump file from dump object about FLL functions. In standard dump file are stores
PUBLIC loDump DO dumpfll WITH "l:\foxtools.fll",loDump && Create dump object DO dumpfll2txt WITH "l:\foxtools.dump",loDump && Save informations from dump object to text file
Final version - source code.
Final version - source code.
Final version - source code.
Final version - source code.