Yes. I have not integrated into the PM as of yet. Someday... Maybe at the same time I get Doug Hennig's VFPX PM replacement going.
Mostly I use it as a way to move code snippets around between client specific implementations or diff my source code when modified by other devs. For example, I have a custom VCX for each client implementation and periodically I may add something that needs to go into all of them. It can be faster to update the text files and then convert back to binary then doing a bunch of modi class stuff. Another way I've used it is when I get a new version of the VFPX VFPWorkbook XLSX class, I use the VC2 files to move my custom mods to the new version.
--
rk
-----Original Message----- From: ProfoxTech [mailto:profoxtech-bounces@leafe.com] On Behalf Of mbsoftwaresolutions@mbsoftwaresolutions.com Sent: Monday, January 29, 2018 2:48 PM To: profoxtech@leafe.com Subject: Re: Trashed class library
On 2018-01-29 11:31, Richard Kaye wrote:
+1 to FoxBin2Prg.
Are you using this, Richard? If so, in a ProjectHook.AfterBuild event or where?