I have a relatively simple question to ask:
Let's say I want to load a file in memory:
I have two ways: Taking another file with me, or using resources.
This time I want to try using resources. I already got to compile resources in my executable, but how can I load a resource? Let's say it's a Text File and I want to output it to a Console Window, but I don't want it to be text-only (I will probably use Resources to store Audio Files, let's say MP3, and I already have all the code for it and got it running with Bin2h, but whenever I edit that file, I have to reconvert the file and it will become a long job with lots of file...).
Is there any official way of doing it, besides using Bin2h?