7 7zark7 Member Joined Nov 24, 2005 Messages 124 Jan 8, 2006 #1 please see this post, i posted this in the wrong place , silly me.... http://www.gp32x.de/board/lofiversion/index.php/t24315.html Last edited by a moderator: Dec 19, 2015
please see this post, i posted this in the wrong place , silly me.... http://www.gp32x.de/board/lofiversion/index.php/t24315.html
7 7zark7 Member Joined Nov 24, 2005 Messages 124 Jan 8, 2006 #2 actually i think i can use ncurses ??? does that sound viable.
7 7zark7 Member Joined Nov 24, 2005 Messages 124 Jan 8, 2006 #3 okay so i am having a good chat with myself here ... however this link says that ncurses is in the sdk http://wiki.gp2x.org/wiki/Included_Libraries When i reference it in my code or do a file search in the dev directory its not included #include "ncurses.h" throws an error. 7Zark7
okay so i am having a good chat with myself here ... however this link says that ncurses is in the sdk http://wiki.gp2x.org/wiki/Included_Libraries When i reference it in my code or do a file search in the dev directory its not included #include "ncurses.h" throws an error. 7Zark7
luteijn Member Joined Dec 23, 2005 Messages 253 Age 50 Location The Hague, NL Website luteijn.xs4all.nl Jan 8, 2006 #4 I rolled my own ncurses to get 'screen' and 'gdb' to work. Even if it is available, you still need a terminal to have it talk to, (e.g. sterm). for your purpose (textviewer) this isn't any good, but it works nice over the serial and usb links. P.
I rolled my own ncurses to get 'screen' and 'gdb' to work. Even if it is available, you still need a terminal to have it talk to, (e.g. sterm). for your purpose (textviewer) this isn't any good, but it works nice over the serial and usb links. P.
7 7zark7 Member Joined Nov 24, 2005 Messages 124 Jan 8, 2006 #5 drat foiled again, oh well looks like it will have to be sdl