QB64.org Forum
Active Forums => QB64 Discussion => Topic started by: Paolo_Ricardo on December 01, 2020, 09:56:51 pm
-
As a new user of QB64 I am unclear on the following:
If I save a .BAS file into a specific folder e.g. MYFOLDER, the .EXE file is put into the QB64folder. Is there any way to ensure that the .EXE file is put into MYFOLDER?
Thanks
-
We need to rubber stamp the answer to this one because every new person to QB64 asks.
Welcome @Paolo_Ricardo
Under the Run Menu of the QB64 IDE (editor) put a bullet next to "Output EXE to Source Folder"
-
@bplus
Thanks. I'm afraid I didn't notice that option :-(
-
It's OK nobody does that's why we have forums :)
@Paolo_Ricardo have your any previous experience with QB? My guess is yes. :)
-
@bplus
Actually no, no previous experience of QB. Like a lot of people I taught myself programming with Sinclair ZX81 Spectrum Basic and followed that with BBC Basic. I then moved away from Basic (-> COBOL, C, C++, C#, SQL, Delphi Object Pascal). So I'm just revisiting Basic out of interest.
-
Welcome aboard, Paolo!
-
@bplus
Actually no, no previous experience of QB. Like a lot of people I taught myself programming with Sinclair ZX81 Spectrum Basic and followed that with BBC Basic. I then moved away from Basic (-> COBOL, C, C++, C#, SQL, Delphi Object Pascal). So I'm just revisiting Basic out of interest.
Ah you should be fine then with some Basic examples to learn important keywords, you should find the IDE very nice with Syntax checking, automatic indenting and formatting unless you have a code habit/style conflict. Oh the File menu is a bit old fashioned but right in character to ye ole QB style.
The Help is way over in the top right corner, some people new to QB64 miss that too and this is priceless:
https://www.qb64.org/wiki/Main_Page
I recommend you bookmark. I like more than Help even though they are same, you can't copy / paste examples from IDE Help.
-
The Help is way over in the top right corner, some people new to QB64 miss that too and this is priceless:
https://www.qb64.org/wiki/Main_Page
I recommend you bookmark. I like more than Help even though they are same, you can't copy / paste examples from IDE Help.
Yes, you can copy/paste examples from the help into the edit area, @bplus.
-
Yes, you can copy/paste examples from the help into the edit area, @bplus.
@FellippeHeitor
Are you saying, "You can copy / paste examples of Help from the IDE", (not Wiki Help link which I know you can which is why I am saying I like it better.).
If you can do this please tell me how. I highlight something from Help in IDE and it wont Copy for me, QB64 v1.4 stable.
Update: OK I guess you can do it with Key presses but not with mouse.
When you right click a selected text in Help in IDE there is no popup menu.
-
Ctrl+C, Ctrl+V.
-
We need to rubber stamp the answer to this one because every new person to QB64 asks.
Under the Run Menu of the QB64 IDE (editor) put a bullet next to "Output EXE to Source Folder"
@FellippeHeitor: I have a better idea. Make that the default setting. Let people turn it off if it doesn't suit them.
-
First time compilation will trigger a one-time warning in the next version:
[ This attachment cannot be displayed inline in 'Print Page' view ]
-
First time compilation will trigger a one-time warning in the next version:
GTC likes this.
-
First time compilation will trigger a one-time warning in the next version:
Good option! I believe it took me more than a year of hassling with the exe before I found and understood the use of that option :-)