Pickle
Mega GP Mania
isnt this a path problem? When CB runs the exe it knows where the DLL's are where if you run the exe standalone the DLL's cant be found. I would add the full path to the minw\bin dir, thats what did on mine.yaustar said:Things I would do:
- Double check the filename and location
- Check that the png is valid (i.e. it is in the proper format and viewable standalone
- Double check you have all the correct DLLs including the non-SDL ones such as zlib1.dll
- Build as release not debug if you are intending to run it as standalone
- Upload the entire project somewhere and have someone else check it over,
Last edited by a moderator: