Commited changes
This commit is contained in:
31
README.md
31
README.md
@@ -12,7 +12,6 @@ It's main purpose it's to fix some bugs and add some new functions. It looks lik
|
||||
I do not maintain the spanish documentation - it would fade. So just check Fernados repo for this information.
|
||||
A quick run is [introduced](#use-foxbin2prg), more [complex](./Documentacion/github/FoxBin2prg_Run.md#usage-1), and a large [documentation](./Documentacion/github/FoxBin2prg.md) exists too.
|
||||
Remember yourself to compile the exe first.
|
||||
For a quick few of the changes made by the fork, see [Changes by the fork](#changes-by-the-fork).
|
||||
|
||||
---
|
||||
---
|
||||
@@ -115,9 +114,7 @@ This program is Open Source and "libre", and I don't make any guaranties that it
|
||||
I will try to fix bugs if my obligations let me do it.
|
||||
|
||||
## Project info and updates:
|
||||
|
||||
Fernando D. Bozzo's repository at Github: https://github.com/fdbozzo/foxbin2prg
|
||||
Lutz Scheffler's repository at Github: https://github.com/lscheffler/foxbin2prg
|
||||
|
||||
## LICENCE:
|
||||
This work is licensed under the Creative Commons Attribution 4.0 International License.
|
||||
@@ -125,11 +122,28 @@ To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0
|
||||
|
||||
---
|
||||
---
|
||||
## Changes
|
||||
See [Changes](./Documentacion/github/FoxBin2prg_Changes.md)
|
||||
|
||||
## Changes in 1.19.59
|
||||
* Added support for writing to a different folder than the source code using a new tcOutputFolder parameter
|
||||
* Added a configuration item: HomeDir, which determines if HomeDir is saved in PJ2 files (the default is 1 for Yes)
|
||||
* Logging of settings as settings object passed to execute method (Option debug > 0)
|
||||
* Bug Fixes: RedirectClassType = 2
|
||||
* Improved, Better description of ClassPerFileCheck and tcOutputFolder.
|
||||
* Added option to create config file template based on current values of a directory
|
||||
To create config file (working settings) with all values set for a folder.
|
||||
Intended for storing the settings with the project.
|
||||
|
||||
```
|
||||
DO FOXBIN2PRG.PRG WITH "-C","template.cfg" ==> Generates a file like FoxBin2Prg.cfg config file with recent settings
|
||||
```
|
||||
|
||||
## Changes in 1.19.58
|
||||
* Added support for writing to a different folder than the source code using a new tcOutputFolder parameter
|
||||
* Added a configuration item: HomeDir, which determines if HomeDir is saved in PJ2 files (the default is 1 for Yes)
|
||||
|
||||
## Changes by this fork (1.19.55)
|
||||
## Changes pre 1.19.58
|
||||
To get the new settings in config file, use the new create-a-template function:
|
||||
|
||||
```
|
||||
@@ -137,10 +151,6 @@ DO FOXBIN2PRG.PRG WITH "-c","template.cfg" ==> Generates a template for Fox
|
||||
DO FOXBIN2PRG.PRG WITH "-t","template.dbf.cfg" ==> Generates a template for table.dbf.cfg per table config file with newest settings
|
||||
```
|
||||
|
||||
### Exe file
|
||||
Removed exe file. Just a bloat of teh repo, any disciple of the Fox know how to create, if in need.
|
||||
The prg works anyway.
|
||||
|
||||
### Split of container files
|
||||
VCX, SCX and DBC are container that hold different items. There is was a single option to split them.
|
||||
The split of DBC the same way like VCX/SCX might not be the best choice under all circumstances.
|
||||
@@ -164,8 +174,6 @@ old commits / versions would have the old config.
|
||||
So the settings would fit the data and FoxBin2Prg could generate according to it.
|
||||
|
||||
### Fixes
|
||||
Fixes only are in the fork branch of this repo.
|
||||
|
||||
| Details |
|
||||
| - |
|
||||
| Added MEM and FKY options to config template and internal documentation |
|
||||
@@ -177,6 +185,7 @@ Fixes only are in the fork branch of this repo.
|
||||
| DBF_Conversion_Condition, problem with macro expansion |
|
||||
| Bug on special setting for import in form file[.baseclass].class.vc2 |
|
||||
| Bug on RedirectClassType = 2 mixed up PATH |
|
||||
| Bug on RedirectClassType = 2, UseClassPerFile = 2 failed |
|
||||
|
||||
### Features
|
||||
|
||||
@@ -206,4 +215,4 @@ This folder containes the files necessary to run FoxBin2Prg.prg or to create the
|
||||
For usage see [documentation](./Documentacion/github/FoxBin2prg.md)
|
||||
|
||||
----
|
||||
Last changed: _2021/03/05_ 
|
||||
Last changed: _2021/03/09_ 
|
||||
Reference in New Issue
Block a user