Commit Graph

948 Commits

Author SHA1 Message Date
fdbozzo
84fad6b6c8 Leveling with v1.19.49.8 2018-02-03 13:44:10 +01:00
fdbozzo
4ddd2fc0d8 v1.19.49.8
- Bug Fix: When converting a VCX corrupted with duplicated objects to text, "The specified key already exists" error is thrown (Kirides)
2018-02-03 13:33:53 +01:00
fdbozzo
6edb8394ad Actualización del zip para Thor 2018-02-03 13:33:00 +01:00
fdbozzo
552dc6bf1e Added WinMerge Visual FoxPro 9 FoxBin2Prg files filter 2018-02-03 13:13:25 +01:00
fdbozzo
a18454b143 v1.19.49.8
- Bug Fix: When converting a VCX corrupted with duplicated objects to text, "The specified key already exists" error is thrown (Kirides)
2018-02-03 10:53:53 +01:00
fdbozzo
755e1083e3 - Bug Fix: When converting a DBF an error is thrown if there is a field called X or I (Francisco Prieto) 2018-01-11 20:29:48 +01:00
fdbozzo
c11e0bd842 - Bug Fix: When converting a DBF an error is thrown if there is a field called X or I (Francisco Prieto) 2018-01-11 20:29:26 +01:00
fdbozzo
6dc84dd374 Thor files update v1.19.49.6 2018-01-08 22:52:49 +01:00
fdbozzo
2d86f50e4c Thor files update v1.19.49.6 2018-01-08 22:39:26 +01:00
fdbozzo
6c557d5739 - BugFix vcx/scx: FoxBin2Prg should ignore the records that VFP Designer ignores (Doug Hennig / https://github.com/fdbozzo/foxbin2prg/issues/15)
- BugFix vcx/scx: FoxBin2Prg encodes MemberData property with CR/LF, which can cause "property '_memberdata' value is too long" error (Doug Hennig / https://github.com/fdbozzo/foxbin2prg/issues/16)
2018-01-06 21:41:09 +01:00
fdbozzo
f0454e0392 foxbin2prg.prg: Issue#15 fix (check only main object)
lib_controles.vcx: Change PCT_DLL.dll path
ut__foxbin2prg__c_conversor_prg_a_bin__analyzeAssignmentOf_Tag.prg: Adapt test case for issue#15
EXE generation
2018-01-06 21:40:10 +01:00
fdbozzo
9f9efb2fc8 FoxBin2PrgVersionFile update 2018-01-06 18:19:32 +01:00
fdbozzo
2f2a5a8938 BugFix vcx/scx: FoxBin2Prg encodes MemberData property with CR/LF, which can cause "property '_memberdata' value is too long" error (Doug Hennig / https://github.com/fdbozzo/foxbin2prg/issues/16) 2018-01-06 18:18:15 +01:00
fdbozzo
209ec3d8e7 BugFix vcx/scx: FoxBin2Prg should ignore the records that VFP Designer ignores (Doug Hennig / https://github.com/fdbozzo/foxbin2prg/issues/15) 2018-01-05 18:39:31 +01:00
fdbozzo
926106a9b2 Nivelacion con 1.19.49.5 2017-12-20 22:31:38 +01:00
fdbozzo
ef690d044c BugFix dbf: When FoxBin2PRG converts a DB2 file to a DBF file and imports the data (using DBF_Conversion_Support = 8), tabs at the start of lines in memo fields are lost (Doug Hennig) 2017-12-20 22:30:12 +01:00
fdbozzo
df87f24f21 BugFix dbf: When FoxBin2PRG converts a DB2 file to a DBF file and imports the data (using DBF_Conversion_Support = 8), tabs at the start of lines in memo fields are lost (Doug Hennig) 2017-12-20 22:28:46 +01:00
fdbozzo
fba79c8566 Renombrar métodos temporales 2017-12-20 22:27:47 +01:00
fdbozzo
5bda74718e When FoxBin2PRG converts a DB2 file to a DBF file and imports the data (using DBF_Conversion_Support = 8), tabs at the start of lines in memo fields are lost (Doug Hennig) 2017-12-20 20:10:15 +01:00
fdbozzo
f32b9b0013 When mixing SourceSafe reserved parameters with Class per file options, sometimes weird things happen 2017-12-20 19:01:32 +01:00
fdbozzo
4b31c1cba7 When mixing SourceSafe reserved parameters with Class per file options, sometimes weird things happen 2017-12-20 19:01:01 +01:00
fdbozzo
1457730a0e Version update for Thor 2017-12-05 00:57:23 +01:00
fdbozzo
9499ac9219 Nivelacion con 1.19.49.4 2017-12-04 22:35:20 +01:00
fdbozzo
030f287e82 Bug Fix VCX: When using ClassPerFile in API Mode and importing single classes, sometimes their names get unquoted, throwing errors / Reported by Lutz Scheffler (https://github.com/fdbozzo/foxbin2prg/issues/11) 2017-12-04 22:26:40 +01:00
fdbozzo
8e6601c11b Complementary files updated 2017-12-04 22:24:53 +01:00
fdbozzo
715df06c4c Bug Fix VCX: When using ClassPerFile in API Mode and importing single classes, sometimes their names get unquoted, throwing errors / Reported by Lutz Scheffler (https://github.com/fdbozzo/foxbin2prg/issues/11) 2017-12-04 22:17:30 +01:00
Fernando D. Bozzo
63c996eb71 Merge pull request #12 from fdbozzo/add-license-1
Create LICENSE
2017-12-03 23:18:09 +01:00
Fernando D. Bozzo
a87b2dc32f Create LICENSE 2017-12-03 23:16:26 +01:00
fdbozzo
62f3d74e9f Bug Fix db2: "Double" fields assume 2 decimals when defined with 0 decimals (Jerry Stager) 2017-12-03 13:34:09 +01:00
fdbozzo
6593a83d06 v1.19.49.3
Generación EXE
2017-12-03 13:22:53 +01:00
fdbozzo
5bbcc15161 Bug Fix db2: Los campos "Double" asumen 2 decimales cuando se definen con 0 decimales (Jerry Stager) 2017-12-03 13:03:07 +01:00
fdbozzo
8fef85636f v1.19.49.2
Bug Fix: ClassPerFile didn't work correctly starting from v1.19.49
Reported by Lutz Scheffler (https://github.com/fdbozzo/foxbin2prg/issues/9)
2017-12-03 01:39:48 +01:00
fdbozzo
0bc191c2e9 Added ThorUpdater folder and files
FoxBin2Prg.exe
2017-12-03 01:38:13 +01:00
fdbozzo
af768fe7a1 Test Bug Fix: DBF INTEGER AUTOINC test is failing because of a bad DBF reference value
DBF INTEGER AUTOINC test: Added more info about NextVal and Step values
2017-12-02 14:29:08 +01:00
fdbozzo
62353694a2 Quitar cambio demás y nuevo EXE 2017-12-02 01:09:10 +01:00
fdbozzo
f50381da0a Generar EXE 2017-12-02 01:06:27 +01:00
fdbozzo
2c629aca28 Bug Fix: ClassPerFile didn't work correctly starting from v1.19.49 Reported by Lutz Scheffler (https://github.com/fdbozzo/foxbin2prg/issues/9) 2017-12-02 01:05:17 +01:00
fdbozzo
aed73e48f8 VersionFile update and pjx update 2017-11-30 19:37:39 +01:00
fdbozzo
430095914e Bug Fix: "Double" field types are explicitly defined with 0 decimals when no decimals are defined 2017-11-12 00:12:30 +01:00
fdbozzo
8c73daee28 Bug Fix: "Double" field types are explicitly defined with 0 decimals when no decimals are defined 2017-11-12 00:12:10 +01:00
fdbozzo
6845b67fb3 BugFix: DEVINFO field is only used when doing PJX conversions. On other files throw errors 2017-06-25 20:25:47 +02:00
fdbozzo
9447050b41 BugFix: DEVINFO field is only used when doing PJX conversions. On other files throw errors 2017-06-25 20:24:42 +02:00
fdbozzo
58fdf742e0 BugFix: DEVINFO field is only used when doing PJX conversions. On other files throw errors 2017-06-25 20:24:05 +02:00
fdbozzo
cf8e0548cc updated version file 2017-04-26 21:10:02 +02:00
fdbozzo
2621e9eeb1 Updated project version to 1.19.50 2017-04-26 21:08:03 +02:00
fdbozzo
5814fe17a4 v1.19.49
- Replace Scripting.FileSystemObject MoveFile with Win32API equivalent
- Added support for using temporal CFG file for low-level API operations
- Bug Fix: Single-class export with "classlib.vcx::classname" syntax did not export (Lutz Scheffler)
- Added single-class import support ("library.vcx::classname::import")
- Added new single-class export syntax ("library.vcx::classname::export")
- Both single-class syntaxes doesn't require a CFG configuration
- Bug Fix: Partially corrupted frx/lbx info generated when using "&&" string inside field expressions (Alejandro A Sosa)
- sys(2023) secure temp: When sys(2023) points to "program files", then getenv("temp") is used
- Add more options to config.fpw to minimize interference from existent configs
- Feature: Save the contents of User field (Doug Hennig). Note: DevInfo is already supported
2017-04-26 00:05:02 +02:00
fdbozzo
345916cbd5 VersionFile update 2017-04-26 00:04:46 +02:00
fdbozzo
e081237fa6 v1.19.49
- Replace Scripting.FileSystemObject MoveFile with Win32API equivalent
- Added support for using temporal CFG file for low-level API operations
- Bug Fix: Single-class export with "classlib.vcx::classname" syntax did not export (Lutz Scheffler)
- Added single-class import support ("library.vcx::classname::import")
- Added new single-class export syntax ("library.vcx::classname::export")
- Both single-class syntaxes doesn't require a CFG configuration
- Bug Fix: Partially corrupted frx/lbx info generated when using "&&" string inside field expressions (Alejandro A Sosa)
- sys(2023) secure temp: When sys(2023) points to "program files", then getenv("temp") is used
- Add more options to config.fpw to minimize interference from existent configs
- Feature: Save the contents of User field (Doug Hennig). Note: DevInfo is already supported
2017-04-26 00:03:42 +02:00
fdbozzo
11e763ed31 - Allow importing/exporting a single class without requiring a CFG configuration 2017-04-25 23:59:21 +02:00
fdbozzo
3af87d095b - Allow importing/exporting a single class without requiring a CFG configuration 2017-04-25 23:58:57 +02:00