QB64.org Forum
Active Forums => QB64 Discussion => Topic started by: Friet on October 12, 2020, 04:40:37 pm
-
Hi,
I'm an absolute newb here, i tried out V1.3 which seemed to work ok, the samples could compile and run. A few tests i did myself also worked.
However, i just installed v1.4 and here i get compile errors on every program i try :
"qbx.cpp: In function 'void sub_chain(qbs*)':
qbx.cpp:1169:9: error: 'cloud_app' was not declared in this scope
if (cloud_app){error(262); return;}
^~~~~~~~~
compilation terminated due to -Wfatal-errors."
Any idea what could cause this?
Thanks in advance
-
I hope you didn’t mix 1.3 files with 1.4, as the new version should be unpacked to a clean directory.
That said, please confirm that you download 1.4 from the official links provided in qb64.org, also that you unpacked all the contents of the package to a clean directory to which you have full read/write permissions.
Also, please indicate which OS you’re using. If Linux, make sure to run the setup script upon unpacking.
Welcome to the forum.
-
Hi Felippe,
Thx for the welcome.
(OS = Windows 10 64-bit)
And for the tip :
I deleted the whole directory now, and re-copied the files and now it works. Must indeed have been a remnant of the 1.3 remaining.
Now the learning curve begins ...
-
Don't be afraid to ask, several knowledgeable people around here happy to help if they can.