How to Develop/Port for the Pyra as Noob


That's the IDE, can't remember if the library-adding was part of that. Gosh, it's been six years... I think I have my notes on my old, half-dead X60T.
 
So, I see a lot of DBPs that have issues with different versions of the OS ...

Is it possible to make a DBP compatible with all version by just include in it ALL the needed libraries ?
 
So, I see a lot of DBPs that have issues with different versions of the OS ...

Is it possible to make a DBP compatible with all version by just include in it ALL the needed libraries ?
I need to research it myself on how you set it up with the make tools, but you could compile statically, in theory it will bring in all the dependencies into the binary, it will make a larger binary, but in theory OS independent.
 
I need to research it myself on how you set it up with the make tools, but you could compile statically, in theory it will bring in all the dependencies into the binary, it will make a larger binary, but in theory OS independent.

OR, maybe there could be another alternative Pyra related ... making a separated DBP containing common libraries (with different versions) ?
So to have smaller DBP apps that have another DBP as a dependency ?

Like on Windows with VisualBasic Runtimes ...
 
Back
Top