Hi,
I have created a project to run on the simulator. I want to load and run the project with command-line parameters. How can I set this up so that when I load the file and run to main(), the argc and argv[] parameters are initialized values?
so if I declare main to be
int main (int argc, char *argv[])
argc and argv[] should have values I can preset.
thanks,
Mike