Hi all,
I'm reading the forums OOP interesting, the most programmers like
OOP I think it's time for an Visual IDE with components, forms, units
etc....
Enough now
I will in the wishlist of PBDOS if it's in the future supported.
- DPMI support
- FP8087 support in the build-in assembler
- Professional IDE maybe writing you in PBVision/Workshop
- Indexed string like this : DIM a AS CHAR(50)
- pre initialization variables, array's
example: DIM a = 5 AS BYTE
DIM a(1 TO 10)= (1,2,5,7,9,98,45,8,9,1) AS INTEGER
- Event SUB's and Functions
- Manipulating routines for Memory and Pointers
- Enumerate datatype en Set datatype
Greetings,
Stephane
Brainsoft Programmers
------------------
I'm reading the forums OOP interesting, the most programmers like
OOP I think it's time for an Visual IDE with components, forms, units
etc....
Enough now
I will in the wishlist of PBDOS if it's in the future supported.
- DPMI support
- FP8087 support in the build-in assembler
- Professional IDE maybe writing you in PBVision/Workshop
- Indexed string like this : DIM a AS CHAR(50)
- pre initialization variables, array's
example: DIM a = 5 AS BYTE
DIM a(1 TO 10)= (1,2,5,7,9,98,45,8,9,1) AS INTEGER
- Event SUB's and Functions
- Manipulating routines for Memory and Pointers
- Enumerate datatype en Set datatype
Greetings,
Stephane
Brainsoft Programmers
------------------
Comment