1
General / Re: Load resources in app bundle
« on: September 20, 2015, 10:48:38 pm »What about the solution provided in the official tutorial?QuoteHeader & source files: the project comes with a basic example in main.cpp and the helper function std::string resourcePath(void); in ResourcePath.hpp and ResourcePath.mm. The purpose of this function, as illustrated in the provided example, is to provide a convenient way to access the Resources folder of your application bundle.
Please note that this function only works on Mac OS X. If you are planning to make your application work on other operating systems, you should implement your own version of this function on the operating systems in question.
I didn't see that, now I feel stupid.
However I'm not using XCode. Where would I get that ResourcePath.hpp file?