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 - MGOS
Pages: 1 ... 10 11 [12] 13 14 ... 23
166
« on: June 19, 2012, 12:28:02 am »
Ok. I can't post more, and I don't think it will help that much. The executable is now about 4k large and compiled to axe fusion atm. I will change that to an App because I will never be able to be under the 8k limit. It uses a lot of Filling/Copying for fast drawing on parts of the screen and the whole data is stored in L1 and L2 if that helps.The rest is just very standard axe stuff.
167
« on: June 18, 2012, 03:26:49 pm »
Strange, I just tried this with Axe 1.1.2, there was no problem. Are you using 1.1.2 ? Or are you sure those were the exact lines of code (maybe it was {L1}r instead of {L1}) ?
Yeah, latest update, and exact those lines. I rewrote the whole part like 4 times, always the same result. I didn't try {L1}++ because IIRC there was a something wrong with that. If I remember correctly Axe does a derp if you add a constant after or something. I could be totally wrong though.
Possible. I think I had similar problems before but I didn't care much because they were gone after little changes (which were completely unrelated with the stuff that went wrong though).
168
« on: June 18, 2012, 01:16:31 pm »
I have absolutely no idea why this line of code (even if it is in a condition and never ran in execution) mixes up things in the program (like graphics and data storage), but it still runs stable (no errors or crashes occur, it just doesn't do what it should).
{L1}+1->{L1} if I change it to
1+{L1}->{L1} everything works perfectly (I know it is this line because I didn't change anything else and if I change it back the weird stuff happens again).
As said, the line is in a conditional and it doesn't have to run at all, the stuff happens always from the beginning of the execution, so it has to be axe's fault.
I can't post more because it is part of my contest entry and now I know what to change, so it's not a big deal for me, but it would be interesting to know why this stuff happens.
169
« on: June 16, 2012, 03:03:01 pm »
I followed all the steps in your tutorial exactly as they are written, it helped nothing. I tried it again, this time installing TI-connect from the CD, same. When I have TIconnect ready and I plug in the cable, Windows tries to install a driver and can't find one. The TiLP driver doesn't work either, because it isn't signed.
170
« on: June 16, 2012, 02:20:15 pm »
I read it when it was posted first, but it was arranged differently I think. Thanks though
171
« on: June 16, 2012, 01:47:08 pm »
What category do I have to submit in when I use Axe with my own Asm routines?
172
« on: June 16, 2012, 12:46:50 pm »
Good to know. So I deleted all the drivers and reinstalled TiLP, but that didn't help. Is there a way to manually install the driver?
173
« on: June 16, 2012, 11:14:58 am »
looks good, but what's that polygon that has a different perspective than the rest of the image? the one that is starts at the same width as the track in the middle of the image, and gets wider to the top
I think that is the bridge with the checkered start/finish flag thingy.
174
« on: June 16, 2012, 10:28:56 am »
2) Buy a different calculator, computer, and cable.
Very funny... It worked perfectly with the same components before. Maybe see if there's a new update of Ti-connect?
Last one is two years old, I already used the newest one. I try TiLP first Edit: Same problem - it is the driver for the cable I think
175
« on: June 16, 2012, 05:08:37 am »
I'm not sure whether I'm right in this forum or not, but here's my problem:
A few weeks ago I installed a new sound card for my Windows 7 64-bit computer and suddenly the graph link didn't work anymore. I looked into the device manager and it says the driver can't be verified to be signed or something. I never had this problem before. Every time I plug in the cable, after it tried to install software and says it failed. Reinstalling/updating driver leads always to the same problem, it says the driver is the newest version. Booting without driver signature is possible and it shows up the device is working correctly, but TIConnect is acting up and doesn't find the device.
I'm using TIConnect with a TI 83+.
176
« on: June 15, 2012, 08:45:33 am »
Wow, that looks awesome for a chalkboard drawing !
177
« on: June 12, 2012, 03:30:21 pm »
err....
I have a strange bug in axe 1.1.2
I compiled a programme and <crash> RAM clear
I compiled on ion a big programme ( 5752 octets)....
I think it may help if you are more precise - can you attach the code (if it isn't lost), did any errors occur, was it while compiling, backing up or execution?
178
« on: June 10, 2012, 08:58:26 am »
I think you'd have to write your own routine for that. It's quite slow but you could copy the last 8 rows of the buffer to another buffer, shift that and copy it back.
example with L6 and L3 (if you use them for something else you'd have to use other buffers)
Copy(L6+672,L3,96) Horizontal -(L3) //or Horizontal -r Copy(L3,L6+672,96)
179
« on: June 07, 2012, 10:33:58 am »
"2u(n-1->u {X->u(nMin
Is it really THAT simple? I'm gonna try that out now. * MGOS types it in the calc and wonders how easy that was.Thanks a lot.
180
« on: June 07, 2012, 08:58:50 am »
Hey, for my Maths I have to make a program to calculate increasing and stuff, and it needs to have recursive sequences as well. The problem is, I can't find the right commands and variables in the program editor. How would I store a recursive equation ( u( n) = u( n)*2 as an easy example) into u, v or w? And how can I set the start ( uMin and u( nMin) = {x} )? I hope there is somebody who can help me.
Pages: 1 ... 10 11 [12] 13 14 ... 23
|