Subject:
|
Re: The BrickOS Task Manager
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Tue, 13 Jan 2004 15:54:10 GMT
|
Viewed:
|
4066 times
|
| |
| |
In lugnet.robotics.rcx.legos, Steve Hassenplug wrote:
> Were you able to compile it as is?
When saved as multi.c, but not when saved as multi.cpp
> What are you trying to do?
Start multiple tasks within a program that uses objects. I could rewrite a
number of parts to use structs instead, but I just wanted to check that there
wasn't some easy solution.
> What errors are you getting?
On the execi lines, it complains about not being able to convert int (*) to int
(*)(something... ) I think it's referring to the fact that in the actual
definition of execi (in unistd.h, I think), that's the parameter type. I don't
understand how it could work as c but not as cpp.
> I tested that with version xx.09, not the latest one.
I'll check the exact version number when I get home... and the exact error
message.
Mike
|
|
Message has 1 Reply: | | Re: The BrickOS Task Manager
|
| (...) C++ is more particular with types than regular ol' C. However, I think BrickOS's definition of NULL in mem.h is incorrect (as this was causing one of the problems in the execi call). IMO, it should be defined like so: #ifdef __cplusplus (...) (21 years ago, 13-Jan-04, to lugnet.robotics.rcx.legos)
|
Message is in Reply To:
15 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
|
|
|
|