Send Xcode-users mailing list submissions to
email@hidden
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.apple.com/mailman/listinfo/xcode-users
or, via email, send a message with subject or body 'help' to
email@hidden
You can reach the person managing the list at
email@hidden
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Xcode-users digest..."
Today's Topics:
1. Re: Online search fails to find 2008/2009 posts
(Jean-Daniel Dupas)
2. Running a (C++) executable with str? (Markus H?nchen)
3. Re: Running a (C++) executable with str? (Jean-Daniel Dupas)
----------------------------------------------------------------------
Message: 1
Date: Thu, 8 Jan 2009 16:39:58 +0100
From: Jean-Daniel Dupas <email@hidden>
Subject: Re: Online search fails to find 2008/2009 posts
To: David Hoerl <email@hidden>
Cc: email@hidden
Message-ID: <email@hidden>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes
Le 8 janv. 09 à 16:09, David Hoerl a écrit :
I'm trying to track down a post Chris Espinosa made last year, on
how to rename a project (perhaps partial rename - not sure).
So I use the online search, enter Espinosa, and the newest post that
comes up is in 2007. I then tried several other terms (Shark, etc)
and same story - 2007 only.
Hmm - on a whim, I just tried searching cocoa-dev for "NSObject" -
most recent post found is May 2007.
Guess its off to bug reporter...
David
Google do a good job at indexing Apple lists (a better than the built-
in engine).
Try this in Google:
how to rename project site:lists.apple.com/archives/xcode-users/
2008
------------------------------
Message: 2
Date: Thu, 8 Jan 2009 16:41:25 +0100
From: Markus H?nchen <email@hidden>
Subject: Running a (C++) executable with str?
To: email@hidden
Message-ID: <email@hidden>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
Hi,
Preamble:
I am taking over some code written in C++ but have very little
experience with C++ (mainly use Fortran & Perl).
My problem:
My predecessor used, via the commandline, bjam for compilation and ran
the executable with './pathtoexecutable str'. This works for me as
well. I am also able to build it with Xcode and run it then with './
pathtoexecutable str' on the commandline. But when I run it from
within Xcode, it only displays the help content (from the .cpp file)
which is the same result as running it from the commandline without
'str'.
My question:
How do I tell Xcode to add the 'str' when it runs the executable? And
what does this 'str' actually do?
Thanks,
Markus
------------------------------
Message: 3
Date: Thu, 8 Jan 2009 16:50:20 +0100
From: Jean-Daniel Dupas <email@hidden>
Subject: Re: Running a (C++) executable with str?
To: Markus H?nchen <email@hidden>
Cc: email@hidden
Message-ID: <email@hidden>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes
You add an argument:
http://developer.apple.com/documentation/DeveloperTools/Conceptual/XcodeProjectManagement/080-Defining_Executable_Environments/chapter_10_section_5.html
Le 8 janv. 09 à 16:41, Markus Hänchen a écrit :
Hi,
Preamble:
I am taking over some code written in C++ but have very little
experience with C++ (mainly use Fortran & Perl).
My problem:
My predecessor used, via the commandline, bjam for compilation and
ran the executable with './pathtoexecutable str'. This works for me
as well. I am also able to build it with Xcode and run it then with
'./pathtoexecutable str' on the commandline. But when I run it from
within Xcode, it only displays the help content (from the .cpp file)
which is the same result as running it from the commandline without
'str'.
My question:
How do I tell Xcode to add the 'str' when it runs the executable?
And what does this 'str' actually do?
Thanks,
Markus
_______________________________________________
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
------------------------------
_______________________________________________
Xcode-users mailing list
email@hidden
http://lists.apple.com/mailman/listinfo/xcode-users
End of Xcode-users Digest, Vol 6, Issue 9
*****************************************