From: Sam S. <sam...@gm...> - 2005-11-20 19:58:57
|
On Nov 20, 2005, at 2:50 PM, Atani wrote: > I can send over code which you can use to find your resources > area. NSString * resPath = [[NSBundle mainBundle] resourcePath]; chdir([resPath cString]); It's pretty easy when you're still inside your app, but doing it from something like Safari or MSIE would be more work, which is why I'm excited to use an in-game browser instead. I've seen how AdiumX on Mac OS X, and StepMania on win32 handle downloadable extras, and it just seems hacky. -Sam |