Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - flyingfisch

Pages: 1 ... 12 13 [14] 15 16 ... 119
197
Calculator C / Re: [Ndless] Program Won't Run
« on: April 29, 2013, 04:12:56 pm »
did you compile it or just send the program that comes with the sdk? I had problems with the sdk, too.

I compiled it, and then I sent the tns to my Nspire and it gave me the error message. Any ideas?

Program your prizm instead?

* flyingfisch runs

198
Miscellaneous / Re: The Piano Deity of Omnimaga?
« on: April 22, 2013, 06:09:30 pm »
Chopin nocturne in E minor, op 71 no 1

Woo, you've definitely surpassed me...

199
Casio Calculators / Re: [LuaZM] pFighter
« on: April 22, 2013, 10:17:49 am »
As for the global variables, I don't think I'll change those(I don't really know how, plus I'd probably end up screwing it up :P).

When you declare the variables, just tag local on them. Like this:

Code: [Select]
local var = blah
local var2

What difference will it make?

Well, for one thing, it will make running the program twice in a row not give Error: Not enough memory. ;)

Plus it could increase speed.

Would I do this with all the variables(ALL)?

Yes...

Doesn't the program declare all variables at the beginning anyway?

200
Casio Calculators / Re: [LuaZM] pFighter
« on: April 21, 2013, 09:07:09 pm »
As for the global variables, I don't think I'll change those(I don't really know how, plus I'd probably end up screwing it up :P).

When you declare the variables, just tag local on them. Like this:

Code: [Select]
local var = blah
local var2

What difference will it make?

Well, for one thing, it will make running the program twice in a row not give Error: Not enough memory. ;)

Plus it could increase speed.

201
Casio Calculators / Re: [LuaZM] pFighter
« on: April 21, 2013, 04:27:13 pm »
As for the global variables, I don't think I'll change those(I don't really know how, plus I'd probably end up screwing it up :P).

When you declare the variables, just tag local on them. Like this:

Code: [Select]
local var = blah
local var2

202
Casio Calculators / Re: [LuaZM] pFighter
« on: April 20, 2013, 07:17:23 pm »
Very fun, very nicely made. I would suggest using local vars instead of global though.

203
Casio Calculators / Re: [LuaZM] pFighter
« on: April 20, 2013, 06:10:55 pm »
wowow, looks great! Downloading it right now. :)

204
News / Re: TI introduces nuclear fallout-proof calculator packages
« on: April 13, 2013, 08:47:50 am »
I like that table you took a picture of the calc over... cool design. ;)

205
Miscellaneous / Re: Post your desktop
« on: April 06, 2013, 10:41:31 am »
What DE/WM?

206
News / Re: Fruit Ninja ported to Casio FX-9860G
« on: April 05, 2013, 02:55:55 pm »
Hmm... is there a thread for this somewhere?
This is the thread I found originally.

Yeah, but that one doesnt seem to be getting anywhere. What i meant was the thread that helder7 found the line 70 thing in.

207
News / Re: Fruit Ninja ported to Casio FX-9860G
« on: April 05, 2013, 10:10:00 am »
Line 70 in Casiofx9860.h  from 0x06 to 0x05. (and only will work with gii) (by pierrotll)
A dev called "hhacker" recently did a fix for xfer9860 to work with all models (even PG2), he has not released it but maybe you can ask him here.

Hmm... is there a thread for this somewhere? Because with my hacked 9750GII i get this output:

Code: [Select]
flyingfisch@Office-Optiplex-745:~$ sudo xfer9860 -i
[sudo] password for flyingfisch:
--- xfer9860 v0.2.1  Copyright (C) 2007 Andreas Bertheussen and Manuel Naranjo.
[>] Setting up USB connection..
ERR: usb_set_configuration(): -110

[E] A listening device could not be found.
    Make sure it is receiving; press [ON], [MENU], [sin], [F2]

208
News / Re: Fruit Ninja ported to Casio FX-9860G
« on: April 04, 2013, 08:28:55 pm »
ah, thanks so much :)

209
News / Re: Fruit Ninja ported to Casio FX-9860G
« on: April 04, 2013, 08:10:28 pm »
You need change a line in source code for xfer9860 work with gii models.

Which line?

210
News / Re: Fruit Ninja ported to Casio FX-9860G
« on: April 04, 2013, 08:06:45 pm »
A couple q's which should prolly be easy enough to answer..
- Is it compatible with the 9860gii? Not familiar with the French model names and the US/NA equivalents :P
Yup. :)

Quote
- Is there a 9860gii link program for linux? (I found xfer9860 but it doesn't seem to be compatible w/gii)

Nope. I use a window$ VM.

Pages: 1 ... 12 13 [14] 15 16 ... 119