How the devil would u compile a web browser...........??
-
- Posts: 7
- Joined: Sat Jun 25, 2005 3:35 am
How the devil would u compile a web browser...........??
I'm working on a web browser............ I need to compile it on the psp....... how would I compile my webbrowser it has lots of c/c++ files.... and if i use psp toolchain can someone explain how to use it with out Helllo World instructions.........
___________________________________________
Don't Get Hooked on Drugs Get Hooked on Phonics
Don't Get Hooked on Drugs Get Hooked on Phonics
See this thread for compiling c++ code:
http://forums.ps2dev.org/viewtopic.php?t=2136
Someone should make a sticky with an example makefile since everybody is asking the same question....
http://forums.ps2dev.org/viewtopic.php?t=2136
Someone should make a sticky with an example makefile since everybody is asking the same question....
A Web Browser will come in due time, but first we need to get the sceNet functions working. I started a thread, but so far nobody has been able to get to the Wifi selection screen.
http://forums.ps2dev.org/viewtopic.php?t=2211
Once we can launch that, and start opening socket connections, a web browser will be easy to put together using some open source software slightly modified for the psp.
The big question now is, how do we load the pspnet.prx file into memory to be able to access the sceNet and sceHttp functions listed here:
http://pspdev.ofcode.com/api.php?type=2&id=186
http://forums.ps2dev.org/viewtopic.php?t=2211
Once we can launch that, and start opening socket connections, a web browser will be easy to put together using some open source software slightly modified for the psp.
The big question now is, how do we load the pspnet.prx file into memory to be able to access the sceNet and sceHttp functions listed here:
http://pspdev.ofcode.com/api.php?type=2&id=186
-
- Posts: 7
- Joined: Sat Jun 25, 2005 3:35 am