|
-
May 3rd, 1999, 03:44 PM
#1
passing parm to another C++ programs
I have two programs and I want to pass several parms from one programs to the other. I tried to use _execve(prog,args,my_env);. I get a -1 return code. Please help!!!
-
May 11th, 1999, 01:06 AM
#2
Re: passing parm to another C++ programs
Maybe WinExec helps
Thanks,
Ilgar Mashayev
-
May 11th, 1999, 02:20 AM
#3
Re: passing parm to another C++ programs
the docs say:
"A return value of –1 indicates an error, in which case the errno global variable is set."
so what does your errno say?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|