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

Pages: 1 ... 6 7 [8] 9 10 ... 14
106
Yeah, its added in the Windows system path, it and Yagarto's stuff are added, here my system path:

C:\Program Files (x86)\ATI Stream\bin\x86_64;C:\Program Files (x86)\ATI Stream\bin\x86;%CommonProgramFiles%\Microsoft Shared\Windows Live;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\yagarto\bin;C:\Users\Greg\Documents\ndless2\bin;C:\Program Files (x86)\Common Files\GTK\2.0\bin

I think thats correct.

the path to 7zip is missing...
therefore it fails when it tries to zip ndless
I guess it is; C:\Program Files\7-Zip

107
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: February 23, 2011, 12:10:28 pm »
stddef.h has to be in the include folder of "GNU C Compiler" if I interpret the source right but there I can't help you...

108
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: February 23, 2011, 04:30:25 am »
Where is the include-dir included? I didn't find it..

It's location should be as simple as
ndless\include or ndless\trunk\include in your case
If it isn't there I would have a serious talk with your svn client if I where you.
(especially since the "missing os.h" error is probably related with an error in your tree.)


@pockemonrules9

Seems to me as if you didn't install mingw properly
look here for how to do it.
Make also sure that you have Yagarto and 7Zip installed (and their respective folders in your path
or you'r going to have error's later therefore.)

109
News / Re: Game Boy Color emulator for the TI-Nspire released
« on: February 21, 2011, 08:28:55 am »
yes there is a touchpad compatible version (just follow the "quote-link" to download)

Since I don't have a Clickpad, I've hacked around a bit in assembly to make this great program work with the Touchpad - it's a really really ugly hack, and the ROM selection screen is still broken (always selects the first ROM in the list), but hey, it's better than nothing!
During testing, it used to crash quite a bit due to some memory overwriting, but I think I fixed it all... tell me if there are any crashes or things like that.

Edit: Oops, forgot to mention what keys I've remapped the controls too :-[ :
A - Tab
B - Ctrl
Start - Menu
Select - Del/Clear
Direction - 8/4/5/6

110
News / Re: TI-Nspire CX - The Next Generation
« on: February 20, 2011, 06:00:48 am »
Well lets see what TI did there...
and where the "problem" is whit OS3.0...

111
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: February 20, 2011, 05:38:25 am »
Did you keep pressing them the whole time, after a reboot?

Also what OS do you have on your Nspire?
Because on a Touchpad you need (exept if it is a non-cas and you have a clickpad) ndless2.0 or greater.

112
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: February 18, 2011, 12:30:48 pm »
@ruler

quit a lot of the available programs are listed here

113
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: February 17, 2011, 04:08:00 pm »
-install Msys + Mingw
-install 7zip
-install Yagarto
-add the 7-zip folder and the yagarto "bin-folder"  to your "Path" variable (on W7: Control Panel\System and Security\System # Advanced system settings # Environment Variables )
(to add: write ";" after the existing "paths" and copy paste)


open Msys
write: cd <path to ndless directory>/tools
write: make

add the crated "bin folder" (/something/ndless/bin) to your path variables

write: cd <path to ndless directory>
write: make

Msys should now create a "calcbin" folder. (and some other stuff, may take a minute of time)
transfer "ndless_installer_os_xxx.tns" and "ndless_resources.tns" to your nspire (make sure they are in the same folder)
"open" "ndless_installer_os_xxx.tns"
a message that ndless installed successful may then pop up, or your calc could crash ;) : in this case reset it (if no automatic reboot) and retry.

Did I miss some step or is this enough to help you?

114
TI-Nspire / Re: notepad for the nspire
« on: February 13, 2011, 02:08:45 pm »
New version.

what's new:

   -executable is about 20 times smaller  :o

   -font data is in a separate file so one could use another without recompiling

   -you can change the file which is written to or from which you load existing text
   (default one is still "nwriter.txt.tns" which is set always when you start the program)

   -fixed the little issue that you had to press two times delete to delete a "return"

   -maximum of characters is now 0xFFFF
   (but it you can still not navigate in the text so that isn't going to make much difference)



Now I hope that there is no bug I didn't see.
Constructive critic is always welcome.

download nwriter here
the source is available at nspireforge

EDIT: forgot to add the font file to the download... well fixed now.

115
Computer Projects and Ideas / Re: 5TD
« on: February 12, 2011, 09:56:57 am »
wow...
nice!

I have just a little problem...
...I lose myself often enough in 3D games already
So 4D is a real challenge...

116
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: February 11, 2011, 12:14:35 pm »
nice to hear :)

117
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: February 10, 2011, 04:55:18 pm »
I assume that you got your sourcecode via a SVN-client.
To get the current source (167) you could either see if your SVN-client has an "SVN-update" function (it should have one) or you could simply redownload the whole source code again.

118
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: February 10, 2011, 04:19:48 pm »
GNU Make 3.81 ?
err... are you on a linux system?
(for windows you need msys+yagarto as described in the first post of this topic)

119
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: February 10, 2011, 03:41:48 pm »
I have installed MSYS, Mingw, yagarto, and have had 7zip forever.
Yagarto is in my 'path'
well if the above is done then msys should spit out the binarys for 1.7,2.0 and 2.1 if you:
run msys, then type in
"cd D:/Nspire/ndless" (or wherever you have stored the source from the svn)
and then
"make"
Well, it spat out a bin folder, and some other stuff. Now what :|

add that bin folder to your path and then redo
if it gives the same error restart your pc (don't really know why that helps sometimes)
if that doesn't help post the error message please

hope this helps



When i try to build i have error can tou help me pleas ?

Code: [Select]
make[1]: Entering directory `/home/Ndless/libndls'
nspire-gcc -Os -nostdlib -c feof.c
feof.c: In function 'feof':
feof.c:28:11: error: 'EOF' undeclared (first use in this function)
feof.c:28:11: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [feof.o] Error 1
make[1]: Leaving directory `/home/Ndless/libndls'
make: *** [subdirs] Error 1
:banghead:
Could you check which version you have?

120
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: February 10, 2011, 12:45:33 pm »
I have installed MSYS, Mingw, yagarto, and have had 7zip forever.
Yagarto is in my 'path'
well if the above is done then msys should spit out the binarys for 1.7,2.0 and 2.1 if you:
run msys, then type in
"cd D:/Nspire/ndless" (or wherever you have stored the source from the svn)
and then
"make"




Pages: 1 ... 6 7 [8] 9 10 ... 14