Hi,
thank you for this project, it seems it could solve many problems we have at this time in developement of our application.
So I tried your fox2bin in version 1.9.23 on our project.
First I converted all files to txt and then regenerated the bin files without changing anything.
Unfortunately this ended in a few *.ERR files and this broke the build. Some ERR files are on DBF's and some on VCX/SCX.
As an example:
1) VCX/SCX
Error 1098, No se ha encontrado el marcador de fin [ENDT] que cierra al marcador de inicio [TEXT] de la línea 12535
identificarbloquesdeexclusion, 3376
ERROR (TEXTMERGE(C_END_MARKER_NOT_FOUND_LOC))
2) DBF
Error 1976, Cannot resolve backlink.
convertir, 10709
USE (.c_InputFile) SHARED AGAIN NOUPDATE ALIAS TABLABIN
Error 12, Variable 'ABNEHMERSEGMENT' is not found.
convertir, 10709
USE (.c_InputFile) SHARED AGAIN NOUPDATE ALIAS TABLABIN
Adittional information to point 1. In this VCX/SCX are CREATE CURSOR statements which include a field named "text".
Best regards
Mario Peschke
Comments: Bugs fixed and verified.
thank you for this project, it seems it could solve many problems we have at this time in developement of our application.
So I tried your fox2bin in version 1.9.23 on our project.
First I converted all files to txt and then regenerated the bin files without changing anything.
Unfortunately this ended in a few *.ERR files and this broke the build. Some ERR files are on DBF's and some on VCX/SCX.
As an example:
1) VCX/SCX
Error 1098, No se ha encontrado el marcador de fin [ENDT] que cierra al marcador de inicio [TEXT] de la línea 12535
identificarbloquesdeexclusion, 3376
ERROR (TEXTMERGE(C_END_MARKER_NOT_FOUND_LOC))
2) DBF
Error 1976, Cannot resolve backlink.
convertir, 10709
USE (.c_InputFile) SHARED AGAIN NOUPDATE ALIAS TABLABIN
Error 12, Variable 'ABNEHMERSEGMENT' is not found.
convertir, 10709
USE (.c_InputFile) SHARED AGAIN NOUPDATE ALIAS TABLABIN
Adittional information to point 1. In this VCX/SCX are CREATE CURSOR statements which include a field named "text".
Best regards
Mario Peschke
Comments: Bugs fixed and verified.