Search found 6 matches

by iEpsilonMeteOra
Wed Jul 19, 2006 7:47 pm
Forum: PSP Development
Topic: [HELP]Can anyone help me about how to download PSPSDK?
Replies: 4
Views: 3178

[HELP]Can anyone help me about how to download PSPSDK?

I cannot use the SVN to export the pspsdk from the PSPDEV.org's SVM server. So, I open this web site: http://svn.ps2dev.org/. But, you know, I'm not able to download the pspsdk from that web site. Can anyone tell me about what should I do for downloading PSPSDK?

THANKS A LOT!

m(_ _)m
by iEpsilonMeteOra
Tue Jul 18, 2006 6:21 pm
Forum: PSP Development
Topic: [Question]Can we use CPP in PSP programming progress?
Replies: 8
Views: 2764

Oops, gu-samples won't works out of box?(Box? Sorry, I can't catch it because I'm a Chinese.). I just adjust the code can be compiled in CPP compiler(More compatible maybe). Maybe it also works all right. I will check it later. I use the devkitPro env in Win32 and I am not able to link the svn to ge...
by iEpsilonMeteOra
Tue Jul 18, 2006 5:31 pm
Forum: PSP Development
Topic: [Question]Can we use CPP in PSP programming progress?
Replies: 8
Views: 2764

Maybe I have successed in compile them in CPP.

I've try to modify the samples code listed in the PSPSDK\samples\gu\cube. And wanna to make it can be compiled with psp-g++. Now, I make it successfully. But I have not try it on my babe PSP. 1, Add two OO source code file named cppTest.h & cppTest.cpp. Adjust the cube.c into cube.cpp. Because t...
by iEpsilonMeteOra
Tue Jul 18, 2006 4:43 pm
Forum: PSP Development
Topic: [Question]Can we use CPP in PSP programming progress?
Replies: 8
Views: 2764

I've try add CPP code in PSPSDK samples to compile them.

I've try add CPP code in PSPSDK samples to compile them. But I failed just now. The linker shows me some link error information about functions named likes sce*() in $(PSPSDK)\lib. So I guess we don't have the libary which compiled in CPP form. Maybe we should generate these lib files in CPP by myse...
by iEpsilonMeteOra
Tue Jul 18, 2006 4:09 pm
Forum: PSP Development
Topic: [Question]Can we use CPP in PSP programming progress?
Replies: 8
Views: 2764

[Question]Can we use CPP in PSP programming progress?

I have found that almost all the PSPSDK samples was wrote by C, not CPP. Can we develop homebrew application by using CPP for PSP?
by iEpsilonMeteOra
Fri Jul 14, 2006 9:27 pm
Forum: PSP Development
Topic: Setting up Dev-C++ with PSPSDK
Replies: 64
Views: 55583

I have converted Makefile into Dev-C++.

I have not seen that tutorial because I cannot open the web page. So, I try it by myself. Finally, I find that it is very easy. 1, create an empty project. 2, add all the source code file into this project. 3, Press "Alt + p" to open the property of project. 4, open the tab of "Makefi...