Compilation error -4409
This error occurs when 8-bit data is being handled in a UTF8 locale. The UTF8 locale can not deal with the 8bit data and errors. The way to fix this is to change your locale to an 8-bit locale and recompile the program.
HydraStudio may need to be restarted for the changes to take effect.
Related articles