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 - kyllopardiun

Pages: 1 ... 4 5 [6] 7 8 ... 13
76
Ok thanks to Kyllopardium, I found the problem:

Installing new GTK version did not solve it, but he told me to copy the GTK2 Runtimes dll files to the emu folder so it runs at all. Now It seems to work perfectly. Levak you might want to look into that x.x

I am glad that I could solve your problem,
but, now I am trying to check which are the needed dlls, and also if is really necessary to install the gtk,
because I think just the dlls in the same folder could work.

//under checking

BTW: why couldn't you post in UTI or TI bank?

77
TI Z80 / Re: Formulum: Texas Instruments Version
« on: October 25, 2010, 07:46:09 pm »
Boa kyllopardium e mesmo fixe que tambem fales (no teu pais, suponho Brasil, deve ser fale*) PORTUGUES.

Anyways, here it goes, cone volume, a more complex formula WORKING:

Aqui no brasil as duas formas são aceitas, embora a terceira pessoa seja a mais comum na maior parte do país.
/exceto região sul
Mas, há diversas diferenças entre nossos idiomas, [0,2% do idioma de fato]
o que é o bastante para todo o esquema de acentuação e blá blá blá...

/* if you do not understand, you shouldn't care, we are just having a casual portuguese talk around here.

78
General Calculator Help / Re: TI-Nspire
« on: October 25, 2010, 06:26:39 pm »
Thanks!  But what if I know that there is something special at 0x01234567.  How would I get it?
you mean this as a memory address?

well, I'll try to give and example to help you figure it out:

Code: [Select]
int main(){
   int *p, a=2,c[10];
   p=&a; //you point to the address of a
  printf("%d",p); //this will print the address as decimal perhaps you would be more likely to get it in %x [hexa]
  printf("%d",*p); //this wil print 2
  p=c; //points p to the first place of the vector
  printf("%d",*(++p)); //this will print some garbage in memory as not was defined in c[1]
  return 0;
  }
}

EDIT: i didn't see the others posts...

79
TI Z80 / Re: Formulum: Texas Instruments Version
« on: October 25, 2010, 06:18:57 pm »
Nice! Will it be available in English, though?

It is in English, only my calculator is in portuguese :( (it has to, unfortunately, otherwise when I had to do maths and chemistry it would be hard for the teachers to tell me what to do, right?)

Not really, if you know your calc well, you could use it even in a strange language as Chinese ...
and also if you keep your calculator in english it can be helpful for you improve your english skills.
//I am also a native portuguese speaker [not the same portuguese] and my calculator isn't in my language
and it is very easy to use..

/*NOTE: I said it as a strange language as I can't figure it out, nothing against anyone who likes it,
and I didn't meant to offend any Chinese speaker

80
General Calculator Help / Re: TI-Nspire
« on: October 25, 2010, 06:10:18 pm »
I don't know about nspire,
but in standart C, a pointer looks like:

int *point  //pointer for integer
and likewise:
 char *champs;

or

double* p1,p2; //In this case both p1 and p2 are pointer...


Hope this can be helpful for you.

81
very nice, i wouldn't know how to do much of that.
Well, dj, i guess Levak's batch files were the only thing that worked for Me, i had no idea what the original post from goplat on UTI meant. It's not like everyone knew exactly what the boot2 files and flash (ROM) files were...
hopefully dj, you can understand my instructions and get it to work...
Basically why i posted it here rather than UTI is that less people would be on UTI to see it.
Also, i love the new attachment feature
For the boot2 files, and rom you can download them from internet...
it is in a torrent site ;)

//just google for it

82
General Discussion / Re: The (new) DJ Omni Music Torrent!
« on: October 24, 2010, 08:44:57 pm »
Nah it was not related. I said it was not related. Stop proving me wrong please or I will rate down every post where you try to prove me wrong in the future. I was asking if the torrent tracker was a brand new torrent, and your answer is that I could upload my song to another site.

I wasn't trying to prove that you were wrong, It was just saying you could have another ways to share your job.

83
no xspire is a completely different person to Levak. It's on the forums at UTI. xspire made the nice gui, Levak just made the batch file

also note that xspire modified goplats original version to have the gui.
Ah ok I see. Thanks for the info. Personally i never got Levak's files to work :(

Also Kyllopardium what did you do in particular?

I did a c program that run the emulator and a rom, without without the user having to choose,
and also that program run the emulator hidding the console window so the user won't be "scared" and
think that's just a common program with GUI.

Then I made a setup package, that's install my program gtk ...
and so the user have a nspire cas in his computer
and then gave it to my friends.

84
General Discussion / Re: The (new) DJ Omni Music Torrent!
« on: October 24, 2010, 08:13:05 pm »
Yeah but it is not related to my question. That said one day I should look into copyrighting some of my songs. I would like if they were still distributable in some ways, but have a bit of power against people who rename the artist to their own name, like absolix.newgrounds.com

EDIT: Geek your link gives invalid request
DJ, it's kind related because if you could post in those sites, you wont need torrents.
Moreover it would be the best way to you publish your songs, as it pays you for the amount download your file gets,
and also give your files for free to everyone download...

//http://tramavirtual.uol.com.br/

85
General Discussion / Re: The (new) DJ Omni Music Torrent!
« on: October 24, 2010, 07:59:10 pm »
It's not a new torrent I hope, right? I already have half of the other downloaded :(

Also Snake X how much bw do you have in a month?

If you were brazilian I could give you a hint,
about how to publish your songs... 


86
no xspire is a completely different person to Levak. It's on the forums at UTI. xspire made the nice gui, Levak just made the batch file

also note that xspire modified goplats original version to have the gui.

I guess you guys would blame me if you know what I've done with this...

//At least it was for a noble purpose
?? ok maybe not so noble..

87
Ndless / Re: Ndless 1.7 for TI-Nspire
« on: October 23, 2010, 07:16:17 pm »
Quote from: United-TI
Notes:
1) Not tested on hardware.
2) Emulator tests:
---CAS) 5 installs - all successful, ran 3 programs - hello.tns, particles.tns, NES game without incident.
NONCAS) 5 installs - 1 failure, however once installed ran 3 programs - hello.tns, particles.tns, NES game without incident.

Well, I guess wasn't a good idea to try on real hardware...

88
Computer Projects and Ideas / Re: Nightmare
« on: October 23, 2010, 04:46:46 pm »
Nothing against anybody,

but I actually wonder why people have some secret projects and after some time they say it to everyone what is about before they release.

/* I didn't try to offend anybody, I just can't figure out why you tell yours projects when they are said to be secrets
If you feel offended by this in any manner, please pm me, so I can delete this and sorry for any inconvenience. */

89
General Calculator Help / Re: TI-NSPIRE emulator help
« on: October 23, 2010, 03:54:09 pm »
Holy necropost batman! That said I guess that can be useful for future Ndless users.
It's so cool!

It's like to put your own calc inside your computer [with runos]
as you can change between roms =)

90
General Calculator Help / Re: TI-NSPIRE emulator help
« on: October 23, 2010, 03:47:04 pm »
Ok, now how do I install ndless onto the nspire emu?

Check the whole video:
PS: maybe you can skip the start ;)

Pages: 1 ... 4 5 [6] 7 8 ... 13