Search found 5 matches

by markus
Wed Oct 22, 2003 9:52 am
Forum: Feature Requests and Wishlists
Topic: Some functions
Replies: 5
Views: 2665

Nice example. But I don't want to use ActiveX's but gadgets beacause of cross-platform (linux) capabilities. So I need user defined gadgets and not ActiiveX's
by markus
Wed Oct 22, 2003 7:36 am
Forum: Feature Requests and Wishlists
Topic: [Implemented] Option Explicit
Replies: 5
Views: 2196

@Karbon
- of cause I say VB6; it is a nice system with great feature; but I think PB is better for my purposes, otherwise I would'n post my threads here :wink:

@LarsG and venom
- having your editor test your variables is much less save than having the compiler do the job. And it could be switched ...
by markus
Wed Oct 22, 2003 7:31 am
Forum: Feature Requests and Wishlists
Topic: Some functions
Replies: 5
Views: 2665

@Karbon
Thanks. I will look for it.

@freedimension
- Is there a public ToDo-List for next version of PB? I didn't find one yet.
- Of cause I can use pointers, but parameters woul be easier and - hey we use a BASIC language
- regarding VB6: large runtime, no linux support otherwise I would use it ...
by markus
Tue Oct 21, 2003 9:16 am
Forum: Feature Requests and Wishlists
Topic: [Implemented] Option Explicit
Replies: 5
Views: 2196

[Implemented] Option Explicit

It would be nice to have an option to force variable declaration like OPTION EXPLICIT in VB6.
by markus
Tue Oct 21, 2003 7:28 am
Forum: Feature Requests and Wishlists
Topic: Some functions
Replies: 5
Views: 2665

Some functions

Hello PureBasic-Team,

I would like to suggest some improvements on PureBasic:

Compiler:
- compiler macros like C/C++
- in-build support of Try-Catch-Finally error handling
- one-statement, multi-line support (like _ for line breaking in vb6)

PureBasic:
- easier support of classes with public ...