Embedding resources to compiled executable #19
|
cmrc is a resource compiler which can embed resources in the compiled executable, while preserving the filesystem structure. |
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: |
|
hello. |
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");