Re: App give s -35 error when run out of the debugger
Re: App give s -35 error when run out of the debugger
- Subject: Re: App give s -35 error when run out of the debugger
- From: Bernie Maier <email@hidden>
- Date: Tue, 13 Nov 2012 13:09:09 +1100
Jason T. Slack-Moehrle wrote:
The app is using paths like str=".\\Folder\\xxx.txt"
Well, that is likely to be the problem. It looks like the app is using
Windows path separators (i.e. the escaped backslashes), not the correct
Unix path separator (i.e. forward slashes). What confuses me, though, is
how it would work even in the debugger.
Cheers,
Bernie
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden