| View previous topic :: View next topic |
| Author |
Message |
jojojoris
Joined: 30 Mar 2008 Posts: 261
|
Posted: Mon Oct 26, 2009 4:40 am Post subject: PSPToolKit Version 1.0 (no beta anymore) |
|
|
Hello everyone,
I created another precompiled toolchain for windows
http://code.google.com/p/psptoolkit/
This is my beta release. I tested it on my vista machine and i successfully compiled the samples.
It's still beta and i think i still forget some cygwin dll's for some tools.
I'm going to add more libraries so stay tuned. _________________
| Code: | int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
} |
Last edited by jojojoris on Fri Oct 30, 2009 12:52 am; edited 2 times in total |
|
| Back to top |
|
 |
jojojoris
Joined: 30 Mar 2008 Posts: 261
|
Posted: Tue Oct 27, 2009 5:08 am Post subject: |
|
|
UPDATE:
Solved bug in pspsh
seems i forget to include 2 dlls
Beta 2 now _________________
| Code: | int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
} |
|
|
| Back to top |
|
 |
sauron_le_noir
Joined: 05 Jul 2008 Posts: 229
|
|
| Back to top |
|
 |
jojojoris
Joined: 30 Mar 2008 Posts: 261
|
Posted: Tue Oct 27, 2009 5:55 am Post subject: |
|
|
I don't like to depend on someone else work but i want to share my builds with the rest of the world. And i can compile my own libs which is sometimes not possible with heimdals SDK. _________________
| Code: | int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
} |
|
|
| Back to top |
|
 |
|