Search found 20 matches
- 27 Feb 2012, 17:29
- Forum: Mindstorms Software
- Topic: how does NXTCam work with NXC?
- Replies: 4
- Views: 4772
Re: how does NXTCam work with NXC?
I don't think the NXTCam is suitable for what you intend to try and do with it. is there some other NXT accessory that can do better what I intend to try and do with the cam? hmm, I see what you mean, that IS a slow process... I can't predict the color range of the garbage, but I can say != the bag...
- 26 Feb 2012, 21:44
- Forum: Mindstorms Software
- Topic: how does NXTCam work with NXC?
- Replies: 4
- Views: 4772
Re: how does NXTCam work with NXC?
I know this sounds like a lazy use for it, but I live in a dorm, so at first, I am going to try to have the NXT do the relatively simple but annoying task of changing the garbage when I tell it to. I don't need the NXT to recognize when the garbage needs to be changed, (I'll do that by activating hi...
- 26 Feb 2012, 04:42
- Forum: Mindstorms Software
- Topic: how does NXTCam work with NXC?
- Replies: 4
- Views: 4772
how does NXTCam work with NXC?
I was about to order the NXTCam-v4, and I figured rather than risking the possibility of wasting $150, I'll just ask. Does NXC have full compatibility with the NXTCam, and if so, how does the language work with the camera while on the brick? I know thats kind of a vague question, so what I'll clarif...
- 26 Feb 2012, 04:17
- Forum: Mindstorms Software
- Topic: nxc utilities
- Replies: 2
- Views: 3089
Re: nxc utilities
yeah, that is what I meant... but I didn't realize I could just press End.. ok, thanks!
- 25 Feb 2012, 23:44
- Forum: Mindstorms Software
- Topic: nxc utilities
- Replies: 2
- Views: 3089
nxc utilities
hey, I have the NXC utilities.. and in terms of functionality, it works great.. but often when I click on whitespace it puts the cursor at that spot in that line, even if I have not 'reached' that spot in typing.. as if that were putting the cursor at a tab there. How do I fix this? Is there a patch...
- 25 Feb 2012, 23:35
- Forum: Mindstorms Software
- Topic: why is this strcmp not working?
- Replies: 19
- Views: 15020
Re: why is this strcmp not working?
I don't mean, "I want this, do it now!" (even though that is what it seems like)
I just meant that if you ever need or want any assistance.. I don't want to feel like I was pressuring or anything..
I just meant that if you ever need or want any assistance.. I don't want to feel like I was pressuring or anything..
- 25 Feb 2012, 06:55
- Forum: Mindstorms Software
- Topic: why is this strcmp not working?
- Replies: 19
- Views: 15020
Re: why is this strcmp not working?
Woah, thanks a lot, I don't know how I missed that! this version is similar to the one I used, but is better in a lot of ways :D Man, I'm tired... Thanks again though, and I'm sure I'll be back pretty soon with another question. You've helped me with a lot of different things in the NXC, I won't try...
- 24 Feb 2012, 23:09
- Forum: Mindstorms Software
- Topic: why is this strcmp not working?
- Replies: 19
- Views: 15020
Re: why is this strcmp not working?
I recommend that you consider trying out my NXTCC utility for Mac OS X. It includes an integrated NBC compiler and simple code editor along with all the standard tool windows that come with BricxCC. well, I know it's not what you said, but I do use the NeXT Tools (first on the page) and love it. Is...
- 24 Feb 2012, 21:09
- Forum: Mindstorms Software
- Topic: why is this strcmp not working?
- Replies: 19
- Views: 15020
Re: why is this strcmp not working?
sure.. the code (which you already have because you actually made) is task main() { Â string input = "fooba"; Â Â int cmdComp = strcmp(input, "foobar"); Â Â NumOut(0, LCD_LINE2, cmdComp); Â Â if (cmdComp == 0) { Â Â Â TextOut(0, LCD_LINE1, "cmdComp==0"); Â Â Â W...
- 24 Feb 2012, 17:35
- Forum: Mindstorms Software
- Topic: why is this strcmp not working?
- Replies: 19
- Views: 15020
Re: why is this strcmp not working?
Ahh yes, this link perfect, thank you for that link and that explanation of strings. That cleared up a lot of confusion. The update process seems like I just replace the old file with name "xxxxx" with it's new file with the same name "xxxxx"... but I am still getting error 1 whe...