Search found 10 matches

by dbgtnet
Fri Feb 17, 2006 7:17 am
Forum: PSP Development
Topic: Anyone can help me please ??? (for a psp pong)
Replies: 5
Views: 1664

Thanks a lot it's work ^^
by dbgtnet
Tue Feb 14, 2006 8:32 am
Forum: PSP Development
Topic: Anyone can help me please ??? (for a psp pong)
Replies: 5
Views: 1664

Hi !!!! Thanks for your fast response. I put your code and all but the ball dont move :(. Here's my code int drawball&#40;void&#41; &#123; ballx += movex; bally += movey; if &#40;bally<=0 || bally>=272&#41; movey = -movey; if &#40;ballx<=0&#41; &#123; // player1 on th...
by dbgtnet
Tue Feb 14, 2006 5:21 am
Forum: PSP Development
Topic: Anyone can help me please ??? (for a psp pong)
Replies: 5
Views: 1664

Anyone can help me please ??? (for a psp pong)

Hi !!!! I am a new one in coding in general. My first real project is to do a psp pong. But the last thing I have to do it's the ball and the game is finished. So if anyone of you can do me a little code that only move the ball. I already know how to draw it. What I need : 1-It bounce on the Y of th...
by dbgtnet
Sat Jan 07, 2006 3:13 am
Forum: PSP Development
Topic: undefined error please help me
Replies: 9
Views: 2745

This is the error Image
by dbgtnet
Fri Jan 06, 2006 9:29 am
Forum: PSP Development
Topic: undefined error please help me
Replies: 9
Views: 2745

I found the error. But now the flipscreen and initgraphics are undefined reference which library i need to include. TARGET = test OBJS = main.o graphics.o CFLAGS = -O2 -G0 -Wall CXXFLAGS = $&#40;CFLAGS&#41; -fno-exceptions -fno-rtti ASFLAGS = $&#40;CFLAGS&#41; LIBDIR = LIBS = -lpspgu...
by dbgtnet
Fri Jan 06, 2006 9:07 am
Forum: PSP Development
Topic: undefined error please help me
Replies: 9
Views: 2745

I have this error now

make: *** No rule to make target 'graphics.o', needed by 'test.elf', stop.
by dbgtnet
Thu Dec 29, 2005 2:05 am
Forum: PSP Development
Topic: undefined error please help me
Replies: 9
Views: 2745

Thanks that repair that error !!!!
by dbgtnet
Wed Dec 28, 2005 6:57 am
Forum: PSP Development
Topic: where can i download the 2.0 update?
Replies: 2
Views: 1219

by dbgtnet
Wed Dec 28, 2005 2:27 am
Forum: PSP Development
Topic: undefined error please help me
Replies: 9
Views: 2745

undefined error please help me

by dbgtnet
Sun Dec 25, 2005 12:14 am
Forum: PSP Development
Topic: How to add sprite ????
Replies: 0
Views: 765

How to add sprite ????

Hi !!!

I'm doing a pong with cel shading (the tutorial of the team emergency exit) but I just want to know how to add sprite with the pspsdk or other library like opengl ....

Thanks a lot !!!!