Search found 3 matches

by zdziisek
Sun Jan 07, 2007 9:11 pm
Forum: PSP Development
Topic: Net in plugin
Replies: 0
Views: 1008

Net in plugin

Is is possible to run network functions inside 3.0X OE plugin?

I tried. pspSdkInetInit() returned error. :(

Regards, Z.
by zdziisek
Wed Dec 27, 2006 6:08 am
Forum: PSP Development
Topic: SDL - Network
Replies: 0
Views: 733

SDL - Network

How to correctly use SDL (standard configuration) and network together?
Standard method (invoking net_thread) hangs my console :(

Please help! :)

Regards, Z.
by zdziisek
Tue Dec 26, 2006 9:26 pm
Forum: PSP Development
Topic: libXml2 for psp
Replies: 4
Views: 3012

I compiled libxml2 and copied *.h files to /usr/local/pspdev/psp/sdk/include and libxml2.a (and .la) /usr/local/pspdev/psp/sdk/lib But I have serious problems with compiling even simpliest code: $ make psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -g -c -o main.o main.c psp-gcc -I. -...