Search found 7 matches
- Tue Sep 19, 2006 3:35 am
- Forum: PSP Development
- Topic: Compiling problems
- Replies: 3
- Views: 1613
I don't understand
I don't understand I followed the instructions to the letter. Is there anyway I can have it all set up
- Sun Sep 17, 2006 9:02 pm
- Forum: PSP Development
- Topic: Compiling problems
- Replies: 3
- Views: 1613
Compiling problems
I have been trying to compile 'hello world' with the SDK. When I do I get these errors: make: psp-config: Command not found makefile:12: /lib/build.mak: No such file or directory make: *** No rule to make target `/lib/build.mak'. Stop. The code in the ...
- Mon Apr 24, 2006 4:11 am
- Forum: PSP Lua Player Development
- Topic: Problem With My Code
- Replies: 9
- Views: 4773
So you know
I have re-written my code and it is all working ok but I need to find a way to make the program watch one image for abuot 3 seconds then change to another for 3 seconds any ideas?
- Mon Apr 24, 2006 3:47 am
- Forum: PSP Lua Player Development
- Topic: Problem With My Code
- Replies: 9
- Views: 4773
Support
I would like some full help with this program so if you would like to help me with this lua program please either PM me or e-mail on
Thanks
- Sat Apr 22, 2006 8:39 pm
- Forum: PSP Lua Player Development
- Topic: Problem With My Code
- Replies: 9
- Views: 4773
Thanks
Ok I am glad your helping me out but it's still just flashing up and disappearing again. Here is a sample of my current code author = Image.load("images/author.png") -- 480 x 272 luaplayer = Image.load("images/lua.png") -- 480 x 272 premenu = Image.load("images/premenu.png&q...
- Sat Apr 22, 2006 3:49 am
- Forum: PSP Lua Player Development
- Topic: Problem With My Code
- Replies: 9
- Views: 4773
I'm confused now...
I have simplified my code right down and it is still failing, any ideas? author = Image.load("images/author.png") -- 480 x 272 luaplayer = Image.load("images/lua.png") -- 480 x 272 premenu = Image.load("images/premenu.png") -- 480 x 272 menu = Image.load("images/me...
- Sat Apr 22, 2006 1:00 am
- Forum: PSP Lua Player Development
- Topic: Problem With My Code
- Replies: 9
- Views: 4773
Problem With My Code
Hello everyone, I was wondering because I'm a newbie to lua coding why my application was popping up in windows lua then disappearing straight away there is a copy of the cody below can someone please take a look. -- Images author = Image.load("images/author.png") -- 480 x 272 luaplayer = ...