Log in

View Full Version : Windriver question


ringo115
21-01-2010, 17:13
Well i have a serious question this time. We have code that we need to compile together and we are curious if there is a way to call other programs from one program, so for example, if i wanna call driver and pneunmatic code from one program, if that can be done how do i do it.

byteit101
22-01-2010, 11:59
A clearer description would be better, but are you referring to functions/subroutines?
doa();
dob();

...
doa()
{
something
}
dob()
{
anotherthing
}

gvarndell
22-01-2010, 13:17
Well i have a serious question this time. We have code that we need to compile together and we are curious if there is a way to call other programs from one program, so for example, if i wanna call driver and pneunmatic code from one program, if that can be done how do i do it.

This is a rewording of the question here, right?

http://www.chiefdelphi.com/forums/showthread.php?t=80798