need help for psp application

abdeslam728

New member
Joined
Feb 14, 2007
Messages
2
Programming Experience
Beginner
hello
im new to vb.net
i created a simple console application like the " hello world ", and i want to install it on my sony psp and respond to the bottons clicks. for example the X botton means enter and circle = exit ect.......
so how can i do this please
thx for ur help in advns
 
A windows Console application has nothing to do with Game Consoles... .Net Framework only works on Windows operating systems AFAIK.
 
creating a sony psp application

im new to this & i want to creat a simple application for the sony psp console.
so, is it possible to do it with vb.net or i must choose another programming language
plz help me
thx 4 advns
 
No, it isn't.
 
DVD's with menu's to PSP Google has plenty of answers for that. An OS reliant app. is not the same. And especially one that relies on .net framework.
 
hello
im new to vb.net
i created a simple console application like the " hello world ", and i want to install it on my sony psp and respond to the bottons clicks. for example the X botton means enter and circle = exit ect.......
so how can i do this please
thx for ur help in advns

The only languages capable on the PSP are Lua and C/C++.

When you say 'DVD' I assume you're speaking of a UMD.

Also, to the other poster concerning the .NET Framework. The .NET Framework is capable to run on Linux distributions and Macs using Mono.
 
The .NET Framework is capable to run on Linux distributions and Macs using Mono.
Currently, if you wrote a .Net 1.1 application perhaps it would.
 
From their FAQ:
The Mono API today is somewhere in between .NET 1.1 and .NET 2.0, see our Roadmap for details about what is implemented.
Their v.2 is not released yet. There are also other limitations like Win32 function calls.
 
Back
Top