Search found 14 matches

by spyk
Sun Jul 09, 2006 4:37 am
Forum: PSP Development
Topic: Use Wifi with Oslib!
Replies: 2
Views: 2426

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/...
by spyk
Sat Jun 03, 2006 9:28 pm
Forum: PSP Development
Topic: Socket client ...
Replies: 7
Views: 3025

#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...
by spyk
Thu Jun 01, 2006 5:23 am
Forum: PSP Development
Topic: Socket client ...
Replies: 7
Views: 3025

of course :)
by spyk
Thu Jun 01, 2006 1:45 am
Forum: PSP Development
Topic: Socket client ...
Replies: 7
Views: 3025

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...
by spyk
Fri May 19, 2006 1:06 am
Forum: PSP Development
Topic: Convertisseur AVI - PSPPlayerMT - StandAlone Program
Replies: 4
Views: 3324

Marche pas chez moi... Apres avoir fait toutes les configurations, quand je cliques sur encoder, un petit icone s'affiche en bas, mais disparais tout de suite, et l'encodage n'est pas lancer....


****

Bug, when I click on the "Lancer l'encodage" button :'(
by spyk
Fri May 19, 2006 12:58 am
Forum: PSP Development
Topic: PSPSDK Setup....
Replies: 12
Views: 6959

Code: Select all

tous@famille ~
$ echo $PSPDEV
/usr/local/pspdev
:]
But when I write MAKE, it say the the always same error...
:[
by spyk
Wed May 17, 2006 8:39 pm
Forum: PSP Development
Topic: PSPSDK Setup....
Replies: 12
Views: 6959

Same error! lol I've writed psp-gcc -v : $ psp-gcc -v Using built-in specs. Target&#58; psp Configured with&#58; ../configure --prefix=/usr/local/pspdev --target=psp --enable-l anguages=c --with-newlib --without-headers Thread model&#58; single gcc version 4.0.2 &#40;PSPDEV 20051022&...
by spyk
Wed May 17, 2006 4:17 am
Forum: PSP Development
Topic: PSPSDK Setup....
Replies: 12
Views: 6959

Already the same error...

Ps : C:\cygwin\home\Administrator doesn't exist of my computer...
My session name is "tous"
by spyk
Wed May 17, 2006 4:00 am
Forum: PSP Development
Topic: PSPSDK Setup....
Replies: 12
Views: 6959

I've changed my cygwin.bat with your, but it say too:

Code: Select all

Make&#58; psp-config&#58; command not found
Makefile&#58;12 /lib/build.mak&#58; No such file or directory
make&#58; *** No rule to make target '/lib/build.mak'. Stop.
Why have I always unique problem inthe world!??
by spyk
Wed May 17, 2006 1:33 am
Forum: PSP Development
Topic: PSPSDK Setup....
Replies: 12
Views: 6959

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&#58; psp-config&#58; command not foun...
by spyk
Tue Apr 11, 2006 2:00 am
Forum: PSP Lua Player Development
Topic: Free Hosting for PSP Lua Game / Application Developers
Replies: 8
Views: 6108

do you host game server, for wifi hombrews?
by spyk
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: 3374

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!!
by spyk
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: 4565

OK, thank for all!
by spyk
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: 4565

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&#40;tile, x, y&...