| View previous topic :: View next topic |
| Author |
Message |
big0brother
Joined: 16 Jul 2005 Posts: 4
|
Posted: Thu Jul 21, 2005 6:25 pm Post subject: delphi and PSP? |
|
|
I’ve been studying programming for a few years now (probably only a few days worth of actual study though) and the language I am learning is Delphi (I probably should have gone with C) and have made a PONG game, I want to know if its possible to converted this to play on the PSP and if so how?
Any help would be much appreciated
Last edited by big0brother on Sat Jul 23, 2005 2:15 pm; edited 1 time in total |
|
| Back to top |
|
 |
pdc
Joined: 09 Mar 2005 Posts: 107 Location: Rainy Yorkshire, England
|
Posted: Thu Jul 21, 2005 10:03 pm Post subject: |
|
|
Short answer: No.
Longer answer:
As I'm sure you are aware, the Delphi compiler is closed source and compiles Windows/x86 binaries only.
I believe the GNU Pascal Compiler can output MIPS binaries but as the pspSDK (unoff.) is for C, you will have to do plenty of hard work yourself.
If you have been studying for years, you should know to expect very little from Delphi but Windows apps :P |
|
| Back to top |
|
 |
big0brother
Joined: 16 Jul 2005 Posts: 4
|
Posted: Thu Jul 21, 2005 10:19 pm Post subject: |
|
|
thought so, oh well guess i better start learning C
thanks for replying anyway |
|
| Back to top |
|
 |
big0brother
Joined: 16 Jul 2005 Posts: 4
|
Posted: Sat Jul 23, 2005 2:14 pm Post subject: |
|
|
| is the only difference between C, C++ and C# then way you write the code? can you use any of those to program the PSP or just C? |
|
| Back to top |
|
 |
develprx
Joined: 30 Jun 2005 Posts: 3
|
Posted: Sun Jul 24, 2005 10:30 am Post subject: |
|
|
| in the current state just C. and yes it has to deal with the way code is written. they are different languages after all. although C and C++ are pretty similar for the most part, just minor differences such as in classes and structs. |
|
| Back to top |
|
 |
Jim

Joined: 02 Jul 2005 Posts: 487 Location: Sydney
|
Posted: Sun Jul 24, 2005 11:07 am Post subject: |
|
|
C++ works with pspsdk too. STSound YM player is partially C++.
Jim _________________ http://www.dbfinteractive.com |
|
| Back to top |
|
 |
|