Num3 wrote:Fred can't download with Firefox, says "File could not be read", after 48kb of transfer!
PureBasic 4.00 - Beta 5
-
- Addict
- Posts: 841
- Joined: Mon Jun 07, 2004 7:10 pm
-
- Addict
- Posts: 1126
- Joined: Wed Oct 15, 2003 12:40 am
- Location: Sweden
- Contact:
Re: PureBasic 4.00 - Beta 5
Thanks Fred!Fred wrote:almost no new features inside.



(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
-
- Addict
- Posts: 1126
- Joined: Wed Oct 15, 2003 12:40 am
- Location: Sweden
- Contact:
- Psychophanta
- Always Here
- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
-
- Enthusiast
- Posts: 372
- Joined: Sun Apr 03, 2005 2:14 am
- Location: England
-
- Addict
- Posts: 1126
- Joined: Wed Oct 15, 2003 12:40 am
- Location: Sweden
- Contact:
Gone through most of the examples, Printer.pb seems to have a couple of errors.Fred wrote:All the examples should now compile, could you tell me which one doesn't ?
[EDIT][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.
and ToolBar.pb,
[22:21:48] [COMPILER] Line 22: ToolBarToolTip(): Incorrect number of parameters.

(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
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)

Great Job Fred!!! (hat off)
MeshManual.PB is not correct
Must be a long for color .
I cant use RGB() for color I have to write this macro
Bug or feature ?
Code: Select all
Data.f 1.0,0.0,0.0;, //0 colour
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 ?
Please correct my english
http://purebasic.developpez.com/
http://purebasic.developpez.com/