Page 2 of 3
Posted: Fri Mar 03, 2006 11:48 am
by Bonne_den_kule
Num3 wrote:Fred can't download with Firefox, says "File could not be read", after 48kb of transfer!
Posted: Fri Mar 03, 2006 12:15 pm
by PB
> Did you forget to include a new readme file? (It says beta 4.)
Fred said it's a bug-fix release, so I doubt there's anything new to say.
Re: PureBasic 4.00 - Beta 5
Posted: Fri Mar 03, 2006 8:29 pm
by techjunkie
Fred wrote:almost no new features inside.
Thanks Fred!

ALMOST no new features?!? So what new features is included?

Posted: Fri Mar 03, 2006 8:31 pm
by Fred
Some undocumented sound featured, but don't tell it too loud

.
Posted: Fri Mar 03, 2006 8:33 pm
by techjunkie
Fred wrote:Some undocumented sound featured, but don't tell it too loud

.
I won't...

11 x [BACKSPACE]
Posted: Sat Mar 04, 2006 5:54 pm
by akee
Woo... What happened here...? [Alt-BackSpace 11x]
Posted: Sat Mar 04, 2006 8:29 pm
by Psychophanta
I've almost skipped beta4...
Thanks for beta 5!
Posted: Sat Mar 04, 2006 10:33 pm
by SoulReaper
Thank for beta 5 Fred & team look forward to checking this mother out

Posted: Sun Mar 05, 2006 5:07 am
by Intrigued
Problem: I can't seem to get
animated .gifs working in beta 5, ideas?

Posted: Sun Mar 05, 2006 6:45 pm
by yoxola
Seems Examples are not updated yet, many codes can't be directly compiled with WindowID and EventID things, have to be manually converted to work, I thnik it will take time till the Final releases...
Anyway thanks for the nice release!!
Posted: Sun Mar 05, 2006 6:46 pm
by Fred
All the examples should now compile, could you tell me which one doesn't ?
Posted: Sun Mar 05, 2006 10:15 pm
by techjunkie
Fred wrote:All the examples should now compile, could you tell me which one doesn't ?
Gone through most of the examples, Printer.pb seems to have a couple of errors.
[22:15:16] Waiting for executable to start...
[22:15:16] Executable started.
[22:15:21] [ERROR] Printer.pb (Line: 8 )
[22:15:21] [ERROR] LoadFont() can't be called inside a StartDrawing()/StopDrawing() block.
[EDIT]
and ToolBar.pb,
[22:21:48] [COMPILER] Line 22: ToolBarToolTip(): Incorrect number of parameters.
Posted: Mon Mar 06, 2006 8:56 am
by akee
I'm now coding my first project in PB 4 and I must say that I really feel a great improvement compared to PB 3.94 in terms of getting what you need done. So far I only hit one speed bump when I could not find a FindStringReverse() function. Other than that everything's fantastic.
Great Job Fred!!! (hat off)
Posted: Mon Mar 06, 2006 10:17 am
by Fred
techjunkie: corrected, thank you.
akee: thanks

Posted: Mon Mar 06, 2006 11:32 am
by Comtois
MeshManual.PB is not correct
Must be a long for color .
I cant use RGB() for color I have to write this macro
Code: Select all
Macro MaCouleur(Rouge,Vert,Bleu)
Rouge << 16 + Vert << 8 + Bleu
EndMacro
Bug or feature ?