Limits of FoxBin2Prg

Updates to documentation for issue #93
This commit is contained in:
Lutz
2023-03-16 21:14:15 +01:00
parent 05cb481a2c
commit 05b358e249
2 changed files with 11 additions and 1 deletions

View File

@@ -139,6 +139,11 @@ 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
```
----
## Limitations
If dealing with project files, FoxBin2Prg will fail if files of the project are not stored on the drive of the project.
See issue #93.
----
## Usage
For usage see [documentation](./docs/FoxBin2Prg.md)

View File

@@ -15,6 +15,7 @@ As far as possible these are the original documents. Changes are added where fun
- [What is FoxBin2Prg](#what-is-foxbin2prg)
- [Advantages](#advantages)
- [Example](#example)
- [Limitations](#limitations)
- [Usage](#usage)
- [Keep reading](#keep-reading)
@@ -62,6 +63,10 @@ The extensions may be reconfigured to be compatible with SCCAPI (just tested wit
![FoxBin2prg_scctextx-vs-FoxBin2Prg_scx_EN.png](pictures/FoxBin2prg_scctextx-vs-FoxBin2Prg_scx_EN.png)
![FoxBin2prg_scctextx-vs-FoxBin2Prg_mnx_EN.png](pictures/FoxBin2prg_scctextx-vs-FoxBin2Prg_mnx_EN.png)
## Limitations
If dealing with project files, FoxBin2Prg will fail if files of the project are not stored on the drive of the project.
See issue #93.
## Usage
FoxBin2Prg can be used in tree ways:
1. [EXE version](./FoxBin2Prg_Run.md): (Recommended and fastest)
@@ -86,4 +91,4 @@ FoxBin2Prg can be used in tree ways:
This project is part of [VFPX](https://vfpx.github.io/).
----
Last changed: _2022/06/10_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)
Last changed: _2023/03/16_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)