Search found 5 matches

by Luke
Thu May 24, 2007 5:57 am
Forum: PSP Development
Topic: The new-style psptoolchain script.
Replies: 58
Views: 27407

Cool, thanks! And by the way: Great work! Really. PSP-Programming rocks! Thanks for making this possible for me!
by Luke
Thu May 24, 2007 4:58 am
Forum: PSP Development
Topic: The new-style psptoolchain script.
Replies: 58
Views: 27407

Is this only an update to the toolchain-install-script or does this update the toolchain? If so, how do I do that? Can I simply run the new script?
by Luke
Fri Sep 22, 2006 3:19 am
Forum: PSP Development
Topic: C++ Noob needs help with classes
Replies: 6
Views: 2087

i don't know if it is possible to combine them
yeah, that kinda seems to be the point :/... I think I'll stick to plain C then...

Thank you
by Luke
Fri Sep 22, 2006 12:35 am
Forum: PSP Development
Topic: C++ Noob needs help with classes
Replies: 6
Views: 2087

I did that. Now I get these errors: main.o: In function `main': main.cpp:(.text+0xf0): undefined reference to `initGraphics()' main.cpp:(.text+0xfc): undefined reference to `loadImage(char const*&...
by Luke
Thu Sep 21, 2006 11:37 pm
Forum: PSP Development
Topic: C++ Noob needs help with classes
Replies: 6
Views: 2087

C++ Noob needs help with classes

Hi I'm more or less a Noob at C++. I read 2 or three books on C++ years ago and, If one can say this about oneself, I'm a pro at PHP, but now I'm having troubles with a simple object; Here's the code of "menuitem.c" class MainMenuItem { public: Image* icon; char label&...