![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on IRC Deving Channel, I need one! within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; i need a PSP Deving IRC channel so i can try to get my question answered! and since im not ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
![]() ![]() ...in a dream...
|
i need a PSP Deving IRC channel so i can try to get my question answered! and since im not allowed in developers dungeon (yet...) i cant ask there either, and no serious DEV really looks in here anymore, so i need a deving channel that i can get this question of mine answerd, thank u for your time.
P.S. the question is how to repeat an entire program, meaning after executing the last loop, how would i make it so the start button sends me back to the beginning of my progrma even tho im already past htat loop.
__________________
...you'll never know what it's like... spending your whole life in a dream...
Launch a Kitten out of a Cannon and win real cash! Checkout my newly updated site for all my projects (Kitten Cannon, BOXHEAD, Light Cycle 3D) |
|
|
|
|
|
#2 |
![]() |
Umm.. put the big loop inside another loop? Or.. make it a function that is called within a loop..? Or are you asking something else?
__________________
[url=http://www.barbdwyer.com/footer.php][img]http://www.barbdwyer.com/8Ball.jpg[/img][/url] [FONT=Verdana][SIZE=1] [b]PSP Developer Resource Site:[/b] [url=http://www.psp-programming.com]PSP-Programming.com[/url] [b]Other:[/b] [url=http://wake-boarding.org]Wakeboarding[/url], [url=http://water-skiing.org]Waterskiing[/url], [url=http://wake-surfing.org]Wake Surfing[/url], [url=http://www.guitarhero-4.com]Guitar Hero IV[/url][/SIZE][/FONT] |
|
|
|
|
|
#4 |
![]() ![]() ...in a dream...
|
im not using lua, im at the end of my code, i have 3 individual loops, 1 that displays the start of the program, 1 whiule runnin the main/part of the game, and the 3rd at the end of the game, i just need an IRC channel
__________________
...you'll never know what it's like... spending your whole life in a dream...
Launch a Kitten out of a Cannon and win real cash! Checkout my newly updated site for all my projects (Kitten Cannon, BOXHEAD, Light Cycle 3D) |
|
|
|
|
|
#5 |
![]() Mushroom Man
|
Place everything you want to repeat into a function, and have that function running in a while loop.
__________________
[URL=http://www.othala.co.uk]Othala[/URL] [B]o[/B] [URL=http://www.entheogendefencefund.org.uk/]Save the shroom![/URL] [CENTER][URL=http://www.othala.co.uk/travellerBlog][IMG]http://www.othala.co.uk/graphics/travBanner.png[/IMG][/URL][/CENTER] |
|
|
|
|
|
#6 |
![]() ![]() ...in a dream...
|
sweet i did that, but i get t2 warnings that make a bug/problem in the complying, here they are:
$ make kxploit psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -L. -L/usr/local/ pspdev/psp/sdk/lib main.o graphics.o framebuffer.o -lpspgu -lpng -lz -lm -lpsp debug -lpspdisplay -lpspge -lpspctrl -lpspsdk -lc -lpspnet -lpspnet_inet -lpspne t_apctl -lpspnet_resolver -lpsputility -lpspuser -lpspkernel -o stopper.elf /usr/local/pspdev/lib/gcc/psp/4.0.2/../../../../psp/lib/crt0.o: In function `_ma in': /tmp/pspdev/pspsdk/src/startup/crt0.c:86: undefined reference to `main' collect2: ld returned 1 exit status make: *** [stopper.elf] Error 1 thats what i get, i fixed up my 'Stopper 69" with a repeat function so no more having to press hoem and restart it, and i made the code cleaner and fixed the problem where when u get it on '69' it flashes it, but i fixed that, jsut need to comply it and get it up here
__________________
...you'll never know what it's like... spending your whole life in a dream...
Launch a Kitten out of a Cannon and win real cash! Checkout my newly updated site for all my projects (Kitten Cannon, BOXHEAD, Light Cycle 3D) |
|
|
|
|
|
#7 |
![]() ![]() ...in a dream...
|
this is what i get when my main.c is a 'main.cpp' (c++ source)
$ make kxploit psp-g++ -I. -I/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -I. -I/usr/local/ spdev/psp/sdk/include -O2 -G0 -Wall -fno-exceptions -fno-rtti -c -o main.o ma n.cpp main.cpp: In function 'int repeat()': main.cpp:152: error: a function-definition is not allowed here before '{' token main.cpp:164: warning: control reaches end of non-void function make: *** [main.o] Error 1 pleaxe help wiuth any of thsi
__________________
...you'll never know what it's like... spending your whole life in a dream...
Launch a Kitten out of a Cannon and win real cash! Checkout my newly updated site for all my projects (Kitten Cannon, BOXHEAD, Light Cycle 3D) |
|
|
|
![]() |
| Tags |
| channel , deving , irc |
| Thread Tools | |
|
|