From a137544456997fe34f2926cfde3b0951b4ada6ae Mon Sep 17 00:00:00 2001 From: Lutz Date: Mon, 22 Feb 2021 07:47:07 +0100 Subject: [PATCH] additional doku files --- Documentacion/github/FoxBin2Prg_Object.md | 0 Documentacion/github/FoxBin2Prg_Run.md | 0 Documentacion/github/FoxBin2prg.md | 10 +++++++--- 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 Documentacion/github/FoxBin2Prg_Object.md create mode 100644 Documentacion/github/FoxBin2Prg_Run.md diff --git a/Documentacion/github/FoxBin2Prg_Object.md b/Documentacion/github/FoxBin2Prg_Object.md new file mode 100644 index 0000000..e69de29 diff --git a/Documentacion/github/FoxBin2Prg_Run.md b/Documentacion/github/FoxBin2Prg_Run.md new file mode 100644 index 0000000..e69de29 diff --git a/Documentacion/github/FoxBin2prg.md b/Documentacion/github/FoxBin2prg.md index ee81d09..6c26481 100644 --- a/Documentacion/github/FoxBin2prg.md +++ b/Documentacion/github/FoxBin2prg.md @@ -52,12 +52,16 @@ The extensions may be reconfigured to be compatible with SCCAPI (just tested wit ![FoxBin2prg_scctextx-vs-FoxBin2Prg_mnx_EN.png](pictures/FoxBin2prg_scctextx-vs-FoxBin2Prg_mnx_EN.png) ## Usage FoxBin2Prg can be used in tree ways: -1. EXE version: (Recommended and fastest) +1. [EXE version](./FoxBin2Prg_Run.md): (Recommended and fastest) - All-inclusive, you just need foxbin2prg.exe and filename_caps.exe/cfg. - Runs from windows -1. PRG version: +1. [PRG version](./FoxBin2Prg_Run.md): - You need various files: foxbin2prg.prg, all the props*.txt files and filename_caps.exe/cfg. - Runs out of VFP IDE, no problems mixing VFP 9 and VFPA -1. Object version +1. [Object version](./FoxBin2Prg_Object.md): - Usable out of own code - expandable +## Keep reading: +- [FoxBin2Prg Internals and Configuration](./FoxBin2Prg_Internals.md) +- [FoxBin2Prg and use with SCM tools](./FoxBin2Prg_SCM.md) +- [FoxBin2Prg Full Change History](./FoxBin2Prg_Changes.md) \ No newline at end of file