• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Best way to launch command-line program from C++ application
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Best way to launch command-line program from C++ application


  • Subject: Re: Best way to launch command-line program from C++ application
  • From: Shawn Erickson <email@hidden>
  • Date: Thu, 19 Mar 2009 22:13:23 -0700

On Thu, Mar 19, 2009 at 5:12 PM, Tommy Nordgren
<email@hidden> wrote:

> pid_t result = fork();

...or if you can target Mac OS X 10.5 and later you can use posix_spawn.

http://developer.apple.com/documentation/Darwin/Reference/ManPages/man2/posix_spawn.2.html

-Shawn
 _______________________________________________
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

References: 
 >Best way to launch command-line program from C++ application (From: David Gagnon <email@hidden>)
 >Re: Best way to launch command-line program from C++ application (From: Tommy Nordgren <email@hidden>)

  • Prev by Date: Re: Best way to launch command-line program from C++ application
  • Next by Date: Refactoring doesn't?
  • Previous by thread: Re: Best way to launch command-line program from C++ application
  • Next by thread: XCode2.5 prepending SDKROOT to framework link path
  • Index(es):
    • Date
    • Thread