Hello,
I'm using the latest version FoxBin2Prg v1.19.42.
When using the convertion from text to binary file (prg2bin) with an external command, errors are not returned properly to the calling command.
You can reproduce the error by downloading the attached file "_errorreport.zip", unpacking it and running the batch script runfoxbin2prg.cmd.
The third test (subdirectory test3) tries to compile the text version of a simple form and fails.
Comments: ** Comment from web user: fdbozzo **
I'm using the latest version FoxBin2Prg v1.19.42.
When using the convertion from text to binary file (prg2bin) with an external command, errors are not returned properly to the calling command.
You can reproduce the error by downloading the attached file "_errorreport.zip", unpacking it and running the batch script runfoxbin2prg.cmd.
The third test (subdirectory test3) tries to compile the text version of a simple form and fails.
Comments: ** Comment from web user: fdbozzo **
Hi Ralf:
I've analyzed the logs, and now I'm more confused :(
If you look at the bottom of them, you will see this exact line on both (I've stripped the left number part):
,,foxbin2prg,__540__,d:\test\_errorreport_1.19.43-modified\foxbin2prg.exe,1
Which corresponds to this code on FoxBin2prg:
__ExitProcess(1)__ && Esta debe ser de las últimas instrucciones
.....so I don't understand why ExitProcess(1) is not returning error code 1 always in your tests o_O