Fatal Error HXC1006: The compile options -r and -o cannot be used if the -u option is specified.
Given when the -u (uncompile filename) option is specified at the same time as either the -r (project root) option, or the -o (set output file name) option. The -r and -o options are not intended for use with the decompilation feature.
To correct this error
- Do not specify the -r option or the -o option when requesting a decompile operation.
This error is returned only by the command-line compiler (HxComp.exe).