libraries and other OSes

Everything else that doesn't fall into one of the other PB categories.
broozar
User
User
Posts: 61
Joined: Sat May 08, 2010 11:21 pm
Location: Berlin, Germany

libraries and other OSes

Post by broozar »

hi all,

I am thinking about writing a crossplatform (logic and file IO) library and was looking into languages to do this. I would like to use PB for the library if possible for simplicity, brevity and expressiveness instead of c++. So I was wondering whether the following things were possible with PB or planned for the near future:

- create .lib with PB instead of .dll (static libraries, possibly on OSX and linux too)
- compiler support for libraries to work on mobile platforms such as iOS, Android and BlackBerry (no GUI, no mobile OS editor, "just" cross compilation)
- alternatively language translator PB to C/C++ (target "mother" project has to be C++ anyways)

thanks in advance for your thoughts.
Fred
Administrator
Administrator
Posts: 18396
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: libraries and other OSes

Post by Fred »

Better use C for your goal, PB doesn't support any of your requierements out of the box.
broozar
User
User
Posts: 61
Joined: Sat May 08, 2010 11:21 pm
Location: Berlin, Germany

Re: libraries and other OSes

Post by broozar »

thanks!
Post Reply