Embedding resources to compiled executable #19
-
cmrc is a resource compiler which can embed resources in the compiled executable, while preserving the filesystem structure. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Embedding resources is already available in Hork. Just put the required resource in the "Embedded" folder. To open a resource, start the file path with the /Embedded/ prefix. For example: |
Beta Was this translation helpful? Give feedback.
-
hello. |
Beta Was this translation helpful? Give feedback.
Embedding resources is already available in Hork. Just put the required resource in the "Embedded" folder.
To open a resource, start the file path with the /Embedded/ prefix. For example:
resourceManager->CreateResourceFromFile ("/Embedded/path/to/file");