PureBasic 4.00 - Beta 3

Developed or developing a new product in PureBasic? Tell the world about it.
coma
Enthusiast
Enthusiast
Posts: 164
Joined: Fri Aug 15, 2003 3:46 am
Location: Canada

Post by coma »

thanks.
jbernard13 wrote:Please fred

with when the final version?
just after beta17 ! :D
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

jbernard13 wrote:Please fred

with when the final version?
Don't be afraid.
Moreover, Do you think final version is bug free? haha! mmmm :?
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
coma
Enthusiast
Enthusiast
Posts: 164
Joined: Fri Aug 15, 2003 3:46 am
Location: Canada

Post by coma »

may be final version = when the new docs will be ready ? :D :?:
User avatar
Michael Vogel
Addict
Addict
Posts: 2807
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

Beta3,...

Post by Michael Vogel »

Thanks also,

any roadmap which changes could be seen in the near future?

Are there any main areas where the most work will be done, like...

... bug fixes (of course)
... integer function enhancements (like abs, mod, div, scale, pred, succ, inc, dec,...)
... other things (do while / loop until, QuickSin, QuickCos, Floor, Ceil,...)
... ide enhancements (more speed, bold names, better autocomplete, autocase for variables, alternative shortcut settings,...)
... directory structure for the PureBasic package (example sources divided in categories, etc.)

Michael
Dräc
Enthusiast
Enthusiast
Posts: 150
Joined: Sat Oct 09, 2004 12:10 am
Location: Toulouse (France)
Contact:

Post by Dräc »

Is it possible that between the v4 beta 1 and the v4 beta 3, the execution speed of programs under Windows GUI increased again?
Because I start to hallucinate... :D
Thomas
Enthusiast
Enthusiast
Posts: 112
Joined: Sat Apr 26, 2003 8:45 pm

Post by Thomas »

This would be too risky between betas. It may have been a bugfix.
User avatar
jqn
User
User
Posts: 97
Joined: Fri Oct 31, 2003 3:04 pm

Post by jqn »

Hi,
Added GetDatabaseDouble()/Quad(), any tests on these commands are welcome
all runs fine now.

But, in tests I've noted that GetDatabase[Long/Float/Double/Quad]() are equivalent to GetDatabaseString() combined with (followed by) Val/ValF/ValD/ValQ().
Is correct this?.

JOAQUIN
Fred
Administrator
Administrator
Posts: 18237
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

jqn wrote:Hi,
Added GetDatabaseDouble()/Quad(), any tests on these commands are welcome
all runs fine now.

But, in tests I've noted that GetDatabase[Long/Float/Double/Quad]() are equivalent to GetDatabaseString() combined with (followed by) Val/ValF/ValD/ValQ().
Is correct this?.
Yes, it's correct, as you can retrieve anything in string form. Tough, it's advised to use the specialised function for speed and may be for compatibility, as it's not granted than a database stores floating number in exactly the same format than another (dot instead of coma, use of exponent character etc.).
Hatonastick
Enthusiast
Enthusiast
Posts: 149
Joined: Wed Apr 27, 2005 11:50 am
Location: Adelaide, Australia
Contact:

Post by Hatonastick »

coma wrote:may be final version = when the new docs will be ready ? :D :?:
That's all I'm waiting for before I start to do more than play. :)
Please forgive my poor English, I'm an Australian.
User avatar
Hroudtwolf
Addict
Addict
Posts: 803
Joined: Sat Feb 12, 2005 3:35 am
Location: Germany(Hessen)
Contact:

Post by Hroudtwolf »

Hello Fred,

The BETA 3 has a lot of problems with memory accesses.
Often, I get a "invalid memory access"-errormessage if I write two or more allocatememories in next to another.
And the same problem is sometimes, if I call PeekS with a stringpointer more than one times in next to another.
And in other sources, the same codes works perfectly.
freak
PureBasic Team
PureBasic Team
Posts: 5941
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Without some code to reproduce the error, there is not much we can do.
quidquid Latine dictum sit altum videtur
dontmailme
Enthusiast
Enthusiast
Posts: 537
Joined: Wed Oct 29, 2003 10:35 am

Post by dontmailme »

I get same memory access problem.

It seems to be random ?! But if you remove the offending line, or comment it, the message appears at the next line above!!!

It's obviously a programming error, further down in the code.... but the IDE/Compiler isn't showing the problem!

If I get it with a small example I'll post the code ;)
Paid up PB User !
Thomas
Enthusiast
Enthusiast
Posts: 112
Joined: Sat Apr 26, 2003 8:45 pm

Post by Thomas »

Trond got rid of his memory access errors by installing the beta into a newly created directory.
dontmailme
Enthusiast
Enthusiast
Posts: 537
Joined: Wed Oct 29, 2003 10:35 am

Post by dontmailme »

Mine is a fresh install too, just the PBOSL library added.
Paid up PB User !
User avatar
oryaaaaa
Addict
Addict
Posts: 825
Joined: Mon Jan 12, 2004 11:40 pm
Location: Okazaki, JAPAN

Post by oryaaaaa »

Is there an example of using Unicode?
It crashes when specifying it with ProjectOptions. Is this normal?
Post Reply