H2cpy generates the following three types of message:
- Information
Information messages tell you what is happening, and are self-explanatory, so are not documented here.
- Warning
Warning messages mean that the translated code will not cause an error when compiled, but it might not produce the results
you expect.
- Error
Error messages mean there is something wrong, and the code will not compile correctly. They can be:
- command line errors
- invalid C source
Note: H2cpy can also produce several internal error messages. These are flagged as internal messages, and are generated if the
C header file does not contain valid C code. You should not see these messges during normal operation. If you do receive such
a message, please check that your C header file only contains valid ANSI C source code. If it does then contact your Technical
Support representative.