Search found 14 matches
- Sun Jul 09, 2006 4:37 am
- Forum: PSP Development
- Topic: Use Wifi with Oslib!
- Replies: 2
- Views: 2495
Use Wifi with Oslib!
Hi all! Hmm. I have a small problem... I can't use wifi with Oslib. look : //La librairie principale OSLib #include <oslib/oslib.h> //wifi #include <pspnet.h> #include <pspnet_inet.h> #include <pspnet_apctl.h> #include <pspnet_resolver.h> #include <netinet/in.h> #include <arpa/inet.h> #include <sys/...
- Sat Jun 03, 2006 9:28 pm
- Forum: PSP Development
- Topic: Socket client ...
- Replies: 7
- Views: 3155
#include <pspkernel.h> #include <pspdebug.h> #include <pspsdk.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <pspnet.h> #include <pspnet_inet.h> #include <pspnet_apctl.h> #include <pspnet_resolver.h> #include <netinet/in.h> #include <arpa/inet.h> #include <sys/select.h> #in...
- Thu Jun 01, 2006 5:23 am
- Forum: PSP Development
- Topic: Socket client ...
- Replies: 7
- Views: 3155
- Thu Jun 01, 2006 1:45 am
- Forum: PSP Development
- Topic: Socket client ...
- Replies: 7
- Views: 3155
Socket client ...
Hi! I'm programming an hombrew that receive data from a program who is on my computer with the SOCKET.. For the Windows program, no problem, I usualy program on Windows.. But, for the PSP, i've never seen samples for create client with the socket... If someone can give me an example, for using clien...
- Fri May 19, 2006 1:06 am
- Forum: PSP Development
- Topic: Convertisseur AVI - PSPPlayerMT - StandAlone Program
- Replies: 4
- Views: 3401
- Fri May 19, 2006 12:58 am
- Forum: PSP Development
- Topic: PSPSDK Setup....
- Replies: 12
- Views: 7284
Code: Select all
tous@famille ~
$ echo $PSPDEV
/usr/local/pspdev
But when I write MAKE, it say the the always same error...
:[
- Wed May 17, 2006 8:39 pm
- Forum: PSP Development
- Topic: PSPSDK Setup....
- Replies: 12
- Views: 7284
- Wed May 17, 2006 4:17 am
- Forum: PSP Development
- Topic: PSPSDK Setup....
- Replies: 12
- Views: 7284
- Wed May 17, 2006 4:00 am
- Forum: PSP Development
- Topic: PSPSDK Setup....
- Replies: 12
- Views: 7284
I've changed my cygwin.bat with your, but it say too:
Why have I always unique problem inthe world!??
Code: Select all
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.
- Wed May 17, 2006 1:33 am
- Forum: PSP Development
- Topic: PSPSDK Setup....
- Replies: 12
- Views: 7284
PSPSDK Setup....
Hi all! I'm installing PSPSDK for make homebrew in C for my psp... I have already setup Cygwin, lauchn the psptoolchain, and now I want writte an Helloworld... I lauchn Cygwin, I go in my directory CD projets CD Hello World I write make And it say : Make: psp-config: command not foun...
- Tue Apr 11, 2006 2:00 am
- Forum: PSP Lua Player Development
- Topic: Free Hosting for PSP Lua Game / Application Developers
- Replies: 8
- Views: 6332
- Thu Mar 23, 2006 4:37 pm
- Forum: PSP Lua Player Development
- Topic: Image.createEmpty(480, 272) - Can we create a bigger image?
- Replies: 6
- Views: 3629
Image.createEmpty(480, 272) - Can we create a bigger image?
Hi all
In my script, I use this fonction
Image.createEmpty(480, 272)
But I want make a bigger picture.... And when I type
Image.createEmpty(1000, 500) It say "Invalid picture size..."
Hmm. How can we create a picture bigger than 480, 272?
Thank!!
In my script, I use this fonction
Image.createEmpty(480, 272)
But I want make a bigger picture.... And when I type
Image.createEmpty(1000, 500) It say "Invalid picture size..."
Hmm. How can we create a picture bigger than 480, 272?
Thank!!
- Thu Mar 23, 2006 1:44 am
- Forum: PSP Lua Player Development
- Topic: 2 Question : Hidding code , and help for another things...
- Replies: 7
- Views: 4826
- Wed Mar 22, 2006 10:02 pm
- Forum: PSP Lua Player Development
- Topic: 2 Question : Hidding code , and help for another things...
- Replies: 7
- Views: 4826
2 Question : Hidding code , and help for another things...
Hi all : 1°/ How can we Hide Lua source code? Because it's note cool, when you're programming a little network game, and user can easy cheat with source code... 2°/ In this tutorial : http://wiki.ps2dev.org/psp:lua_player:tutorial I have'nt understant this : function drawTile(tile, x, y&...