Search found 357 matches

by coolkehon
Wed Nov 05, 2008 7:39 am
Forum: PSP Development
Topic: Creating C++ Class Libraries
Replies: 3
Views: 1420

hey this cant be that hard no answers oslib is a library i just wanna make an objectdraw library based off oslib that uses class which is c++ any suggestions
by coolkehon
Wed Nov 05, 2008 3:50 am
Forum: PSP Development
Topic: Compiling libraries on minpspw / devkit psp
Replies: 7
Views: 2329

ok one problem on step 4 when i try to click on start-> all programs-> Mingw->Msys->msys icon it pops up and closes really quick more like flashes up so what should i do about that and when you say install into C:/msys i did that but it wanted to install it into C:/msys/1.0 should i have changed it ...
by coolkehon
Wed Nov 05, 2008 12:13 am
Forum: PSP Development
Topic: Compiling libraries on minpspw / devkit psp
Replies: 7
Views: 2329

oh ok i see i read the readme and you are using what i an others call mingw i already have that installed i'll uninstall then install it again to get it working using your directions, so this can compile psptoolchain too or what
by coolkehon
Tue Nov 04, 2008 11:50 pm
Forum: PSP Development
Topic: Compiling libraries on minpspw / devkit psp
Replies: 7
Views: 2329

where can i get it
by coolkehon
Tue Nov 04, 2008 11:02 am
Forum: PSP Development
Topic: Using C++ and Libraries with a prx
Replies: 12
Views: 2530

so how do i know what is the c++ junk and what is not
by coolkehon
Tue Nov 04, 2008 9:07 am
Forum: PSP Development
Topic: Using C++ and Libraries with a prx
Replies: 12
Views: 2530

thanks for your help on this and i see what your saying now but seems like i remeber something about the eboot calling module_start also i know thats off topic , now about that crt0.S can i just put the crt0.S in my makefile and it work or is there something else needed, one more thing what about pr...
by coolkehon
Tue Nov 04, 2008 8:14 am
Forum: PSP Development
Topic: Using C++ and Libraries with a prx
Replies: 12
Views: 2530

ok i read it, alot of stuff i didnt understand, so what i still dont get it how come it works on an eboot but not a prx , i'm a beginner when it comes to this topic, doesnt the eboot and prx use the same gcc compiler
by coolkehon
Tue Nov 04, 2008 7:55 am
Forum: PSP Development
Topic: Compiling libraries on minpspw / devkit psp
Replies: 7
Views: 2329

what is the size of mysys
by coolkehon
Tue Nov 04, 2008 7:16 am
Forum: PSP Development
Topic: help please!! psp devkit on windows
Replies: 10
Views: 3493

whats your make file look like
by coolkehon
Tue Nov 04, 2008 6:58 am
Forum: PSP Development
Topic: Compiling libraries on minpspw / devkit psp
Replies: 7
Views: 2329

Compiling libraries on minpspw / devkit psp

i want to be able to compile libraries for my psp library but i'm using windows and minpspw how can i keep minpspw and compile my own libraries or other libraries mabye mingw cause i can reinstall that
by coolkehon
Tue Nov 04, 2008 6:56 am
Forum: PSP Development
Topic: Using C++ and Libraries with a prx
Replies: 12
Views: 2530

basically i dont like having to use extern "C" and the c linking with EBOOT.PBP you can use c++ just fine with no extern "C" but why is it so different when doing a prx and could someone just explain what that guy said
by coolkehon
Tue Nov 04, 2008 6:53 am
Forum: PSP Development
Topic: Creating C++ Class Libraries
Replies: 3
Views: 1420

Creating C++ Class Libraries

Basically what it says how can i create a c++ class library such as string i already have the class done just need to know how to make a lib.a file from c++ and then use it in my code
by coolkehon
Mon Nov 03, 2008 11:27 pm
Forum: PSP Development
Topic: Using C++ and Libraries with a prx
Replies: 12
Views: 2530

anyone else care to take a gander at this
by coolkehon
Mon Nov 03, 2008 1:00 pm
Forum: PSP Development
Topic: Prxes in C++ with libraries (OSLib)
Replies: 10
Views: 3118

well i already made one and it works i even got pressed and other functions
by coolkehon
Mon Nov 03, 2008 12:11 pm
Forum: PSP Development
Topic: Using C++ and Libraries with a prx
Replies: 12
Views: 2530

You'll need to call the initializers from the module start routine. Look at how the normal start code calls the initializers, then put something similar in the start. Then when the prx is loaded, it should call the init routines. uuuuuuuuuh what can you explain this again in idiots term because i d...
by coolkehon
Mon Nov 03, 2008 10:55 am
Forum: PSP Development
Topic: Using C++ and Libraries with a prx
Replies: 12
Views: 2530

Using C++ and Libraries with a prx

i posted something similar to this before but this is different How can i compile a user mode prx that uses c++ classes and linking because when i use extern "C" {} it wont compile because the objects like a object defined but not initialized in the cpp file as a local variable only visibl...
by coolkehon
Mon Nov 03, 2008 10:46 am
Forum: PSP Development
Topic: Prxes in C++ with libraries (OSLib)
Replies: 10
Views: 3118

i needed it to read controls and i wanna split my code up into prx's so that i can load and unload memory cause this is probably gonna become a big thing trying to put windows on psp and making it easy to update using prx's
by coolkehon
Sun Oct 26, 2008 7:43 am
Forum: PSP Development
Topic: Getting Memory Stick Stats
Replies: 1
Views: 1246

Getting Memory Stick Stats

This is probably easy but i havent been able to find it how do i get the stats of the memory stick like size and mabye some others like read write speed and how do i get the amound of space left and calculate folder size
by coolkehon
Fri Oct 24, 2008 12:14 am
Forum: PSP Development
Topic: Getting eboot images and names
Replies: 7
Views: 2779

thanks man this forum is great and filled with programmers mabye now i can move on and look at your code and learn by example about some of this stuff kinda new to c++ and c

only wish my gmail wasnt blocked so it would email me about topic replies
by coolkehon
Fri Oct 24, 2008 12:11 am
Forum: PSP Development
Topic: Prxes in C++ with libraries (OSLib)
Replies: 10
Views: 3118

thank you so much you dont know how long i've been trying to get this working/fixed now one more question what if i want the prx to be able to use kernel function so like a kernel 0x1000 module flags will that work and also how can i send arguments to the prx mabye args[] will work
by coolkehon
Thu Oct 23, 2008 6:20 am
Forum: PSP Development
Topic: Getting eboot images and names
Replies: 7
Views: 2779

I been trying to get it but i dont know to much about binary file io so i was playing with it but couldnt figure it out here is the function i have so far can someone update it / change it to get it to work void Test::loadData() { char * memblock; ifstream&am...
by coolkehon
Thu Oct 23, 2008 6:17 am
Forum: PSP Development
Topic: Prxes in C++ with libraries (OSLib)
Replies: 10
Views: 3118

no what i'm trying to do is load a prx then call a function in the prx that uses oslib so the prx uses oslib sakya already gave me that example and when i included oslib i got that error here is The sample could someone take a look at it and see why it doesnt compile[/url]
by coolkehon
Tue Oct 21, 2008 11:58 pm
Forum: PSP Development
Topic: Getting eboot images and names
Replies: 7
Views: 2779

Getting eboot images and names

how do i get the eboot image data from the eboot like icon0 and others if i can get the data and write it to an file to read it that would be good could someone make an function sample to get the image and names
by coolkehon
Tue Oct 21, 2008 10:53 pm
Forum: PSP Development
Topic: Prxes in C++ with libraries (OSLib)
Replies: 10
Views: 3118

that sample doesnt use any libraries i need to use oslib in it can you explain how i can use that to help mabye a sample or something
by coolkehon
Tue Oct 21, 2008 10:48 pm
Forum: PSP Development
Topic: Load Eboot from usermode and controlling it
Replies: 7
Views: 2713

thanks this is great but what i was asking about was like how irshell has it to where you can press L + Select to go back and forth between the loaded program how can i do that in my program
by coolkehon
Mon Oct 20, 2008 6:09 am
Forum: PSP Development
Topic: Load Eboot from usermode and controlling it
Replies: 7
Views: 2713

Load Eboot from usermode and controlling it

first of all how do i take control of the psp like a shell does when my program is started and also how do i load an eboot from usermode and run it then if they press a key like select be able to put that eboot in the background and come back to my program like irshell does
by coolkehon
Mon Oct 20, 2008 5:53 am
Forum: PSP Development
Topic: Prxes in C++ with libraries (OSLib)
Replies: 10
Views: 3118

Prxes in C++ with libraries (OSLib)

I posted this on another forum and no one could help me so i was hoping i could get some help here i've been trying to change my program in progress over to use prx's where possible like large games (umds) do so that i can conserve memory and update it easily when necessary through the program but i...