|  |  | Re: Showing Strings on LCD 
 | 
 | 
| (...) Can you post your source code (or the relevant bits at least)? Thomas    (20 years ago, 9-May-05, to lugnet.robotics.rcx.java) 
 | 
 |  | 
|  |  | Showing Strings on LCD 
 | 
 | 
| I have a RCX and three Sensors. I want to have the three sensor-values on the LCD-screen. I had an idea: changing the sensor-integer-values in String, so I have the 3 Values in a String I am showing on the LCD-screen. But if I run this in an (...)   (20 years ago, 8-May-05, to lugnet.robotics.rcx.java) 
 | 
 |  | 
|  |  | More data (was #pragma reserve 14 crashed my program) 
 | 
 | 
| (...) 1 & 8 don't work either which leads me to believe that I've somehow used up too much memory without getting a compile error. Steve    (20 years ago, 8-May-05, to lugnet.robotics.rcx) 
 | 
 |  | 
|  |  | #pragma reserve 14 crashed my program 
 | 
 | 
| I added this code to a program I've written #pragma reserve 14 #define MyVariable(@14) and it caused my program to crash. My program has many pragma reserves below 14 and they all work perfectly. Is their somthing special about 14? I don't know that (...)   (20 years ago, 8-May-05, to lugnet.robotics.rcx) 
 | 
 |  | 
|  |  | Re: brickOS & Cygwin with BricxCC 
 | 
 | 
| (...) I believe if you add set PATH=c:\cygwin\bin;%PATH% to your autoexec.bat file then you will be good to go. John Hansen    (20 years ago, 4-May-05, to lugnet.robotics.rcx.legos) 
 | 
 |  | 
|  |  | Programming language survey results 
 | 
 | 
| Hi all, Thank you if you completed the survey about your chosen development environment. Early results are as follows: 48% of respondents use NQC as their main language. NQC scores 1.6 for usefulness, 1.5 for ease of use and 2.1 for enjoyment. (1 is (...)   (20 years ago, 4-May-05, to lugnet.robotics, lugnet.robotics.codepilot, lugnet.robotics.cybermaster, lugnet.robotics.rcx, lugnet.robotics.scout, lugnet.robotics.spybotics) 
 | 
 |  | 
|  |  | Re: brickOS & Cygwin with BricxCC 
 | 
 | 
| Hello, Im trying to get brickOS and bricxcc working on an old laptop thats running win 98. I installed using the easy bricxcc tools When I try to compile I get this error: Unable to create process: Bash  C:\cygwin\brickos\de...oworld.cmd Make (...)   (20 years ago, 3-May-05, to lugnet.robotics.rcx.legos) 
 | 
 |  | 
|  |  | Re: Inexpensive portability 
 | 
 | 
| (...) Thanks for the suggestions. After seeing this one, I realized I have an old HP Pavilion N3110, 32mb RAM running Win98, sitting behind the desk, quite literally just collecting dust. I found the power cord and a serial port IR tower. After a (...)   (21 years ago, 30-Apr-05, to lugnet.robotics, lugnet.robotics.rcx.nqc) 
 | 
 |  | 
|  |  | Re: Inexpensive portability 
 | 
 | 
| (...) Rafe, I suggest looking on eBay for an old laptop. By old, I'm talking P100MHz w/ 32-64MB RAM; NQC doesn't require a lot of horse-power (I'm not sure about Bricxcc). For USB, you'll need something capable of running Win98 (P66MHz w/ 32MB (...)   (21 years ago, 30-Apr-05, to lugnet.robotics, lugnet.robotics.rcx.nqc) 
 | 
 |  | 
|  |  | Inexpensive portability 
 | 
 | 
| Hi all, (This is my first post in these groups so please redirect me if this is not the right group.) I do some minor dabbling with the RCX --- simple programs operating simple machines. I program in NQC via bricxcc on Windows XP with a USB IR (...)   (21 years ago, 30-Apr-05, to lugnet.robotics, lugnet.robotics.rcx.nqc) 
 | 
 |  | 
|  |  | Path Problems 
 | 
 | 
| Hi. I'm running Brickos on Win98 and I'm having path problems. BrickOS works, but I'd like to use the BricxCC IDE. I need to set the path, though. I have already set the path in the past, and it was no prblem at all, but I've recently had my PC (...)   (21 years ago, 29-Apr-05, to lugnet.robotics.rcx.legos) 
 | 
 |  | 
|  |  | Re: Can't build brickOS on Linux 
 | 
 | 
| (...) Look if there is a configure switch to disable building the standard C++ libraries (you don't need them for brickos). IIRC building g++ only gave an error after it built and installed the g++ compiler, but that was with gcc-3.4. (...) I think (...)   (21 years ago, 28-Apr-05, to lugnet.robotics.rcx.legos) 
 | 
 |  | 
|  |  | Re: Can't build brickOS on Linux 
 | 
 | 
| (...) <skip problems with gcc 3.3> (...) It seems to fix the problem, but it needs the g++ compiler, which I cannot build for the h8300-hms platform: checking for extra compiler flags for building... configure: WARNING: No native atomic operations (...)   (21 years ago, 28-Apr-05, to lugnet.robotics.rcx.legos) 
 | 
 |  | 
|  |  | Battle of the programming languages 
 | 
 | 
| Hi, I am very interested (for a variety of reasons) in which programming language people are using to build robots. I wonder if you would fill in a questionnaire about it at: (URL) all about how useful, easy and enjoyable your chosen language is. If (...)   (21 years ago, 28-Apr-05, to lugnet.robotics, lugnet.robotics.codepilot, lugnet.robotics.cybermaster, lugnet.robotics.rcx, lugnet.robotics.scout, lugnet.robotics.spybotics) 
 | 
 |  | 
|  |  | Re: Can't build brickOS on Linux 
 | 
 | 
| (...) Try my patch brickos-gcc33.diff from (URL) should fix this problem. Best Regards, Jochen    (21 years ago, 28-Apr-05, to lugnet.robotics.rcx.legos) 
 | 
 |  | 
|  |  | Can't build brickOS on Linux 
 | 
 | 
| Hi all, I just installed binutils and gcc, targeted at the h8300-hms platform. Worked fine, however, when I try to build brickOS (0.9.0), it bails with this error: make[2]: Entering directory `/home/bart/download...lib/float' (...)   (21 years ago, 27-Apr-05, to lugnet.robotics.rcx.legos) 
 | 
 |  | 
|  |  | RE: Mindstorms Centers 
 | 
 | 
| Sue, I am currently running a learning center which does use the lego mindstorm center (lmc) materials. It is not a franchise, but similar. If you are interested, feel free to ask me questions. ---...--- -------- Best Regards, Elizabeth Mabrey (...)   (21 years ago, 19-Apr-05, to lugnet.robotics.rcx, lugnet.robotics.edu, lugnet.lego) 
 | 
 |  | 
|  |  | Re: Mindstorms Centers 
 | 
 | 
| (...) It appears to be a mirror from the Mindstorms site: (URL) Mindstorms Centers (...)    (21 years ago, 18-Apr-05, to lugnet.robotics.rcx, lugnet.robotics.edu, lugnet.lego) 
 | 
 |  | 
|  |  | Mindstorms Centers 
 | 
 | 
| I would love to know more about this program and people's experiences with it. It seems like a franchise. I'm surprised there are so few centers in the US on the map. Also, I notice that the URL is under FIRST LEGO League, but there's no direct (...)   (21 years ago, 18-Apr-05, to lugnet.robotics.rcx, lugnet.robotics.edu, lugnet.lego) 
 | 
 |  | 
|  |  | Re: No hitachi gcc compiler found 
 | 
 | 
| (...) Hi John Hansen Thank you for your help. I've used NQC with bricxCC progarm for few monthes. I learned programing with BrickCC. Now I love lego robotic and programing RCX. I did'nt know BricxCC has this option. Perhapes I have been busy with (...)   (21 years ago, 14-Apr-05, to lugnet.robotics.rcx.legos) 
 |