> Ok i have done a little research on these pool errors . It seems to > be a normal issue. but my app still does not run.
Where are you creating the outer autorelease pool ? you need to have at leaast one in place before you use any of the objective-c objects in your code. Do that and those errors will magicly vanish, which will leave you with much cleearer output from NSLog so you can see what the actual problem is. -bat. _______________________________________________ Xmame mailing list [email protected] http://toybox.twisted.org.uk/mailman/listinfo/xmame
