I have converted a BC2 rule to a BC3 file format. It runs an external .exe to perform some binary to test conversion.
In BC2, the external programs are run sequentially. In BC3, they seem to run simultaneously. Something is wrong because only one of the outputs is ever generated. I think it is because the program sets some environment variables to run and both running at the same time causes problems.
I understand that this in theory will speed up the conversion process, but is it possible to have the option to run sequentially?
In BC2, the external programs are run sequentially. In BC3, they seem to run simultaneously. Something is wrong because only one of the outputs is ever generated. I think it is because the program sets some environment variables to run and both running at the same time causes problems.
I understand that this in theory will speed up the conversion process, but is it possible to have the option to run sequentially?
Comment