Search found 1398 matches

by Marc56us
Mon Apr 15, 2024 7:43 am
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 325
Views: 40472

Re: PureBasic 6.10 LTS is out !

UPX simply compresses the EXE file. Once launched, the program is decompressed into memory, so the size in RAM does not change during execution. No use since we no longer use floppy disks or analog modems. Data transmitted over the Internet is also already compressed by the hardware whenever possibl...
by Marc56us
Tue Apr 09, 2024 4:12 pm
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 325
Views: 40472

Re: PureBasic 6.10 LTS is out !

History page need to be updated :wink:
by Marc56us
Mon Mar 04, 2024 2:10 pm
Forum: Coding Questions
Topic: Connecting to AWS/RDS Postgres instance
Replies: 11
Views: 402

Re: Connecting to AWS/RDS Postgres instance

PostgreSQL 14 and PB 6.10 b7 Win x64 works fine for me. Part of pg_hba.conf in root of data folder. (my server is 192.168.0.100) # IPv4 local connections: host all all 127.0.0.1/32 scram-sha-256 host all all 192.168.0.100/32 scram-sha-256
by Marc56us
Thu Feb 15, 2024 5:13 pm
Forum: Coding Questions
Topic: ReadPreferenceString() has a problem with unicode files
Replies: 5
Views: 244

Re: ReadPreferenceString() has a problem with unicode files

PureBasic - Preference
[...] The file format is in unicode UTF-8 with a BOM [...]


(save your INI with a BOM) :wink:

Code: Select all

€
£
Kč
Zł
by Marc56us
Sun Jan 28, 2024 3:19 pm
Forum: Coding Questions
Topic: issues with svg & pdf vector drawing using x86-backend C
Replies: 10
Views: 1035

Re: issues with svg & pdf vector drawing using x86-backend C

Works here too.
(PB 6.10 B4 x64 and x86 - Win 10 x64)
there is error at:
Please copy/paste log
:wink:
by Marc56us
Sun Jan 28, 2024 10:31 am
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 325
Views: 40472

Re: PureBasic 6.10 beta 4 is out !

Hi, Same for me: #PB_Preference_NoBOM = crash IDE :| CreatePreferences without flag = OK :wink: 6.10 B4 Windows x64 Microsoft Windows [version 10.0.19045.3930] ASM or C compile in source dir With/without AV enable (all other PB sources compile OK) Test file: INI$ = GetTemporaryDirectory() + "se...
by Marc56us
Wed Jan 24, 2024 2:45 pm
Forum: General Discussion
Topic: PB recovery from network outage / Do PureBasic networking functions require ‘ping’?
Replies: 4
Views: 500

Re: PB recovery from network outage / Do PureBasic networking functions require ‘ping’?

Hi, If you're on a local network with few machines and fixe IP, use the HOSTS file. It will be read in priority to any other name resolution method (and responds instantly). File to edit on Windows: %windir%\system32\drivers\etc\hosts On each client. No need to restart. You need admin rights to modi...
by Marc56us
Sun Jan 14, 2024 11:10 am
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 325
Views: 40472

Re: PureBasic 6.10 beta 2 - Xmas Release - is out !

Please @Team: don't forget to delete the multitude of temp directories (PureBasic\d+) with the LIB copies.
They remain in the temporary directory even when we exit the IDE.
by Marc56us
Thu Jan 11, 2024 11:55 am
Forum: General Discussion
Topic: Source too big for the free version
Replies: 31
Views: 2952

Re: Source too big for the free version

a good product like you said , if the founder not promoting it and the user/volunteer not promoting it , it will gone in the air soon or later. any hope ?
First public version: 22 October 2000
Still here
:wink:
by Marc56us
Thu Jan 11, 2024 10:39 am
Forum: General Discussion
Topic: Source too big for the free version
Replies: 31
Views: 2952

Re: Source too big for the free version

what is the point to Use/promote Purebasic Use ? Because it's easy, fast and stable (which is not always the case with other products, even very expensive ones). Promote ? But no one's asking you to promote it. And if you knew how difficult it is to set up and run a business in france, I understand...
by Marc56us
Thu Jan 11, 2024 9:05 am
Forum: General Discussion
Topic: Source too big for the free version
Replies: 31
Views: 2952

Re: Source too big for the free version

If like so , purebasic will remain the same situation forever , not going anywhere , just a few people using it and happy with it. The Mexican Fisherman Story by Heinrich Boll :wink: For the price of PB by country: There are lots of free compilers including for Windows and even Basics (i.e: FreeBas...
by Marc56us
Sat Jan 06, 2024 5:15 pm
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 325
Views: 40472

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !

Has anyone already tried this? Debug "#PB_Preference_NoBOM = " + #PB_Preference_NoBOM ; <-- debug output #PB_Preference_NoBOM = 4 ; OpenPreferences(PreferencesFile$, #PB_Preference_NoSpace | #PB_Preference_GroupSeparator) ; <-- this works in the app OpenPreferences(PreferencesFile$, #PB_P...
by Marc56us
Tue Jan 02, 2024 9:56 am
Forum: Announcement
Topic: acme Checksum and Txt Tools v3.0
Replies: 1
Views: 915

acme Checksum and Txt Tools v3.0

Hi all, This new version of PB has given me the urge to update my programs. New version of my little tool: acme Checksum and Txt Tools I hadn't updated in almost 3 years. I simply added a tab for the new PB 6.10 feature (Hash). Don't store direct links in your bookmark: I'll be redoing the site soon...
by Marc56us
Mon Jan 01, 2024 4:46 pm
Forum: Off Topic
Topic: Happy New Year 2024 !
Replies: 23
Views: 2875

Re: Happy New Year 2024 !

Happy New Year and thanks again for this version 6.10 and its extraordinary new features.
:)
by Marc56us
Mon Jan 01, 2024 10:57 am
Forum: General Discussion
Topic: PureBasic is a Great Programming Language with Limited Resources
Replies: 18
Views: 2168

Re: PureBasic is a Great Programming Language with Limited Resources

I'm just wondering why? Because nobody needs it. It's Basic, so it's easy. Anyone who's ever used another Basic just looks at the differences in the doc. The team is very small, and maintains the documentation very well, with a working example for each function. Most PB users are long-time programm...