 | | Re: compiling problem
|
|
(...) thanks for replying Kevin, a) i did not know there were compile options, how do i change them? b) i am getting parse errors on the close brackets just before ELSE and the third-last bracket thanks (20 years ago, 21-Oct-05, to lugnet.robotics.rcx.nqc)
|
|
 | | Re: compiling problem
|
|
You are missing semicolons after the: Wait(turn_time) lines (both) And a code suggestion, instead of: task drive() { while(true) { OnFwd(OUT_A); } } make it: task drive() { OnFwd(OUT_A); while(true) { } } as the motor stays OnFwd until turned off. (...) (20 years ago, 21-Oct-05, to lugnet.robotics.rcx.nqc)
|
|
 | | Re: compiling problem
|
|
Hi Bennet, Before we can help, we need a bit more information: a) What NQC compile options are you using? b) What syntax errors are you getting? Kev (...) <snip> (20 years ago, 21-Oct-05, to lugnet.robotics.rcx.nqc)
|
|
 | | compiling problem
|
|
could someone please tell me what is wrong with this program? i am new at nqc and can not seem to find a way to compile it. the program is for a front-wheel-drive tricycle similar to Michael Gasperi's version of a "grey walter turtle" #define (...) (20 years ago, 21-Oct-05, to lugnet.robotics.rcx.nqc)
|
|
 | | Re: error in using brickOS under Bricx Command Center
|
|
(...) 1. What version of brickos do you have installed? (cat VERSION from the brickos root directory and post the output) 2. What do you mean by "Of course I did in vain."? Be as precise as possible in your answer. With a correctly installed copy of (...) (20 years ago, 19-Oct-05, to lugnet.robotics.rcx.legos)
|