How to build source for incore images and fonts, and load them for your MiniGUI apps.
Table of Contents
Overview
We often want to embed the raw data of images and/or fonts into the final executable of a MiniGUI app:
- The operating system does not provide support for file system.
- You want to protect your digital intellectual properties such as icons.
For this purpose, MiniGUI provides a set of APIs and tools to embed the arbitrary data into the final executable.
Note that, in MiniGUI term, we often call the embedded data as incore data
,
incore resource
, or inner resource
.
For a complete sample, please refer to:
https://github.com/VincentWei/mg-samples/tree/master/incore-data