home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!hal.com!darkstar.UCSC.EDU!cats.ucsc.edu!torp
- From: torp@cats.ucsc.edu (Judith Lynn Nakamura)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Passing arguments to a process
- Message-ID: <14kpbcINNfkn@darkstar.UCSC.EDU>
- Date: 22 Jul 92 23:01:00 GMT
- Distribution: usa
- Organization: University of California; Santa Cruz
- Lines: 18
- NNTP-Posting-Host: am.ucsc.edu
-
-
- Using CreateNewProc(), how do I pass an argument (pointer or string)
- to the new process? I have tried
-
- strunct TagItem new_process_tags[] = {
- NP_Entry, entry_point,
- NP_Arguments, "argument"
- TAG_DONE
- };
-
- but the function entry_point() does not recieve the string "argument".
-
- What am I doing wrong?
-
- Oh, BTW, why doesn't the 2.0 Libraries RKM discuss the dos.library?
-
- Thanks,
- Judy
-