RAD IDE for PB?

Everything else that doesn't fall into one of the other PB categories.
Bonne_den_kule
Addict
Addict
Posts: 841
Joined: Mon Jun 07, 2004 7:10 pm

RAD IDE for PB?

Post by Bonne_den_kule »

Dose it exists any RAD(object oriented) IDE (third party) for PB?

The Visual Designer is okey for making a prog with one window, but it sucks for makeing progs with multiple window.

RAD IDE is a IDE like VB and RealBasic.
hm
User
User
Posts: 30
Joined: Mon Oct 27, 2003 12:15 pm
Location: Germany
Contact:

Post by hm »

since PB does not support object oriented programming natively, there is no object oriented IDE for PB.

you could however try PBDev, an ide with form designer.
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Post by traumatic »

hm wrote:since PB does not support object oriented programming natively, there is no object oriented IDE for PB.
I think you misunderstood Bonne_den_kule here.
Object oriented RAD has nothing to do with language specific features, it's
more about being able to almost "draw" an application instead of actually
writing the code.
Good programmers don't comment their code. It was hard to write, should be hard to read.
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post by Edwin Knoppert »

Bonne, PBDev does support multiple windows easily.
See link below :)
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

Please note PBDev is Windows-Only, as well as the code it generates.
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

Well, there is nothing out there. If I understood you right you are searching for a codemaker with which you can draw the code like in SPS.
bye,
Daniel
Post Reply