News:

Function Finder  Find all the functions within source code files

Main Menu

Portability

Started by digiraver, May 21, 2007, 09:20:14 PM

Previous topic - Next topic

digiraver

Hello, I am just trying to find out how much portability there is from PlayBASIC to other programming languages.  My biggest question is...how much similarity is there between PlayBASIC code and DarkBasic code?  Namely, for self designed functions that handle things like combat, leveling, and ai can these be ported to DarkBasic fairly easily or no?  I do realise that most of the graphics routines would more than likely need to be redone but...

...any help is appreciated.  ;)

njoy!

kevin

#1
   They're fairly similar.  It's generally easier to port DarkBASIC code to PlayBASIC,  than vice versa though.   Mainly  because PlayBASIC includes a lot of features that DarkBASIC products don't.    If you code doesn't use them then it'd be a lot easier to port between them.     


digiraver

Thank you I will keep that in mind ;)