Subject:
|
Re: video game type thing...
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Tue, 13 Mar 2001 19:09:38 GMT
|
Viewed:
|
1524 times
|
| |
| |
> int main(int argc, char **argv)
> {
> pid1=execi(&startup, 0, NULL, 1, DEFAULT_STACK_SIZE); <-- Cut -- >
> kill(t1);
Shouldn't thist say kill(pid1); ?
- ciaran
|
|
Message has 1 Reply:
Message is in Reply To:
| | Re: video game type thing...
|
| I worked on that. I'm having trouble with "execi()" and some stuff related to it. Here's the offending area, but not the entire program: int main(int argc, char **argv) { pid1=execi(&startup, 0, NULL, 1, DEFAULT_STACK_SIZE); MYexit = -1; cputs("x"); (...) (24 years ago, 13-Mar-01, to lugnet.robotics.rcx.legos)
|
13 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|