Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Qedo

#151
Off Topic / Re: GLB is dead?
2020-Aug-25
never make predictions before, it does not bring good ....  :)
#152
in fact every time I am attracted by javascript (babylon, pixy, phaser etc.) I study the syntax I am amazed by its potential but also by its complications and every time I return to the good old GLB that never betrayed. If there were the necessary updates it would be perfect.
#153
I don't know if it works but it's the only reference I've found.
Try to regenerate the AndroidStudioMakeApp.exe file in the folder:
D:\Program Files\Steam\steamapps\common\GLBasic_SDK\Compiler\platform\android_studio\tools or where the steam version is installed.

the sources in GLB can be found in:
D: \ Program Files \ Steam \ steamapps \ common \ GLBasic_SDK \ Compiler \ platform \ android_studio \ tools \ AndroidStudioMakeApp
you need to edit line 175 of AndroidStudioMakeApp.gbas
LOCAL astudio$ = "C:/Program Files/Android/Android Studio/bin/studio64.exe"

Test. But first, to be safe, backup the two files
#154
ok but html5 ..........
#155
if something does not happen unfortunately I agree
#156
for now both in Html5 and android I compile with v15  :giveup:
#157
in fact Html5 on V16 is a bad mess
#158
unfortunately in html5 if you go to full screen mode the resolution of the canvas changes automatically and if, as in my case, you are working with the virtual resolution all the reference coordinates of the mouse change.
I should have solved with a solution that in Italy we call "casereccia" that is homemade, with only the GLB commands that should work.
I will let you know if it works and how. I hope someone will be interested
#159
to be "cross compatible" you must don't use X_SETSHADER (https://www.glbasic.com/forum/index.php?topic=8211.msg69409#msg69409) for OpenglES (Android). for the rest it seems all right. Then you will need to test on Android and Html5 and there I see it hard
#160
anyone use html5 with GLB steam version?
#161
has anyone used GETDESKTOPSIZE in html5 or found a solution?
#162
@SnooPI
online also works on the Steam version or are there bugs that I don't know about?
#163
Hi all,
with GLBasic Version 15.238 in Html5 platform, GETDESKTOPSIZE it still does not work.
I don't know with the vers. 16 has been resolved because I still have problems installing Html5 see:
https://www.glbasic.com/forum/index.php?topic=11364.15
does anyone have an alternative solution?
Ad maiora
#164
Hi all.
update to try to fix the HTML5 problem (missing emscripten for version 16.508).
I downloaded the latest version of emscripten from:
https://emscripten.org/docs/getting_started/downloads.html

and I created a folder C: \ Users \ Qedo \ Desktop \ emsdk-master where I unzipped the zip
then I ran the following three commands from cmd
1) C: \ Users \ Qedo \ Desktop \ emsdk-master> emsdk install latest
2) C: \ Users \ Qedo \ Desktop \ emsdk-master> emsdk activate latest
3) C: \ Users \ Qedo \ Desktop \ emsdk-master> emsdk_env.bat
unfortunately the automatic setting of the 5 Setting environment variables (EMSDK, EM_CACHE, EMSDK_PYTHON, JAVA_HOME) did not work and therefore I added them manually.
At this point I ran "Build Multiplatform - Html5" from GlBasic where the * .js file is generated but not the * .html file with the following output:

compile + link:
Adding directories to PATH:
PATH + = C: \ Users \ Qedo \ Desktop \ emsdk-master
PATH + = C: \ Users \ Qedo \ Desktop \ emsdk-master \ upstream \ emscripten
PATH + = C: \ Users \ Qedo \ Desktop \ emsdk-master \ node \ 12.18.1_64bit \ bin
PATH + = C: \ Users \ Qedo \ Desktop \ emsdk-master \ python \ 3.7.4-pywin32_64bit
PATH + = C: \ Users \ Qedo \ Desktop \ emsdk-master \ java \ 8.152_64bit \ bin

Setting environment variables:
EMSDK = C: / Users / Qedo / Desktop / emsdk-master
EM_CONFIG = C: \ Users \ Qedo \ Desktop \ emsdk-master \ .emscripten
EM_CACHE = C: / Users / Qedo / Desktop / emsdk-master / upstream / emscripten \ cache
EMSDK_NODE = C: \ Users \ Qedo \ Desktop \ emsdk-master \ node \ 12.18.1_64bit \ bin \ node.exe
EMSDK_PYTHON = C: \ Users \ Qedo \ Desktop \ emsdk-master \ python \ 3.7.4-pywin32_64bit \ python.exe
JAVA_HOME = C: \ Users \ Qedo \ Desktop \ emsdk-master \ java \ 8.152_64bit
em ++: error: Attempt to set a non-existent setting: 'OUTLINING_LIMIT'
- did you mean one of INLINING_LIMIT?
- perhaps a typo in emcc's -s X = Y notation?
- (see src / settings.js for valid values)
distribute HTML5 to: D: / GLBASIC / appname/ distribute / HTML5
exit
success


The question I ask you is:
has anyone already had the following problems (lack of html) and has already solved it? how?
Thank you
Ad maiora
#165
which build ?