Running a (C++) executable with str?
Running a (C++) executable with str?
- Subject: Running a (C++) executable with str?
- From: Markus Hänchen <email@hidden>
- Date: Thu, 8 Jan 2009 16:41:25 +0100
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