| View previous topic :: View next topic |
| Author |
Message |
Jim

Joined: 02 Jul 2005 Posts: 487 Location: Sydney
|
Posted: Wed Jul 01, 2009 7:02 am Post subject: |
|
|
now you're missing zlib. the fix is very similar.
Jim _________________ http://www.dbfinteractive.com |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Wed Jul 01, 2009 7:06 am Post subject: |
|
|
| You need -lpng -lz -lm in that order. |
|
| Back to top |
|
 |
Producted
Joined: 04 Jun 2009 Posts: 56
|
Posted: Wed Jul 01, 2009 3:41 pm Post subject: |
|
|
Hurray! Thanks everybody who helped me finding a solution. Even on the third page! (especially you, J.F.)
Btw, I found out that this community is okay, so I'll drop by, now and then.
EDIT: Oh wait, this might not be solved yet (PSP Freezes on start of homebrew). Will try to fix it myself first.
EDIT2: Fixed that ^
Now I've got this, and meep returns 0:
| Code: |
int meep;
danzeff_load();
if(danzeff_isinitialized())
{
meep = 1;
danzeff_moveTo(10, 10);
danzeff_render();
}
else
{
meep = 0;
}
|
_________________ Producted.net |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Thu Jul 02, 2009 1:01 am Post subject: |
|
|
| You may be missing the pictures danzeff needs when it loads. Make sure you have the directory with the images in the right place. |
|
| Back to top |
|
 |
Producted
Joined: 04 Jun 2009 Posts: 56
|
Posted: Thu Jul 02, 2009 7:56 am Post subject: |
|
|
Whoops, totally forgot that...
Thanks again.
This stuff is totally solved now. _________________ Producted.net |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Thu Jul 02, 2009 8:48 am Post subject: |
|
|
| Glad you finally got it going - it's nice to use... which is why I put it in Basilisk II. The next best thing to actually having a keyboard. :) |
|
| Back to top |
|
 |
|