|
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
I tried using execve, but I always get a ENOTSUP returned from that, and can't figure out why.
pid_t p = fork(); if(p < 0) { scream_bloody_murder(); return; }
if(p == 0) { execve(whatever); } exit(0);
Attachment:
PGP.sig
Description: This is a digitally signed message part
_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
| References: | |
| >Launching an app from Carbon app (newbie question) (From: "apple" <email@hidden>) |
| Home | Archives | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2011 Apple Inc. All rights reserved.