Search found 297 matches

by useful
Mon Apr 15, 2024 6:04 am
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 325
Views: 40136

Re: PureBasic 6.10 LTS is out !

PoorMan wrote: Sun Apr 14, 2024 10:45 pm Great job, thanks!
Can you make the output file smaller? In V6.1, it's five/six times bigger than before.
For those who care so much about size, you can embed the final UPX package directly into the IDE. It seems the license will allow it.
https://upx.github.io/
by useful
Sat Mar 30, 2024 4:05 am
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 325
Views: 40136

Re: PureBasic 6.10 LTS is out !

Why is there no page dedicated to "inline c" in the documentation?
by useful
Thu Mar 28, 2024 12:54 pm
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 325
Views: 40136

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: 1507

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: 1507

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: 1507

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: 64
Views: 3407

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: 64
Views: 3407

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: 627

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: 503

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: 325
Views: 40136

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: 325
Views: 40136

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: 2949

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)
...