forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

OSK Libraries
Goto page Previous  1, 2, 3
 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
Jim



Joined: 02 Jul 2005
Posts: 487
Location: Sydney

PostPosted: Wed Jul 01, 2009 7:02 am    Post subject: Reply with quote

now you're missing zlib. the fix is very similar.

Jim
_________________
http://www.dbfinteractive.com
Back to top
View user's profile Send private message Visit poster's website
J.F.



Joined: 22 Feb 2004
Posts: 2906

PostPosted: Wed Jul 01, 2009 7:06 am    Post subject: Reply with quote

You need -lpng -lz -lm in that order.
Back to top
View user's profile Send private message AIM Address
Producted



Joined: 04 Jun 2009
Posts: 56

PostPosted: Wed Jul 01, 2009 3:41 pm    Post subject: Reply with quote

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
View user's profile Send private message
J.F.



Joined: 22 Feb 2004
Posts: 2906

PostPosted: Thu Jul 02, 2009 1:01 am    Post subject: Reply with quote

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
View user's profile Send private message AIM Address
Producted



Joined: 04 Jun 2009
Posts: 56

PostPosted: Thu Jul 02, 2009 7:56 am    Post subject: Reply with quote

Whoops, totally forgot that...
Thanks again.

This stuff is totally solved now.
_________________
Producted.net
Back to top
View user's profile Send private message
J.F.



Joined: 22 Feb 2004
Posts: 2906

PostPosted: Thu Jul 02, 2009 8:48 am    Post subject: Reply with quote

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
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group