To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.nqcOpen lugnet.robotics.rcx.nqc in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / NQC / 1052
  Revisions to RcxCC
 
I'm working on a revision to Mark Overmars' fantastic RcxCC program. I'm an experienced Delphi programmer so that's no problem. But I'm not all that experienced with NQC or the RCX generally. I've got a the latest version of NQC, a Cybermaster, an (...) (23 years ago, 3-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) This is unclear. What I mean to say is that I'm revising RcxCC so that it will be able to run in the situation where you do not have the Spirit OCX installed on your system. Since NQC is all that is required to compile, download, and run a (...) (23 years ago, 4-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) You can probably use NQC to implement a lot of the other fancy features as well. The "-raw" option for NQC lets you send raw byte packets. You'd need to figure out the actual bytecodes from Lego's LASM document, but you wouldn't have to worry (...) (23 years ago, 4-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
hi John, Great idea, (for RCXcc is a very good application, even my children can write programs with it) I just had the same idea, but my time is limited. I've need some more ideas, here are some of mine ideas (and bugs), I wanted to implement: - (...) (23 years ago, 4-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) I am considering taking advantage of the -raw option on NQC or possibly the -remote option to further enable RcxCC in the absence of Spirit.ocx. Of course, most users of RcxCC will have spirit.ocx, but Scout users may not. I'm not planning on (...) (23 years ago, 5-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) Looking into the way syntax highlighting is performed in RcxCC revealed a few "features" that I find undesirable. In my experience, the Undo doesn't really work right. It also appears to be counting the change of highlighting as a (...) (23 years ago, 6-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
I'm Tamotsu Kamigaki from Japan. I am teaching the Computer Science in university. I had already modified the RcxCC to support the Scout and the USB IrTower that is included in RIS2.0 set. The RIS2.0 set was released in Nov. 2000 only in Japan. My (...) (23 years ago, 7-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
Works great! Nice to see the Scout support. (...) (23 years ago, 8-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
Hi, I'm Ronald Strijbosch from the Netherlands and I have made a brent new program based om RCXCC, called Visual NQC 2001. The program is still in beta but the final version will be released soon. I think this program is verry interesting for you so (...) (23 years ago, 9-Apr-01, to lugnet.robotics.rcx.nqc)
 
  RE: Revisions to RcxCC
 
I've tested your RcxCC version, and it works great with RCX2 (AFAIK). (ah, and still works simultaneously with CyberMaster too, eheh) That reminds me, one very useful thing for people working with various pBricks simultaneously (like myself), would (...) (23 years ago, 9-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) Adding Scout support, if you are relying on Spirit.ocx, is essentially the same as providing Cybermaster support. It was very simple for me to add Scout support to RcxCC. I'll email you my revised RcxCC source code if you'd like. I am not a (...) (23 years ago, 9-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC, Join Forces !
 
(...) That's a very good idea, JOIN FORCES (1+1>2) , divide the work and release your source codes, and make RCXcc alomost as popular as LINUX. Maybe sometimes in the future, when I've more time available, I'll join you. (...) Stef Mientki (23 years ago, 9-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) Yeah, that went away as soon as I started using the RCX 2.0 locals for variable allocation - the symbolic information just didn't survive the rework. And I completely forgot to put it back in. I'm working on enhancing the listing a bit. I'll (...) (23 years ago, 10-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
John, Yes please mail me your source code so I can add scout support to my program. In the beta version I added syntax highlighting the same way as in RCXCC only programmed in VB. The final version uses a complete new editor with support everything (...) (23 years ago, 10-Apr-01, to lugnet.robotics.rcx.nqc)
 
  RE: Revisions to RcxCC
 
Ah :) That would be great ! It's very usefull for "debuging" Thxs, :) mc. (...) (23 years ago, 10-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
Hi, (...) I don't think so. For my version of RcxCC Scout support, I dumped Scount memory map on various conditions.(Thanks to NQC -raw option!!) I will report the inside of Scout sometime. Scout is similar to Cybermaster as John stated, but I think (...) (23 years ago, 10-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) I'll email you what I have. I have not enabled Scout support completely in that I have not touched the "fancy" features of RcxCC that let you watch the brick, etc... Some of them may work. Others may not. What I have enabled is the compile, (...) (23 years ago, 10-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) The best laid plans of mice and men... My computer died while I was uploading to AOL so the ZIP that is there right now is corrupted. I'll try to remedy the situation as quickly as possible. John Hansen (23 years ago, 11-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) Okay, I've fixed the zip. Download the latest revision to rcxcc at: (URL) Hansen (23 years ago, 11-Apr-01, to lugnet.robotics.rcx.nqc)
 
  RE: Revisions to RcxCC
 
oh, so that's why I got a "bad" zip this time :) ok, no problem, I'll keep using the 1st release (V.3.2) BTW, I'm now using a .bat that looks something like this: @echo off start /w RCX2.reg start rcxcc.exe start /w Cybermaster.reg start rcxcc.exe (...) (23 years ago, 11-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
I feel pretty stupid asking this question, but I can't seem to solve the problem myself. When I try to compile a program using John's RcxCC tool I keep getting the message: Unable to execute NQC. Check your installation. I'm running Windows 98. To (...) (23 years ago, 21-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) Dean, I may have broken something in RcxCC related to running NQC. I'll take out the code I put in that pops up that error message and, with any luck, things will be back to normal. The odd thing is I can't figure out the conditions that make (...) (23 years ago, 22-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) Hi John, I just downloaded the 'latest' version, RcxCC.exe is timestamped 4/16/01 5:23pm. It looks like this version, like the one immediatly before it, requires that nqc.exe is in the same directory as rcxcc.exe. With previous versions of (...) (23 years ago, 22-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) Whoops. I was assuming that since Mark's version put NQC in the same directory as RcxCC everyone was using the NQC in the same directory. I hadn't tried it differently myself. So in one of my past revisions I stuck a path on the front of the (...) (23 years ago, 22-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) With the amount of work you have put in on this it should be I who apologizes for pestering you. I tried the most recent version. It is correctly finding the nqc compiler now. Unfortunately it doesn't appear to be passing the correct command (...) (23 years ago, 22-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) Hmmm, it seems to be correctly passing -TRCX2 on the command line in my testing. I haven't actually tested with a brick containing the RCX2 firmware, but when I put an RCX2-only command in a program it compiles fine when I've selected RCX2 but (...) (23 years ago, 22-Apr-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
John, Seems like support for the scout is pretty complete except for the target command line option when compiling a program. I have written some programs that compile clean using nqc, but generate syntax errors for Scout specific commands when (...) (23 years ago, 7-May-01, to lugnet.robotics.rcx.nqc)
 
  Re: Revisions to RcxCC
 
(...) Scout support still has a long way to go in many ways, imho. A lot works but I still haven't implemented correct scout support in several of the dialogs. I've tried the command line option for Scout (/RCX=2) and it definitely works on my (...) (23 years ago, 7-May-01, to lugnet.robotics.rcx.nqc)

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR