It is possible to embed certain resources directly into the exe, for example icons.
We need to handle these and add them to the final exe later, or certain calls will fail.
Since these are assets, we might actually need to deviate from our handling so far, by loading them from the other exe.
However, the same could be said about the embedded maps. So maybe we just need to hope they are fine with it?
It is possible to embed certain resources directly into the exe, for example icons.
We need to handle these and add them to the final exe later, or certain calls will fail.
Since these are assets, we might actually need to deviate from our handling so far, by loading them from the other exe.
However, the same could be said about the embedded maps. So maybe we just need to hope they are fine with it?