Skip to content

Commit 607c612

Browse files
committed
Removed VFPX references
1 parent c5a1a31 commit 607c612

15 files changed

+19
-86
lines changed

.github/CONTRIBUTING.md

+1-34
Original file line numberDiff line numberDiff line change
@@ -61,44 +61,11 @@ Stuff is a bit scattered, so this is where to look up.
6161
```
6262
13. Alter the version number for the EXE to the version used above.
6363
14. Compile to EXE **in VFP9 SP2**
64-
15. Change Thor ([see below](#thor-conventions))
6564
16. commit
6665
17. push to your fork
6766
18. create a pull request
6867

69-
## Thor conventions
70-
This project is part of [VFPX](https://vfpx.github.io/) and published via [Thor](https://github.com/VFPX/Thor).
71-
Some steps must be done to create the information for Thor
72-
### Using VFPXDeployment
73-
The standard procedure to create the Thor files is runing VFPXDeployment via Thor.
74-
1. If you add or remove files to FoxBin2Prg, that you need in the release:
75-
- alter *BuildProcess/installedfiles.txt*, see [here](https://github.com/VFPX/VFPXDeployment/blob/main/docs/Documentation.md#installedfilestxt)
76-
- open the *Helper/Clean_ThorFolder.prg* file
77-
- navigate to *Get_CompareFiles procedure*
78-
- alter the TEXT .. ENDTEXT section to remove all files deleted and add new files, check the block for examples.
79-
- There is a programm *Helper/GetRevisions.prg* to create the list, but this need to run VFPXDeployment one time to create the INSTALLEDFILES directory before.
80-
2. Run VFPXDeployment. It will set version number to EXE, compile, set several documentation and create the files for Thor.
81-
3. commit
82-
4. push to your fork
83-
5. create a pull request
84-
85-
### Without VFPXDeployment
86-
If you do not use VFPXDeployment
87-
There are some considerations to make to add a new version to Thor.
88-
Please check [Supporting Thor Updater](https://vfpx.github.io/thorupdate/)
89-
In special:
90-
- Update _Project.txt_, in special the version number
91-
- update the *Helper/Clean_ThorFolder.prg* file, see above
92-
- add files to _FoxBin2Prg.zip_, namely
93-
- FoxBin2Prg.prg,
94-
- FoxBin2Prg.exe,
95-
- the config files templates
96-
- Clean_ThorFolder.prg
97-
- Update the version number in _FoxBin2PrgVersion.txt_
98-
- Update the changelog in _FoxBin2PrgVersion.txt_
99-
- the use of CreateThorUpdate.ps1 is not longer recommended.
100-
10168
Thanks
10269

10370
----
104-
Last changed: _2023/08/08_ ![Picture](../docs/pictures/vfpxpoweredby_alternative.gif)
71+
Last changed: _2023/08/26_

Helper/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Programs used to assist with the program, inherited from Fernando
44

5-
Last changed: _2023/08/06_ ![Picture](../docs/pictures/vfpxpoweredby_alternative.gif)
5+
Last changed: _2023/08/26_

README.md

+2-13
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
**Binary/Text Converting program for Microsoft Visual FoxPro**
33

44
## Lutz Scheffler
5-
![VFPX Logo](https://vfpx.github.io/images/vfpxbanner_small.gif)
65

76
This is the perpetuation of [Fernando D. Bozzo](https://github.com/fdbozzo) foxbin2prg.
87
It's the main tool with some bugs fixes and some new functions.
98
Since I now maintain this project, my [fork](https://github.com/lscheffler/foxbin2prg) is no longer in sync.
109

1110
The spanish documentation is not longer maintained - it would fade.
12-
For fast access a quick run is [introduced](#use-foxbin2prg), more [complex](./docs/FoxBin2Prg_Run.md#usage-1), and a large [documentation](./docs/FoxBin2Prg.md) exists too.
13-
If you do not access FoxBin2Prg via [Thor](https://github.com/VFPX/Thor) remind yourself to compile the exe first.
11+
Remind yourself to compile the exe first.
1412

1513
---
1614
If you like to value my work, support the Geeks at
@@ -144,13 +142,4 @@ See [issue #93](https://github.com/fdbozzo/foxbin2prg/issues/93).
144142
## Usage
145143
For usage see [documentation](./docs/FoxBin2Prg.md)
146144

147-
Last changed: _<!--CVERSIONDATE-->2023-08-12<!--/CVERSIONDATE-->_ ![Picture](./docs/pictures/vfpxpoweredby_alternative.gif)
148-
<comment>
149-
Rework Thor_Update_FoxBin2Prg.prg, GetNotes() useless or to much.
150-
151-
location der Dateien
152-
- remotes version file (version auf github) lcAppID + 'Version.txt'
153-
- locales version file (version im localen thor) lcAppID + 'VersionFile.txt'
154-
das muss nicht in der Wurzel liegen
155-
156-
</comment>
145+
Last changed: _2023-08-26_

docs/ChangeLog.md

+4-9
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ As far as possible these are the original documents. Changes are added where fun
1515
- [Remark](#remark)
1616
- [Full Change History](#full-change-history)
1717

18-
For recent verisons see
19-
![Picture](./pictures/FoxBin2Prg_Full_Change_History_vfpxreleasesmall.png) [FoxBin2PRG](https://github.com/fdbozzo/foxbin2prg)
20-
2118
## Full Change History
2219
This page is not only to get the history of the changes, but to keep a permanent list of people that have contributed to enhance FoxBin2Prg and that I feel as part of the ADN of this tool.
2320

@@ -27,8 +24,10 @@ _**Note:** you can click on the version number for downloading this version from
2724

2825
| Rel.Date | Developer | Version | Details |
2926
| - | - | - | - |
30-
| 2023/08/xx | LScheffler | [v1.19.79](https://github.com/fdbozzo/foxbin2prg/releases/tag/v1.19.79) | **Bug Fix**: Issues with form charsets ( national letters in form and controls Caption field) (KestasL) <br /> This fixes also: Forms with ole controls conversion error (also: any vcx) #95 (KestasL) |
27+
| 2023/08/26 | LScheffler | [v1.20.00](https://github.com/fdbozzo/foxbin2prg/releases/tag/v1.19.79) | **Bug Fix**: Issues with form charsets ( national letters in form and controls Caption field) (KestasL) <br /> This fixes also: Forms with ole controls conversion error (also: any vcx) #95 (KestasL) |
3128
| | | | **Enhancement**: Added option to return version number |
29+
| | | | **Bug Fix**: Bug Fix: codepage is lost on recreation, issue #96, fixes issue #95 (OLE) as well (KestasL) |
30+
| | | | Since all files will be rewritten due to the codepage stored, it's a good time to change version number too. |
3231
| 2023/03/20 | LScheffler | [v1.19.78](https://github.com/fdbozzo/foxbin2prg/releases/tag/v1.19.78) | **Enhancement**: Text2Bin on PJX errors out for projects with an attach icon that has a drive letter on its path. #93 (ericbarte) |
3332
| | | | **Enhancement**: Documentation enhanced |
3433
| 2023/03/16 | LScheffler | [v1.19.77](https://github.com/fdbozzo/foxbin2prg/releases/tag/v1.19.77) | **Bug Fix**: Bin2Txt Operation on VCX loses leading spaces in Property Values #90 (JoergSchneider) |
@@ -422,8 +421,4 @@ _**Note:** you can click on the version number for downloading this version from
422421
| 2013/11/22 | FDBOZZO | [v1.0](https://github.com/fdbozzo/foxbin2prg/tree/v1.0---pública) | Initial creation of clases on prg and support of VCX/SCX/PJX files |
423422

424423
----
425-
![VFPX logo](https://vfpx.github.io/images/vfpxbanner_small.gif)
426-
This project is part of [VFPX](https://vfpx.github.io/).
427-
428-
----
429-
Last changed: _2023/08/04_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)
424+
Last changed: _2023/08/26_

docs/FoxBin2Prg.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ As far as possible these are the original documents. Changes are added where fun
2020
- [Keep reading](#keep-reading)
2121

2222
## Source
23-
Original repository at https://github.com/fdbozzo/foxbin2prg.
24-
Or install via [Thor](https://github.com/VFPX/Thor/blob/master/Docs/Thor_install.md), this keeps you on the latest version.
23+
Original repository at https://github.com/lscheffler/foxbin2prg.
2524

2625
## Requirements
2726
- A copy of MS VFP9 SP1, at least _3504_
@@ -87,8 +86,4 @@ FoxBin2Prg can be used in tree ways:
8786
- [FoxBin2Prg and use with git](./FoxBin2Prg_git.md)
8887

8988
----
90-
![VFPX logo](https://vfpx.github.io/images/vfpxbanner_small.gif)
91-
This project is part of [VFPX](https://vfpx.github.io/).
92-
93-
----
94-
Last changed: _2023/08/06_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)
89+
Last changed: _2023/08/26_

docs/FoxBin2Prg_Internals.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -740,8 +740,4 @@ For options on integrating FoxBin2Prg with SCM tools, look at this topic:
740740
See [FoxBin2Prg and use with git](./FoxBin2Prg_git.md)
741741

742742
----
743-
![VFPX logo](https://vfpx.github.io/images/vfpxbanner_small.gif)
744-
This project is part of [VFPX](https://vfpx.github.io/).
745-
746-
----
747-
Last changed: _2023/03/20_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)
743+
Last changed: _2023/08/26_

docs/FoxBin2Prg_Object.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,4 @@ The _BIN2PRG, PRG2BIN, INTERACTIVE, SHOWMSG_ cTypes might be mixed freely like:
101101
Return value is 0=OK, 1=Error.
102102

103103
----
104-
![VFPX logo](https://vfpx.github.io/images/vfpxbanner_small.gif)
105-
This project is part of [VFPX](https://vfpx.github.io/).
106-
107-
----
108-
Last changed: _2023/03/20_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)
104+
Last changed: _2023/08/26_

docs/FoxBin2Prg_Run.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,5 @@ FoxBin2Prg - Binary2Text.lnk <path>\foxbin2prg.exe "BIN2PRG-SHOWMSG"
166166
FoxBin2Prg - Text2Binary.lnk <path>\foxbin2prg.exe "PRG2BIN-SHOWMSG"
167167
FoxBin2Prg.lnk <path>\foxbin2prg.exe "INTERACTIVE-SHOWMSG"
168168
```
169-
170-
----
171-
![VFPX logo](https://vfpx.github.io/images/vfpxbanner_small.gif)
172-
This project is part of [VFPX](https://vfpx.github.io/).
173-
174169
----
175-
Last changed: _2023/03/20_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)
170+
Last changed: _2023/08/26_

docs/pictures/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ This folder containes the pictures for the reworked documentation resources for
99
- [FoxBin2Prg](../FoxBin2Prg.md)
1010

1111
----
12-
Last changed: _2021/03/03_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)
12+
Last changed: _2023/08/26_

docs/pictures/vfpxbanner_small.gif

-6.18 KB
Binary file not shown.

docs/pictures/vfpxbanner_small.png

-5.63 KB
Binary file not shown.
-519 Bytes
Binary file not shown.

docs/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ and my spanish is good enough to order a beer.
1111
- [FoxBin2Prg](./FoxBin2Prg.md)
1212

1313
----
14-
Last changed: _2021/08/30_ ![Picture](./pictures/vfpxpoweredby_alternative.gif)
14+
Last changed: _2023/08/26_

foxbin2prg.pjx

0 Bytes
Binary file not shown.

foxbin2prg.prg

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#DEFINE DN_FB2PRG_VERSION 1.19
2-
#DEFINE DC_FB2PRG_VERSION_REAL '1.19.79'
1+
#DEFINE DN_FB2PRG_VERSION 1.20
2+
#DEFINE DC_FB2PRG_VERSION_REAL '1.20.00'
33

44
*---------------------------------------------------------------------------------------------------
55
* Module.........: FOXBIN2PRG.PRG - FOR VISUAL FOXPRO 9.0
@@ -304,8 +304,8 @@
304304
* 16/03/2023 LScheffler v1.19.77 Bug Fix: Bin2Txt Operation on VCX loses leading spaces in Property Values #90 (JoergSchneider)
305305
* 16/03/2023 LScheffler v1.19.77 Bug Fix: Txt2Bin Operation on VCX looses double ampersand in Property Values #91 (LScheffler)
306306
* 20/03/2023 LScheffler v1.19.78 Enhancement: Text2Bin on PJX errors out for projects with an attach icon that has a drive letter on its path. #93 (ericbarte)
307-
* 06/08/2023 LScheffler v1.19.79 Enhancement: Added option to return version number (KestasL)
308-
* 20/08/2023 LScheffler v1.19.79 Bug Fix: codepage is lost on recreation, issue #96, fixes issue #95 (OLE) as well (KestasL)
307+
* 06/08/2023 LScheffler v1.20.00 Enhancement: Added option to return version number (KestasL)
308+
* 20/08/2023 LScheffler v1.20.00 Bug Fix: codepage is lost on recreation, issue #96, fixes issue #95 (OLE) as well (KestasL)
309309
* </HISTORIAL DE CAMBIOS Y NOTAS IMPORTANTES>
310310
*
311311
*---------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)