Search found 297 matches

by useful
Thu Mar 28, 2024 12:54 pm
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 292
Views: 36481

Re: PureBasic 6.10 LTS is out !

Download PureBasic 6.10 LTS for Linux (Debian 10 - x86)
Probably 10 needs to be corrected to 12?
-----
And Thanks, Thanks, Thanks!!!
by useful
Mon Mar 25, 2024 1:13 pm
Forum: Coding Questions
Topic: quick reading a file of 15 GByte.... how?
Replies: 22
Views: 1000

Re: quick reading a file of 15 GByte.... how?

It depends of the kind of processing i am doing. something between 2 and 10 times a day when i am processing. And it is rather irritating to wait 2 minutes when you are busy and thinking. It's impossible to understand! Do you need to process from 2 to 10 files of 15 gigabytes each? Or are you proce...
by useful
Mon Mar 25, 2024 11:07 am
Forum: Coding Questions
Topic: quick reading a file of 15 GByte.... how?
Replies: 22
Views: 1000

Re: quick reading a file of 15 GByte.... how?

... maybe i was not clear anough. ... You haven't answered the main question. If it is needed once, then what difference does it take 2 minutes or 2 seconds for the process. If this is needed many times often, then the cost of another data organization (DBMS, for example) they will definitely justi...
by useful
Mon Mar 25, 2024 8:29 am
Forum: Coding Questions
Topic: quick reading a file of 15 GByte.... how?
Replies: 22
Views: 1000

Re: quick reading a file of 15 GByte.... how?

... first action is to select lines with a certain string. then take other actions. ... If the time spent is critical for you, then this is not a one-time analysis, but a periodic one. In order to make recommendations, I need to have an idea of the required requests. And most likely we will talk ab...
by useful
Tue Mar 12, 2024 3:36 pm
Forum: Tricks 'n' Tips
Topic: atomic web server threads
Replies: 34
Views: 1793

Re: atomic web server threads

dige wrote: Tue Mar 12, 2024 3:14 pm tried it with a simple index.html ... same problem
With a simple index.html if you put it in a folder ./www is working
by useful
Tue Mar 12, 2024 2:53 pm
Forum: Tricks 'n' Tips
Topic: atomic web server threads
Replies: 34
Views: 1793

Re: atomic web server threads

skinkairewalker wrote: Tue Mar 12, 2024 2:39 pm ...
I tried to load an application made in spiderbasic, but it keeps loading infinitely.
...
I have the same behavior
by useful
Mon Feb 26, 2024 6:28 am
Forum: Bugs - Linux
Topic: GLib-GObject-CRITICAL **
Replies: 2
Views: 604

Re: GLib-GObject-CRITICAL **

(wbt:2370): GLib-GObject-CRITICAL **: 05:14:48.770: g_signal_handler_block: assertion 'handler_id > 0' failed (wbt:2370): GLib-GObject-CRITICAL **: 05:14:48.770: g_signal_handler_unblock: assertion 'handler_id > 0' failed wbt - WebBrowserTest.pb - GTK3(6.10B6) - LinuxMintXFCE 21.3 The webbrowser ex...
by useful
Sun Jan 28, 2024 1:21 pm
Forum: Coding Questions
Topic: Chr and Asc bug
Replies: 4
Views: 499

Re: Chr and Asc bug

https://www.compart.com/en/unicode/U+1F501 UTF-8 Encoding: 0xF0 0x9F 0x94 0x81 UTF-16 Encoding: 0xD83D 0xDD01 UTF-32 Encoding: 0x0001F501 EnableExplicit Structure CHU ch_utf.a[4] EndStructure Define ccc.CHU ccc\ch_utf[0] = $F0 ccc\ch_utf[1] = $9F ccc\ch_utf[2] = $94 ccc\ch_utf[3] = $81 ShowMemoryVie...
by useful
Sat Jan 27, 2024 12:44 pm
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 292
Views: 36481

Re: PureBasic 6.10 beta 4 is out !

Added: CompareStructure(), CompareArray(), CompareList() and CompareMap() functions Added: CustomSortList() and CustomSortArray() functions to Sort library Added: CatchPack(), PackEntryDate() Added: #PB_Cipher_HMAC flag to fingerprint functions Added: CreatePasswordHash() and VerifyPasswordHash() f...
by useful
Sat Jan 13, 2024 12:59 pm
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 292
Views: 36481

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

The ability to specify a working path for webview was promised. Already or in the next issue?
https://www.purebasic.fr/english/viewto ... 84#p613384
by useful
Sun Jan 07, 2024 7:19 am
Forum: General Discussion
Topic: Source too big for the free version
Replies: 31
Views: 2907

Re: Source too big for the free version

When you start the IDE, you see a window with a message:
...
Free version limitations:
- No DLL creation
- Code size limitation (about 800 lines)
...
by useful
Sun Dec 24, 2023 4:16 pm
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 292
Views: 36481

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

Code: Select all

WebGadget(1, 10, 10, 980, 280, "", #PB_Web_Edge)
SetGadgetText(1, #URL)
It was experimentally obtained that it would work like this.
But it still needs clarification.
by useful
Sun Dec 24, 2023 1:39 pm
Forum: Linux
Topic: Official Linux distribution for PureBasic
Replies: 66
Views: 38161

Re: Official Linux distribution for PureBasic

What changes will there be to the list of official distributions for 6.10? For x86 and Raspberry have already been indicated in the announcement.