Search found 15 matches
- Tue Oct 09, 2007 9:36 pm
- Forum: PSP Development
- Topic: Microsecond Accurate Hardware timer
- Replies: 7
- Views: 2966
- Wed Aug 29, 2007 9:16 pm
- Forum: PSP Development
- Topic: SQLite for PSP
- Replies: 34
- Views: 33896
Hi, The 0-byte file is normal. You can check that on your computer without creating tables : prompt$ sqlite3 test.db sqlite>quit; and a empty file is created. But I can't find out your problem. I tried your query and it works on my PSP. Do you have print the errmsg string to know what SQLite is comp...
- Wed Aug 29, 2007 4:47 am
- Forum: PSP Development
- Topic: SQLite for PSP
- Replies: 34
- Views: 33896
- Wed Aug 01, 2007 10:51 pm
- Forum: PSP Development
- Topic: SQLite for PSP
- Replies: 34
- Views: 33896
- Wed Aug 01, 2007 10:13 pm
- Forum: PSP Development
- Topic: SQLite for PSP
- Replies: 34
- Views: 33896
- Mon Jun 04, 2007 7:26 pm
- Forum: PSP Development
- Topic: newlinb causing sdl_image to fail to build
- Replies: 5
- Views: 6103
- Mon May 28, 2007 7:57 am
- Forum: PSP Development
- Topic: BZ2 libriary for psp?
- Replies: 7
- Views: 3507
- Sun May 27, 2007 10:35 pm
- Forum: PSP Development
- Topic: BZ2 libriary for psp?
- Replies: 7
- Views: 3507
- Sun May 27, 2007 6:26 pm
- Forum: PSP Development
- Topic: BZ2 libriary for psp?
- Replies: 7
- Views: 3507
- Sun May 27, 2007 7:15 am
- Forum: PSP Development
- Topic: SQLite for PSP
- Replies: 34
- Views: 33896
- Sun May 27, 2007 7:09 am
- Forum: PSP Development
- Topic: BZ2 libriary for psp?
- Replies: 7
- Views: 3507
Hi, I guess it is not in the repository (but there is zlib). I made a Makefile, it build and install the library, but I didn't test it. 1 - Download and unpack : bzip2 1.0.4 2 - Copy this Makefile , instead of the one include in the official source 3 - Then in your shell : $ make $ make install This...
- Fri May 25, 2007 8:14 am
- Forum: PSP Development
- Topic: SQLite for PSP
- Replies: 34
- Views: 33896
Hi, I will commit it as soon as I have write access to the pspdev repository. For now, I made a patch of the same release, for those how prefers, SQLite 3.3.17 for PSP rev. 33 patch . Use it like that : 1 - Unpack original SQLite 3.3.17 source from SQLite Site 2 - Copy the patch to the root of sourc...
- Thu May 24, 2007 10:15 am
- Forum: PSP Development
- Topic: SQLite for PSP
- Replies: 34
- Views: 33896
You can download it here : SQLite 3.3.17 for PSP rev. 33
README.PSP is include for building instructions.
Thanks for reporting problems (if any)
README.PSP is include for building instructions.
Thanks for reporting problems (if any)
- Thu May 24, 2007 6:56 am
- Forum: PSP Development
- Topic: SQLite for PSP
- Replies: 34
- Views: 33896
SQLite for PSP
Hello all,
I port "SQLite" to the PSP by writing the OS dependent part.
This C library allow your homebrew to create database and query it with SQL langage.
If anyone interrested, ask me.
I also can upload it somewhere.
kolaaaa
I port "SQLite" to the PSP by writing the OS dependent part.
This C library allow your homebrew to create database and query it with SQL langage.
If anyone interrested, ask me.
I also can upload it somewhere.
kolaaaa
- Mon Apr 16, 2007 11:32 pm
- Forum: PSP Development
- Topic: SQLite or an other database
- Replies: 3
- Views: 2745
SQLite or an other database
Hello, I'm working since few month on a Guitar Pro's clone for PSP (well, just a tablature reader). I have finish the parser and some of graphics functions. For the moment tablature is just scrolling at the screen. Now my goals is to create a database, a kind of iTunes's like. So, here's my question...