This program is intended to be used alone or with SCM tools (Source Code Managers, like VSS, CVS, SVN) andDVCS tools (like Git, Mercurial, Plastic, and others) or alone for Diff (viewing differences) andMerge operations, that pretends to substitute SccText/X and TwoFox and enhance their functionality, generating bidirectional TEXTprg-style versions that allow modifications and recreate the original binary file.
> Documentation in English
> Documentación en Español
> Read the FoxBin2Prg Full Change History or download previous versions
Note: Versions marked as "Preview" are Beta, and not Final versions.
> Documentation in English
> Documentación en Español
> Read the FoxBin2Prg Full Change History or download previous versions
Note: Versions marked as "Preview" are Beta, and not Final versions.
Rel.Date | Developer | Ver# | Observations |
---|---|---|---|
2015/09/01 | FDBOZZO | v1.19.46 Preview-1 | Bug Fix: set_UserValue() method causes error when trying to get information about another error and the VFP binary table can not be opened (ie, because corrupted memo) |
Feature: Added internal support for querying directory cfg information, with a new optional parameter, for API methods that require it (ie: get_Ext2FromExt, hasSupport*) | |||
Feature: Convert FUNCTION to PROCEDURE for maintaining compatibility with the way that VFP save methods on binaries | |||
New fb2p_diff.exe: Allow a quick Diff of VFP9 binaries, for those that don't need converting to text manually | |||
Preview-2 | Bug Fix: When processing a directory or a project with all the files, sometimes an "Alias already in use" error may occur (Dave Crozier) | ||
Preview-3 | Bug Fix mnx: When menu options contains '&&' in their texts, menu binary is corrupted when regenerated (Walter Nichols) | ||
Preview-4 | Bug Fix fb2p_diff: When calling fb2p_diff.exe from a directory out of FoxBin2Prg dir, an error is thrown because FoxBin2Prg is not found (Mike Potjer) | ||
Preview-5 | Feature: In some environments and under some conditions WSscript.Shell object can cause problems, so now it's replaced with Win32 native functions (Aurélien Dellieux) | ||
Bug Fix frx/lbx: Ordering of report objects changes the ZOrder of near objects that can overlap, which can cause bad visualization and printing (Ryan Harris) | |||
Preview-6 | Bug Fix frx/lbx: When regenerating reports or labels with multiline texts center or right aligned, alignment is not completely right (Ryan Harris) | ||
Preview-7 | Bug Fix frx/lbx: When grouping objects in design mode, generating text and regenerating binary cause the lost of the grouping (does not affect data) (Lutz Scheffler) | ||
RALFXWAGNER | Preview-8 | Bug Fix Pjx: SPR and MPR files are not correctly identified in the PJX Project info (Ralf Wagner) | |
Preview-9 | Bug Fix Pj2: An error is thrown when regenerating a PJX from a PJ2 when some file have parenthesis in it's name (EddieC) | ||
Preview-9 | Feature (dbf): New ExcludeDBFAutoincNextval parameter for minimizing DB2 differences (edyshor) | ||
2015/06/21 (dl=1302) | FDBOZZO | v1.19.45 | Bug Fix mnx: When a menu that uses single quotes or an expression in the option's MESSAGE is exported to text, when regenerating the menu from the text there are parts of the message that are cut off (Mike Potjer) |
Bug Fix: When processing multiple PJ2 files, an error "variable llError not defined" can occur (Lutz Scheffler) | |||
Bug Fix pjx/pj2: PJX/PJ2 projects that references files from other disk units throw errors for those files when processing with "*" or "*-" options (Matt Slay) | |||
Bug Fix: When processing multiple-files, sometimes encountered errores are not reported | |||
Feature (API-PJX): New loadModule() method that returns the internal FoxBin2Prg Project object when the full name of an existent project file is specified | |||
Feature (API-PJX): New getFilesNotFound() method for the FoxBin2Prg's Project object, that returns the count of files referenced in the project that are not found on disk and an array with all the existence state of each file |