From 05b358e249d9eea7ec35b705f27da43be7f4a3c9 Mon Sep 17 00:00:00 2001 From: Lutz Date: Thu, 16 Mar 2023 21:14:15 +0100 Subject: [PATCH] Limits of FoxBin2Prg Updates to documentation for issue #93 --- README.md | 5 +++++ docs/FoxBin2Prg.md | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef1e824..4d87108 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/FoxBin2Prg.md b/docs/FoxBin2Prg.md index e41e5ce..7045ae3 100644 --- a/docs/FoxBin2Prg.md +++ b/docs/FoxBin2Prg.md @@ -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) \ No newline at end of file +Last changed: _2023/03/16_ ![Picture](./pictures/vfpxpoweredby_alternative.gif) \ No newline at end of file