Problem with version number in EXE
fixed https://github.com/fdbozzo/foxbin2prg/issues/69
This commit is contained in:
@@ -58,8 +58,8 @@ for which a _Text_ version is generated with pj2, sc2, vc2, fr2, lb2, dc2, db2,
|
||||
The extensions may be reconfigured to be compatible with SCCAPI (just tested with SourceSafe).
|
||||
|
||||
## Example
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## Usage
|
||||
FoxBin2Prg can be used in tree ways:
|
||||
@@ -15,9 +15,6 @@ As far as possible these are the original documents. Changes are added where fun
|
||||
- [Remark](#remark)
|
||||
- [Full Change History](#full-change-history)
|
||||
|
||||
## Remark
|
||||
The older links point to Fernandos repository.
|
||||
|
||||
For recent verisons see
|
||||
 [FoxBin2PRG](https://github.com/fdbozzo/foxbin2prg)
|
||||
|
||||
@@ -30,6 +27,8 @@ _**Note:** you can click on the version number for downloading this version from
|
||||
|
||||
| Rel.Date | Developer | Version | Details |
|
||||
| - | - | - | - |
|
||||
| 2021/08/20 | LScheffler | [v1.19.66](https://github.com/fdbozzo/foxbin2prg/releases/tag/v1.19.66) | **Bug Fix**: Incorrect version showing for v1.19.65 (siara-cc) |
|
||||
| 2021/08/20 | LScheffler | [v1.19.66](https://github.com/fdbozzo/foxbin2prg/releases/tag/v1.19.66) | **Enhancement**: Incorrect links on documentation (siara-cc) |
|
||||
| 2021/05/20 | LScheffler | [v1.19.65](https://github.com/fdbozzo/foxbin2prg/releases/tag/v1.19.65) | **Bug Fix**: Parameters -cCt not working from command line. (LScheffler) |
|
||||
| 2021/04/22 | LScheffler | [v1.19.64](https://github.com/fdbozzo/foxbin2prg/releases/tag/v1.19.64) | **Bug Fix**: onverting MN2 to MNX ignores the programmer-defined bar # found in "Prompt Options" screen. (Jimrnelson) |
|
||||
| | | | **Bug Fix**: Converting MN2 to MNX ignores the programmer-defined Pad Name found in "Prompt Options" screen. (LScheffler) |
|
||||
@@ -357,7 +356,7 @@ _**Note:** you can click on the version number for downloading this version from
|
||||
|||| Added support for converting SourceSafe PJM to FoxBin PJ2 |
|
||||
|||| Added validation for Menus when converting from older versions, so user can convert it to VFP 9 format first |
|
||||
|||| Change in MN2 property: "Autor" was changed to "Author". You can add the missing letter to MN2 or regenerate |
|
||||
| 2014/01/07 | FDBOZZO | [v1.18.1](https://github.com/fdbozzo/foxbin2prg/tree/v1.18.1) | Added a vbs script (NormalizeFileNames.vbs) for FileNames normalizing in batch mode, and updated FileNameCaps.exe and the call on FoxBin2prg |
|
||||
| 2014/01/07 | FDBOZZO | [v1.18.1](https://github.com/fdbozzo/foxbin2prg/tree/v1.18.1) | Added a vbs script (NormalizeFileNames.vbs) for FileNames normalizing in batch mode, and updated FileNameCaps.exe and the call on FoxBin2Prg |
|
||||
| 2014/01/06 | FDBOZZO | [v1.18](https://github.com/fdbozzo/foxbin2prg/tree/v1.18-pública) | **bug fix**: mnx Generation of DO Procedure or Command when no Procedure or Command available to call when empty option is created (Fidel Charny) |
|
||||
|||| Added support for DBFs earlier than VFP 9 for generating DB2 text, but DBF regeneration is in VFP 9 version! |
|
||||
|||| dbf bug fix: DBFs linked to a DBC that use long field names throw error when regenerating DBFs |
|
||||
|
||||
@@ -326,7 +326,7 @@ and some tables with their data exported for easy diffing with previous versions
|
||||
or even use **"DBF_Conversion_Support: 8"** (available since v1.19.47) for bidirectional support of data import/export.
|
||||
|
||||
### Order and range of records
|
||||
**FoxBin2prg.cfg (Main CFG, Directory CFG or Table CFG)**
|
||||
**FoxBin2Prg.cfg (Main CFG, Directory CFG or Table CFG)**
|
||||
New foxbin2prg.cfg options for filtering tables from conversion using one or multiple conbinations of filemasks.
|
||||
|
||||
#### Syntax
|
||||
|
||||
@@ -88,7 +88,7 @@ With thanks to Fernando **FoxBin2Prg** comes into play.
|
||||
One might be reluctant to dropping the binaries - but I do for years and it works like a charm.
|
||||
Do not play around with text-to-look-up-changes ideas storing both _Text_ and _Binary_.
|
||||
Just merge, compare like a normal text based language.
|
||||
The only thing one must learn (and remember, even after odd merges) is to run FoxBin2prg wrapping any git operation.
|
||||
The only thing one must learn (and remember, even after odd merges) is to run FoxBin2Prg wrapping any git operation.
|
||||
|
||||
git would even allow to hook FoxBin2Prg to run after some git operations, but this might be a killer.
|
||||
|
||||
@@ -215,7 +215,7 @@ An example for _Text_ only use.
|
||||
#header
|
||||
!*.h
|
||||
|
||||
#libs (by FoxBin2prg)
|
||||
#libs (by FoxBin2Prg)
|
||||
#!*.vc[xt]
|
||||
#!*.pj[xt]
|
||||
#!*.fr[xt]
|
||||
@@ -223,7 +223,7 @@ An example for _Text_ only use.
|
||||
#!*.sc[xt]
|
||||
#!*.lb[xt]
|
||||
|
||||
#FoxBin2prg
|
||||
#FoxBin2Prg
|
||||
!*.vc2
|
||||
!*.pj2
|
||||
!*.fr2
|
||||
@@ -240,7 +240,7 @@ An example for _Text_ only use.
|
||||
|
||||
#diverse
|
||||
!*.reg
|
||||
!/FoxBin2prg.cfg
|
||||
!/FoxBin2Prg.cfg
|
||||
!README.md
|
||||
|
||||
#exclude special again
|
||||
|
||||
@@ -6,7 +6,7 @@ Project to generate text representations of VFP binary sources for source contro
|
||||
This folder containes the pictures for the reworked documentation resources for use with github repo.
|
||||
|
||||
|
||||
- [FoxBin2prg](../FoxBin2prg.md)
|
||||
- [FoxBin2Prg](../FoxBin2Prg.md)
|
||||
|
||||
----
|
||||
Last changed: _2021/03/03_ 
|
||||
@@ -8,7 +8,7 @@ This folder containes the reworked documentation resources for use with github r
|
||||
Please Note: The spanish documents are removed, because the documents here represent the state of the development,
|
||||
and my spanish is good enough to order a beer.
|
||||
|
||||
- [FoxBin2prg](./FoxBin2prg.md)
|
||||
- [FoxBin2Prg](./FoxBin2Prg.md)
|
||||
|
||||
----
|
||||
Last changed: _2021/05/18_ 
|
||||
Reference in New Issue
Block a user