GLBasic forum

Main forum => GLBasic - en => Topic started by: Gilles on 2005-Dec-09

Title: Escape Key
Post by: Gilles on 2005-Dec-09
Is there a way to bypass the escape key ?
Thank
Title: Escape Key
Post by: Kitty Hello on 2005-Dec-09
Get the new beta SDK:
http://www.glbasic.com/forum/viewtopic.php?pid=705
Title: Escape Key
Post by: Gilles on 2005-Dec-11
I tried the new ALLOWESCAPE function (ALLOWESCAPE FALSE) and get the following error message :
C:\DOCUME~1\Gilles\LOCALS~1\Temp/ccu2aaaa.o(.text+0x84c):gpc_temp.cpp: undefined reference to `GLBASIC::ALLOWESCAPE(double)'
*** FATAL ERROR - Please post this output in the forum
Title: Escape Key
Post by: Kitty Hello on 2005-Dec-13
Doh!
Please get an internet update (available in 5 minutes)
Title: Escape Key
Post by: Gilles on 2005-Dec-13
Same error with 2.978:

C:\DOCUME~1\Gilles\LOCALS~1\Temp/cc6Xaaaa.o(.text+0xc):gpc_temp.cpp: undefined reference to `GLBASIC::ALLOWESCAPE(double)'
C:\DOCUME~1\Gilles\LOCALS~1\Temp/cc6Xaaaa.o(.text+0xcc):gpc_temp.cpp: undefined reference to `GLBASIC::ALLOWESCAPE(double)'
*** FATAL ERROR - Please post this output in the forum

maybe i'm doing something wrong ?
Title: Escape Key
Post by: Kitty Hello on 2005-Dec-13
should be 2.982 - menu Web/internet Update
Title: Escape Key
Post by: Gilles on 2005-Dec-13
hmmmmm... i am not lucky.
i get the message "Your version is up to date".
So I downloaded it once again and now it's version 2.977
Title: Escape Key
Post by: Kitty Hello on 2005-Dec-13
...sigh... that's why I call it "beta".
;)
You need a new update_e.exe - I'll see for a way tomorrow.
Sorry.
Title: Escape Key
Post by: Kitty Hello on 2005-Dec-14
Strange. If you open a console (CMD.exe) on the GLBasic directory and type:
Code (glbasic) Select
Update_e.exe V1.0-> what version does it show to be installed?
Title: Escape Key
Post by: Gilles on 2005-Dec-14
Quote from: GernotFrischStrange. If you open a console (CMD.exe) on the GLBasic directory and type:
Code (glbasic) Select
Update_e.exe V1.0-> what version does it show to be installed?
hurrah !
Work fine now (version 2.983).
Many thank.