GLBasic forum

Main forum => Bug Reports => Topic started by: Gregory Atlas on 2011-Feb-14

Title: Windows 7 Crash
Post by: Gregory Atlas on 2011-Feb-14
Hello everyone, the cryption isnt working that way on a Windows 7 computer.

Code (glbasic) Select
// --------------------------------- //
// Project: Crash
// Start: Monday, February 14, 2011
// IDE Version: 9.005


// SETCURRENTDIR("Media") // seperate media and binaries?


GLOBAL playername$ = "Nobody"
GLOBAL pass$ ="asdasdas"
GLOBAL score = "10000"
GLOBAL hex$ = "HFb3HZnS3HeFRnerun,"+playername$+","+score
GLOBAL msg$

msg$ = ENCRYPT$(pass$, hex$)

KEYWAIT
Title: Re: Windows 7 Crash
Post by: Kitty Hello on 2011-Feb-14
Yes, it crashes here, too. Thank you.
Title: Re: Windows 7 Crash
Post by: Gregory Atlas on 2011-Feb-14
You are welcome  :)