| View previous topic :: View next topic |
| Author |
Message |
coolkehon
Joined: 20 Oct 2008 Posts: 355
|
Posted: Tue Nov 04, 2008 6:53 am Post subject: 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 |
|
| Back to top |
|
 |
coolkehon
Joined: 20 Oct 2008 Posts: 355
|
Posted: Wed Nov 05, 2008 7:39 am Post subject: |
|
|
| 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 |
|
| Back to top |
|
 |
Noko
Joined: 06 Sep 2008 Posts: 23
|
Posted: Thu Nov 06, 2008 2:58 am Post subject: |
|
|
psp-ar is used to create static libraries.
People don't usually make c++ libraries though; even if they write in sepples they export C functions. |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Thu Nov 06, 2008 8:11 am Post subject: |
|
|
| I prefer C libs since they're easy enough to use with C++ and easier to use with C than C++ libs. That's why I made a post on compiling MiniXML for the PSP: it's a C library where TinyXML is C++, thus it's more useful for more people. |
|
| Back to top |
|
 |
|