 | | Re: Windows Vista Mindstorms Compatibility
|
|
Great! But now I've run into another problem. My USB tower is not detected. It is installed, I can see it under the Control Panel, but none of the programs can find it. I've tried plugging it into different USB ports, I've tried the new setup (...) (19 years ago, 20-May-07, to lugnet.robotics)
|
| |
 | | NXC - embedded functions failed
|
|
#include "NXCDefs.h" int Max(int a,int b){ if (a>b) return a; else return b; } task main(){ int Prob=0; Prob = Max(33, Max(5,15)); NumOut(5,LCD_LINE2,false,Prob); //returns 15 WRONG ---...--- Prob = Max(5,15); Prob = Max(33,Prob); (...) (19 years ago, 20-May-07, to lugnet.robotics.nxt)
|
| |
 | | RE: Windows Vista Mindstorms Compatibility
|
|
Hi, BrixCC works fine under Vista here, just change the shortcut to "Run as Administrator" (under the "Advanced" button). Regards, Marco -----Original Message----- From: linmix [mailto:linmix@gmail.com] Sent: zondag 20 mei 2007 16:32 To: (...) (19 years ago, 20-May-07, to lugnet.robotics)
|
| |
 | | Windows Vista Mindstorms Compatibility
|
|
I have just bought a laptop with Windows Vista (it's the only OS you can get on a laptop around here) and of course I have immediately tried to install my LEGO software . Here's a short report of the different apps I've tried to install and the (...) (19 years ago, 20-May-07, to lugnet.robotics)
|
| |
 | | RE: NXT Programming with C Question
|
|
(...) Ralph and Brian have provided good input that parallels my experience. Here's a little more information. If you have access to the IAR tools you can compile the NXT firmware available in the NXT SDK from LEGO "out of the box". I believe there (...) (19 years ago, 20-May-07, to lugnet.robotics.nxt.nxthacking)
|