Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rtedbg/extract_msg
Processing of the message.h file for the compilation process of the RTEmsg utility
https://github.com/rtedbg/extract_msg
Last synced: about 2 months ago
JSON representation
Processing of the message.h file for the compilation process of the RTEmsg utility
- Host: GitHub
- URL: https://github.com/rtedbg/extract_msg
- Owner: RTEdbg
- License: mit
- Created: 2024-06-22T13:02:54.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-22T17:54:26.000Z (7 months ago)
- Last Synced: 2024-07-16T13:25:37.160Z (6 months ago)
- Language: C++
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Extract_msg - processing of the messages.h file for the compilation process of the RTEmsg utility
This is a helper utility for the compilation process of the [**RTEmsg utility**](https://github.com/RTEdbg/RTEmsg). It is included in the RTEdbg toolkit distribution package - see the "c:\RTEdbg\UTIL" folder.
The RTEmsg software application uses Messages.txt file for texts used when writing messages with printf or fprintf. These are normal messages, error messages, warnings, and the like. In the prebuild phase of translation, the the messages.h header file is scanned with the Extract_msg utility and converted to Messages.txt (contains raw text messages).
Using an external text file allows easy translation from English to other languages. The translated Messages.txt file must be in UTF-8 format.
## How to Contribute or Get Help
Follow the **[Contributing Guidelines](https://github.com/RTEdbg/RTEdbg/blob/master/docs/CONTRIBUTING.md)** for bug reports and feature requests. When asking a support question, be clear and take the time to explain your problem properly. Please use **[RTEdbg.freeforums.net](https://rtedbg.freeforums.net/)** for general discussions about **[RTEdbg toolkit](https://github.com/RTEdbg/RTEdbg)**. If your problem is not strictly related to this project, we recommend that you use **[Stack Overflow](https://stackoverflow.com/)** or similar forum instead.