Search found 3 matches

by monkey242
Tue Apr 25, 2006 10:46 pm
Forum: PSP Development
Topic: [Interested?] OldSchool Library
Replies: 249
Views: 183912

I use OSLib in C++ code and i havn't any problem exept for the bool type.
Are you using the latest version of OSLib? Did you have to do anything special in your makefile?

Any C++ code / makefiles that you could share, so that I could test, would be greatly appreciated.

Thanks.
by monkey242
Tue Apr 25, 2006 8:44 am
Forum: PSP Development
Topic: [Interested?] OldSchool Library
Replies: 249
Views: 183912

Actually I am just as we speak trying to get some C++ Code running and Brunni replied to my message saying that the current version didn't have C++ support and that the next version will.
Thanks for the quick reply. I was pulling what little hair I have left out.
by monkey242
Tue Apr 25, 2006 4:30 am
Forum: PSP Development
Topic: [Interested?] OldSchool Library
Replies: 249
Views: 183912

I'm fairly new to programming for the PSP so forgive me if this is really simple stuff. I'm trying to use oslib to do some C++ programming and I've hit a few snags. First, on line 60 of oslib.h you typedef a bool as a short. g++ complains that you can't redefine bool so I just put an #ifndef __cplus...