PureBasic 4.40 Beta1 released!

Developed or developing a new product in PureBasic? Tell the world about it.
Franky
Enthusiast
Enthusiast
Posts: 213
Joined: Sat Apr 26, 2003 2:58 pm

Post by Franky »

There´s an Error in the AES-Encoder-Example:

Code: Select all

AESEncoder(@a$,*encoded,Len(a$),@key$,128)
Seems, the Vector´s missing
Give Up everything but trying!
User avatar
thyphoon
Enthusiast
Enthusiast
Posts: 345
Joined: Sat Dec 25, 2004 2:37 pm

Post by thyphoon »

Compile fine all my 4.31 code ! great job ! Thanks Fred, freak and other contributor :D

Juste a little stuff ! I don't know if it's a Bug or a none implementation !

if you load a sprite with Alpha Layer. if you use grabsprite on this sprite, and you save the grabed sprite, the sprite have some distort pixel !
I can post the code to try this if you want !

best regards and excuse me for my bad english ! :P
Last edited by thyphoon on Fri Aug 14, 2009 9:10 am, edited 2 times in total.
Digital Wargames
Enthusiast
Enthusiast
Posts: 203
Joined: Sat May 23, 2009 4:39 am

Post by Digital Wargames »

Thank you Fred and Freak for all of your had work. It is greatly appreciated.
MrMat
Enthusiast
Enthusiast
Posts: 762
Joined: Sun Sep 05, 2004 6:27 am
Location: England

Post by MrMat »

Thank you!
Mat
milan1612
Addict
Addict
Posts: 894
Joined: Thu Apr 05, 2007 12:15 am
Location: Nuremberg, Germany
Contact:

Post by milan1612 »

Finally it's here, thanks for your hard work!
Windows 7 & PureBasic 4.4
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

Wouldn't it be better to release the beta's in a zip file, and have them run in 'local' mode by default? That way I wouldn't run the risk of screwing up my default working installation...
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
User avatar
Kukulkan
Addict
Addict
Posts: 1396
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Post by Kukulkan »

Thnak you! Great :D
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Post by Progi1984 »

remi_meier
Enthusiast
Enthusiast
Posts: 468
Joined: Sat Dec 20, 2003 6:19 pm
Location: Switzerland

Post by remi_meier »

Thx!
I can't wait for this to work:

Code: Select all

Procedure test(a.l)
  Repeat
    Delay(500)
    Debug "dum"
  ForEver
EndProcedure

Parallel test(a.l)
Debug "yay!"
The asm-error is promising, but I guess I have to wait for 4.5 again :wink:
Athlon64 3700+, 1024MB Ram, Radeon X1600
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

- Added: Highlight matching keyword for keyword under cursor (tied to BraceMatching color setting)
Why is this the same setting? I want brace matching, but I don't want keyword matching.

I also think that the old icon set should be the default.
Niffo
Enthusiast
Enthusiast
Posts: 504
Joined: Tue Jan 31, 2006 9:43 am
Location: France

Post by Niffo »

I also think that the old icon set should be the default.
Why ? (:P)
Niffo
User avatar
bobobo
Enthusiast
Enthusiast
Posts: 206
Joined: Mon Jun 09, 2003 8:30 am

Post by bobobo »

cool .. i like that changelog

Image
사십 둘 .
User avatar
nco2k
Addict
Addict
Posts: 1344
Joined: Mon Sep 15, 2003 5:55 am

Post by nco2k »

Niffo wrote:
I also think that the old icon set should be the default.
Why ? (:P)
because its the unique face of purebasic.

@remi_meier
whoa! :shock:

c ya,
nco2k
If OSVersion() = #PB_OS_Windows_ME : End : EndIf
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Niffo wrote:
I also think that the old icon set should be the default.
Why ? (:P)
Because the silk set looks cheap, and also the icons are harder to see clearly. The old set is crisper and clearer.
User avatar
IceSoft
Addict
Addict
Posts: 1682
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Post by IceSoft »

Trond wrote:are harder to see clearly. The old set is crisper and clearer.
Thats right.
Belive! C++ version of Puzzle of Mystralia
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
Post Reply