1
General / Re: Problem Loading External Files - CodeBlocks
« on: August 19, 2013, 07:33:26 pm »
I set up a debug build target, which I should've done in the first place, I discovered that my 8-bit png wouldn't load. I've tried several other png and gif files and the program reads them fine.
After doing a bit of research on "-L", and link and include paths, I was able to compile the program within the command line. Thanks for the info, as it was indeed very simple.
I really appreciate your help. I haven't delved deeper into "true" software development is largely due to lack of knowledge on what to look for and inadequate documentation. I think it's fantastic that you're able to personally help out.
After doing a bit of research on "-L", and link and include paths, I was able to compile the program within the command line. Thanks for the info, as it was indeed very simple.
Quote
Yes, but it would involve low-level OS specific functions. A simpler solution is to package resources in an external file.Could you recommend some commonly used methods and/or tutorials on how to package external resources?
I really appreciate your help. I haven't delved deeper into "true" software development is largely due to lack of knowledge on what to look for and inadequate documentation. I think it's fantastic that you're able to personally help out.