| View previous topic :: View next topic |
| Author |
Message |
kolaaaa
Joined: 16 Apr 2007 Posts: 15 Location: Paris
|
Posted: Mon Apr 16, 2007 11:32 pm Post subject: 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, does anybody try to port SQLite (or any other) to the PSP ?
I success to compile it but it didn't work. I suppose there is something not compatible in the PSP's librairy.
I hope my English is clear and thanks you for any help. |
|
| Back to top |
|
 |
fraca7
Joined: 03 Oct 2005 Posts: 21 Location: Paris
|
Posted: Sun Apr 29, 2007 12:50 am Post subject: |
|
|
I tried and miserably failed. The problem is that sqlite relies on the platform having a ftruncate() call, which the PSP doesn't seem to have. I tried to 'emulate' it but it doesn't work.
I haven't had much time to work on it since my first try though. |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
|
| Back to top |
|
 |
fraca7
Joined: 03 Oct 2005 Posts: 21 Location: Paris
|
Posted: Sun Apr 29, 2007 8:49 am Post subject: |
|
|
| Ahah, I'll try that tomorrow... Thanks! |
|
| Back to top |
|
 |
|