PureBasic v4.00 - Beta 1

Developed or developing a new product in PureBasic? Tell the world about it.
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Sure, we don't plan to change anything, except if it's really needed.
User avatar
geoff
Enthusiast
Enthusiast
Posts: 128
Joined: Sun Apr 27, 2003 12:01 am
Location: Cornwall UK
Contact:

Post by geoff »

Fred, I hope this is the last time we need major changes.

I have just spent 5 hours converting a PB3.94 program to PB4.0, and I still have 28 other programs to do.
I agree all the changes make sense, but they create a hell of a lot of work.
Additions are fine, but changes are a nightmare.

I assume we can start posting bugs in the normal place now.
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

geoff wrote:Fred, I hope this is the last time we need major changes.

I have just spent 5 hours converting a PB3.94 program to PB4.0, and I still have 28 other programs to do.
I agree all the changes make sense, but they create a hell of a lot of work.
Additions are fine, but changes are a nightmare.

I assume we can start posting bugs in the normal place now.
28*5 okay....you deserve a drink and a pizza 8)
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Why converting all ?
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

Fred wrote:Why converting all ?
I too dont understand that..
dmoc
Enthusiast
Enthusiast
Posts: 739
Joined: Sat Apr 26, 2003 12:40 am

Post by dmoc »

Question about file commands: I have a sizeable chunk of code mirroring PB's file commands for fast file access and also so I could create and manipulate mem-only files (eg, for downloading web data to mem). Looks like this is now possibly redundant (oh yeah, oh yeah :P ). Can anyone confirm? Specifically, if I create a file, set an adequate buffer size and don't flush will all file ops be mem based? Also can I get the buffer address?
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

yes, ops will be mem based, but i don't think it's a good idea to play with our private mem buffer at all :).
dmoc
Enthusiast
Enthusiast
Posts: 739
Joined: Sat Apr 26, 2003 12:40 am

Post by dmoc »

hmmm, not even if I be REALLY good, no altering size?

Edit: for this scenario: I'm downloading data from the web (text), so I set an ample buffer size (never exceeded) and I want to avoid intermediate buffer, ie, put it straight in the file buffer. Without this (:cry:) I maybe have to stick with my code instead of your vastly earth shattering superior code :P

PS: Sorry about the multiple edits - in a rush

PPS: Pretty Please? Grovel, grovel.
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

the bottleneck won't be the WriteData() here, but your internet connection. And even, a writedata() is very fast, basically just a memory copy.
Hatonastick
Enthusiast
Enthusiast
Posts: 149
Joined: Wed Apr 27, 2005 11:50 am
Location: Adelaide, Australia
Contact:

Post by Hatonastick »

I think we need to donate more because after all these bug reports, occasional bouts of confusion, over excitement and the almost air of hysteria here on these boards, Fred and Co are going to need a long, long holiday away from all of us. Almost makes me glad that anything I ever write is going to attract the attention of maybe 5 people so I'll have less expectations to live up to. :) Bravo guys, you are braver than I'll ever be!
Please forgive my poor English, I'm an Australian.
freedimension
Enthusiast
Enthusiast
Posts: 613
Joined: Tue May 06, 2003 2:50 pm
Location: Germany
Contact:

Post by freedimension »

Just another feature request:

Since we now got "EnableExplicit", it would be nice if type definitions after Protected could be made somewhat cleaner, i.e. easier to write and easier to read.

Code: Select all

;Instead of
Protected a.f, b.f, c.f, d.f, e.f

;or
Define.f
Protected a, b, c, d, e

; it would be nice if you simply could write
Protected.f a, b, c, d, e
<°)))o><²³
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

Hatonastick wrote:.. Fred and Co are going to need a long, long holiday away from all of us ..
Oi! None of that!



Donate to the "PureBasic SweatShop Warders and Enforcers Fund" instead.

(I'll pm payment details to anyone interested)
@}--`--,-- A rose by any other name ..
User avatar
Fangbeast
PureBasic Protozoa
PureBasic Protozoa
Posts: 4789
Joined: Fri Apr 25, 2003 3:08 pm
Location: Not Sydney!!! (Bad water, no goats)

Yer, pm me mate!

Post by Fangbeast »

Dare2 wrote:
Hatonastick wrote:.. Fred and Co are going to need a long, long holiday away from all of us ..
Oi! None of that!



Donate to the "PureBasic SweatShop Warders and Enforcers Fund" instead.

(I'll pm payment details to anyone interested)
Strewth, stone the flamin crows, ya think Fred's allowed out after a release like this?? No flamin way mate? Stripe me pink! Yer, I'll pay for them enforcers, stuff a flamin dingo's dongers!
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
Hatonastick
Enthusiast
Enthusiast
Posts: 149
Joined: Wed Apr 27, 2005 11:50 am
Location: Adelaide, Australia
Contact:

Re: Yer, pm me mate!

Post by Hatonastick »

Fangbeast wrote:
Dare2 wrote:
Hatonastick wrote:.. Fred and Co are going to need a long, long holiday away from all of us ..
Oi! None of that!



Donate to the "PureBasic SweatShop Warders and Enforcers Fund" instead.

(I'll pm payment details to anyone interested)
Strewth, stone the flamin crows, ya think Fred's allowed out after a release like this?? No flamin way mate? Stripe me pink! Yer, I'll pay for them enforcers, stuff a flamin dingo's dongers!
I've never really understood that. Why we would want to stone crows after having torched them with a flame thrower, and don't get me started on your obsession with dingo's whatsits.
Please forgive my poor English, I'm an Australian.
Hatonastick
Enthusiast
Enthusiast
Posts: 149
Joined: Wed Apr 27, 2005 11:50 am
Location: Adelaide, Australia
Contact:

Post by Hatonastick »

Dare2 wrote:
Hatonastick wrote:.. Fred and Co are going to need a long, long holiday away from all of us ..
Oi! None of that!



Donate to the "PureBasic SweatShop Warders and Enforcers Fund" instead.

(I'll pm payment details to anyone interested)
Well would you blame them when most of us sound like escapees from an asylum for the incarceration of the criminally insane? :)
Please forgive my poor English, I'm an Australian.
Post Reply