Windows 64 bit
Is it possible to compile without running.
I choose compile/run and it does what is expected
When I choose Compile with or compile without debugger, it still runs the program
Search found 46 matches
- Mon Mar 24, 2025 6:23 am
- Forum: Coding Questions
- Topic: Compile without Running
- Replies: 2
- Views: 274
- Sat Nov 09, 2024 3:14 am
- Forum: Linux
- Topic: Running PureBasic on non Ubuntu based distros
- Replies: 14
- Views: 6682
Re: Running PureBasic on non Ubuntu based distros
I just checked the install script I wrote for Fedora for Pure and Spider basic. It still works with the 24.04 ubuntu packages and Fedora 41. It should be near the top of the Linux messages right now.
- Sat Nov 09, 2024 3:09 am
- Forum: Linux
- Topic: Bash script to install Pure and Spider Basic (Fedora)
- Replies: 3
- Views: 5374
Re: Bash script to install Pure and Spider Basic (Fedora)
08 Nov 2024
Tested script with Fedora 41
using current Ubuntu 24.04 download of Pure Basic & Spider Basic
Everything installs correctly
Tested script with Fedora 41
using current Ubuntu 24.04 download of Pure Basic & Spider Basic
Everything installs correctly
- Tue Apr 30, 2024 11:56 pm
- Forum: Linux
- Topic: Bash script to install Pure and Spider Basic (Fedora)
- Replies: 3
- Views: 5374
Re: Bash script to install Pure and Spider Basic (Fedora)
30 Apr 2024
Tested script with Fedora 40.
Everything still seems to work without problems.
Tested script with Fedora 40.
Everything still seems to work without problems.
- Fri Apr 26, 2024 5:38 am
- Forum: Coding Questions
- Topic: [6.11b2 - Win64] Can't choose gcc compiler
- Replies: 1
- Views: 1061
[6.11b2 - Win64] Can't choose gcc compiler
Preferences, Compiler - when gcc is chosen -- Version = "version not found", is not in list of compilers in Compile, Compiler Options, Use Compiler
- Fri Nov 03, 2023 11:56 pm
- Forum: Applications - Feedback and Discussion
- Topic: Console example modified for Gnome Terminal
- Replies: 2
- Views: 1321
Re: Console example modified for Gnome Terminal
Some of the commands say Windows only. For example EnableGraphicalConsole():
However, when used on Linux it enables positioning using ConsoleLocate() which
is also marked Windows only. I am looking at the help that is accessed by choosing
Help, Help in the Linux 6.03 LTS version of PureBasic ...
However, when used on Linux it enables positioning using ConsoleLocate() which
is also marked Windows only. I am looking at the help that is accessed by choosing
Help, Help in the Linux 6.03 LTS version of PureBasic ...
- Thu Nov 02, 2023 7:04 pm
- Forum: Applications - Feedback and Discussion
- Topic: Console example modified for Gnome Terminal
- Replies: 2
- Views: 1321
Console example modified for Gnome Terminal
Even though the console commands are marked as Windows only in the documentation, they will work under Linux with Gnome Terminal from Ubuntu 22.04. Use the Create Executable option, then open Gnome Terminal, make the file executable and run from there ...
- Wed Oct 18, 2023 4:41 am
- Forum: Linux
- Topic: Bash script to install Pure and Spider Basic (Debian/Ubuntu)
- Replies: 12
- Views: 3387
Re: Bash script to install Pure and Spider Basic (Debian/Ubuntu)
I just aggregated and restructured the scripts provided for Pure and Spider Basic. I did not add anything functionally to the scripts other than the checks for the existence of files and directories. If there are additional installs or configuration beyond what was provided in the install scripts ...
- Sun Oct 15, 2023 6:25 pm
- Forum: Linux
- Topic: Bash script to install Pure and Spider Basic (Debian/Ubuntu)
- Replies: 12
- Views: 3387
Re: Bash script to install Pure and Spider basic (Unbutu based 22.04 and later and Debian 12)
Script updated 15 Oct 2023
# - removed routing of apt-get output to /dev/null
# - Disabled ability to run as root user
# - Changed some echo messages
# - removed routing of apt-get output to /dev/null
# - Disabled ability to run as root user
# - Changed some echo messages
- Sun Oct 15, 2023 6:11 pm
- Forum: Linux
- Topic: Bash script to install Pure and Spider Basic (Fedora)
- Replies: 3
- Views: 5374
Re: Bash script to install Pure and Spider Basic (Fedora)
15 Oct 2023
Synchronized script with my current Ubuntu/Debian install script
Synchronized script with my current Ubuntu/Debian install script
- Tue Oct 03, 2023 5:03 pm
- Forum: Linux
- Topic: Bash script to install Pure and Spider Basic (Debian/Ubuntu)
- Replies: 12
- Views: 3387
Re: Bash script to install Pure and Spider basic (Unbutu based 22.04 and later and Debian 12)
Script updated 3 Oct 2023
# 3 Oct 2023 - added checks for existing installs
# - added check for uncapitalized downloads directory
# - and missing install files
# - added additional messages
# - changed to apt-get and routed output to null
# 3 Oct 2023 - added checks for existing installs
# - added check for uncapitalized downloads directory
# - and missing install files
# - added additional messages
# - changed to apt-get and routed output to null
- Mon Oct 02, 2023 6:20 pm
- Forum: Off Topic
- Topic: PureBasic Blogging
- Replies: 7
- Views: 1762
Re: PureBasic Blogging
Looked at your DB module. Very interesting. One thing that seems to be missing within Purebasic is the ability to do non-query commands, for example "CREATE DATABASE" or "ALTER TABLE". Do you have any suggestions as to how those operations might be performed from within Purebasic?
- Sun Oct 01, 2023 5:37 pm
- Forum: Linux
- Topic: Bash script to install Pure and Spider Basic (Debian/Ubuntu)
- Replies: 12
- Views: 3387
Re: Bash script to install Pure and Spider basic (Unbutu based 22.04 and later and Debian 12)
Just added additional comments and moved creation of the mime and applications directories into their own section. Didn't change any functionality, just made the script look better. Since users might want to comment out sections they don't need, I tried to organize and document what each section ...
- Sat Sep 30, 2023 6:19 pm
- Forum: Coding Questions
- Topic: runprogram() question
- Replies: 4
- Views: 760
runprogram() question
Why does this program not work in Linux?
Result = RunProgram("/usr/bin/xterm","-help","~")
Debug(Result)
Result shows 1 however terminal window does not appear
However, this program without parameters does work.
Result = RunProgram("/usr/bin/xterm")
Debug(Result)
Testing with Linux Mint LMDE 6
Result = RunProgram("/usr/bin/xterm","-help","~")
Debug(Result)
Result shows 1 however terminal window does not appear
However, this program without parameters does work.
Result = RunProgram("/usr/bin/xterm")
Debug(Result)
Testing with Linux Mint LMDE 6
- Sat Sep 30, 2023 7:31 am
- Forum: Linux
- Topic: Bash script to install Pure and Spider Basic (Debian/Ubuntu)
- Replies: 12
- Views: 3387
Re: Bash script to install Pure and Spider basic (Unbutu based 22.04 and later and Debian 12)
Original script updated Sep 30 2023