To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcxOpen lugnet.robotics.rcx in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / *5580 (-20)
  Re: How to make shared memory....not
 
I think this is what you want, but I am still learning. :) int inc (int&); int dec (int&); int (*pFunc) (int); //pointer to a function that accepts/returns an int if (add) { pFunc = inc; } else { pFunc = dec; } int a = pFunc(10); So, if add is true, (...) (23 years ago, 27-Dec-01, to lugnet.robotics.rcx.legos)
 
  Re: How to make shared memory....not
 
(...) ooohh. I like that idea. So I can write one program with all my functions and my other programs can just include a couple function calls. Again, in my VB world, I don't mess with pointers. When you have a minute, can you type up a sample (...) (23 years ago, 27-Dec-01, to lugnet.robotics.rcx.legos)
 
  Re: How to make shared memory....not
 
(...) Yes. That is the only thing you have to do. You can store whatever you want. (...) Exactly. If you know you what you do, nothing bad can happen. BTW., this scheme can be extended to something like a shared library. If you store pointers to (...) (23 years ago, 27-Dec-01, to lugnet.robotics.rcx.legos)
 
  Re: How to make shared memory....not
 
(...) Thanks, Michael. This appears to be exactly what I'm looking for. I assume if I want to store more values, I can just change the 'shared' struct, right? (add l, m, n...) When you say 'multitasking problems', you're talking about storing & (...) (23 years ago, 27-Dec-01, to lugnet.robotics.rcx.legos)
 
  Re: startin with robolab
 
I have only the building parts to an Intelligent House set and the illustrated building instructions... I suppose I can download the Robolab software right? But my doubt is if I must buy the RCX and IR Tower. -- Paula Berger E-mail: (...) (23 years ago, 27-Dec-01, to lugnet.robotics.rcx.robolab)
 
  ROBOLAB 2.5 (USB) woes with Mac OS 9.2
 
I just gave my son ROBOLAB (2.5, with USB tower, in the Team Challenge set) and can't get it to run on our Power Macintosh G3 running Mac OS 9.2.1. When I bring up ROBOLAB, the "ADMINISTRATOR" button is not enabled, so I can't download firmware to (...) (23 years ago, 27-Dec-01, to lugnet.robotics.rcx.robolab)
 
  Re: startin with robolab
 
Do you have the building parts to an Intelligent House set? Do you have the illustrated building instructions? Do you have a RCX and an IR Tower? Do you have the RoboLab software? (...) (23 years ago, 27-Dec-01, to lugnet.robotics.rcx.robolab)
 
  Re: Vision Command
 
I would have tried that, but there was nowhere to choose where it looks for the files. It prompts for the windows CD and has only one button, "ok". Clicking on the OK button without the windows CD in the drive does nothing. Thanks QBF (...) (23 years ago, 26-Dec-01, to lugnet.robotics.rcx)
 
  Re: Vision Command
 
(...) Jason, many of the files are probably in the CAB files on your hard drive. When it asks you for a missing file from your WIN98 disk, refer it to C:\windows\options\cabs. Vision Command works fine with Win98. Jerry (23 years ago, 26-Dec-01, to lugnet.robotics.rcx)
 
  RL2.5 crashes on Win95
 
Hi all, Has anyone got RL2.5 working on Win95 OSR1? I just got my copy for Xmas and it crashes after displaying the main menu screen :( Just for fun (haha!) I tried on another machine, also installed with Win95 and got the same result - looks like (...) (23 years ago, 26-Dec-01, to lugnet.robotics.rcx.robolab)
 
  Vision Command
 
I just got Vision command for christmas. Because I am out of town I tried it on a laptop. The setup required the windows 98 CD. I have a CD with the windows 98 setup but it is not the original CD and the VC setup didn't like it. Is there any way to (...) (23 years ago, 25-Dec-01, to lugnet.robotics.rcx)
 
  Thanks you all
 
I really want to say thanks To Rick Sellers, Rainer Balzerowski,& Bob Fay Who offered me there help The file has been found Anyway have you (& all lugnet members) all a Merry Christmas & A Happy New Year From me Love Lego We live to build Yaron Dori (23 years ago, 24-Dec-01, to lugnet.robotics.rcx)
 
  Re: startin with robolab
 
(...) There are actually two versions of the Lego Dacta Intelligent House. The earlier version #9707 is packaged with the Control Lab Serial Interface B (#2001304) which uses the Lego Logo software. It can also be used with Lego Engineer 2.0 (which (...) (23 years ago, 24-Dec-01, to lugnet.robotics.rcx.robolab, lugnet.dacta)
 
  startin with robolab
 
Hello, Im new with Robolab and Lego Dacta. And I didn't undestand if Robolab can be used with all Lego Dacta products, such as theIntelligent House (with what I'm working). If someone could give me a hand as soon as possible, it would be great. (...) (23 years ago, 24-Dec-01, to lugnet.robotics.rcx.robolab)
 
  Re: Help needed
 
Nowhere ! The Spirit.ocx is included in the CD content from RIS 1.0 and 1.5. It was available at the lego homepage, but it's not included in the LEGO SDK anymore. (Or am i missing something ?) Since the RIS 2.0 has an USB Tower you can't use it with (...) (23 years ago, 23-Dec-01, to lugnet.robotics.rcx)
 
  Help needed
 
Does anyone can tell me from where I can download the file 'spirit.ocx'. Thanks! Yaron Dori (23 years ago, 23-Dec-01, to lugnet.robotics.rcx)
 
  Re: RIS2 Upgrade on W95 & Pentium(I)
 
Does anyone know what the .cab file format is like? I mean, if the files are "password protected", does that mean they are encrypted? or does it just mean that some programs won't let you in? (...) (23 years ago, 23-Dec-01, to lugnet.robotics.rcx, lugnet.robotics)
 
  Re: Shuting up the RCX
 
(...) :-( Too heavy for me. Thanks anyway (23 years ago, 22-Dec-01, to lugnet.robotics.rcx)
 
  Re: Shuting up the RCX
 
(...) very easy to (...) Ok, perhaps I'll give it a try on Xmas. Thanks a lot (23 years ago, 22-Dec-01, to lugnet.robotics.rcx)
 
  How to make shared memory....not
 
(...) You ask for it, you get it. BUT: It works, sort of. It will not survive any multitasking problems. Shared memory has to be handled by the OS, not by a user program. I split your problem to 3 programs. Program 1 allocates the memory and prints (...) (23 years ago, 22-Dec-01, to lugnet.robotics.rcx.legos)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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