Hello,
Normaly i'm a Linux only developer :-) but just for fun, i have a M2 MacBook Air here for Support reasons.
I've tried some examples, and the Compositors.pb. You could try F1 - F2 and so on. But if Glass to Embossed there is Invalid memory access.
And as i tried it's the only on with ...
Search found 24 matches
- Fri Feb 14, 2025 11:11 am
- Forum: Bugs - 3D Engine
- Topic: PB6.22 ARM64 Bug Compositors.pb
- Replies: 1
- Views: 2352
- Thu Mar 30, 2023 6:56 am
- Forum: Applications - Feedback and Discussion
- Topic: lweb a multithreaded webserver with HTTPS support
- Replies: 14
- Views: 6531
Re: lweb a multithreaded webserver with HTTPS support
Hi idle
I didn't setup a Windows Dev machine until now... so my last changes to the code is tested on Windows ... but i will add the socket and tls windows change as soon as possible.
Greeting
I didn't setup a Windows Dev machine until now... so my last changes to the code is tested on Windows ... but i will add the socket and tls windows change as soon as possible.
Greeting
- Wed Mar 29, 2023 7:16 pm
- Forum: Applications - Feedback and Discussion
- Topic: lweb a multithreaded webserver with HTTPS support
- Replies: 14
- Views: 6531
Re: lweb a multithreaded webserver with HTTPS support
A Lot of new work is done :-)
https://gitea.lihaso.com/PB_Includes/lweb
Who wants to help is invited ... account creation is free :)
Configuration is now xml based (Simple but it is XML 8) )
Multi Server Host on different Ports
Some library changes lhs_lib
Dynamic Library loading for ...
https://gitea.lihaso.com/PB_Includes/lweb
Who wants to help is invited ... account creation is free :)
Configuration is now xml based (Simple but it is XML 8) )
Multi Server Host on different Ports
Some library changes lhs_lib
Dynamic Library loading for ...
- Wed Mar 29, 2023 7:09 pm
- Forum: Coding Questions
- Topic: Shared Librarys and String
- Replies: 2
- Views: 455
Re: Shared Librarys and String
Thanks a lot... as i say didn't see the Problem after this "Small" Big change...
The end result is a new lweb git push with big changes
Now a external library can be configured
https://gitea.lihaso.com/PB_Includes/lweb
I hope some other find some fun with it
Greeting
The end result is a new lweb git push with big changes


https://gitea.lihaso.com/PB_Includes/lweb
I hope some other find some fun with it

Greeting
- Wed Mar 29, 2023 5:59 pm
- Forum: Coding Questions
- Topic: Shared Librarys and String
- Replies: 2
- Views: 455
Shared Librarys and String
Hello
I think i'm walk arround the problem and didn't find it :-(
#TESTDLL = 0
CompilerIf #TESTDLL = 1
; Real code start here..
;
Global TestReport.s
ProcedureCDLL.s Testcall(Test.s)
TestReport = "Test Report"
ProcedureReturn TestReport.s
EndProcedure
CompilerElse
PrototypeC.s ...
I think i'm walk arround the problem and didn't find it :-(
#TESTDLL = 0
CompilerIf #TESTDLL = 1
; Real code start here..
;
Global TestReport.s
ProcedureCDLL.s Testcall(Test.s)
TestReport = "Test Report"
ProcedureReturn TestReport.s
EndProcedure
CompilerElse
PrototypeC.s ...
- Mon Mar 07, 2022 6:58 am
- Forum: Applications - Feedback and Discussion
- Topic: lweb a multithreaded webserver with HTTPS support
- Replies: 14
- Views: 6531
Re: lweb a multithreaded webserver with HTTPS support
Is it normal the "lweb\lhs_lib\" is empty ? :|
Yes it is Normal.
You could Clone it directly with:
git clone https://gitea.lihaso.com/PB_Includes/lweb.git --recurse-submodules
Or if you already cloned it:
git submodule init
git submodule update
It is now linked with https and not anymore ...
- Tue Mar 01, 2022 10:23 pm
- Forum: Applications - Feedback and Discussion
- Topic: lweb a multithreaded webserver with HTTPS support
- Replies: 14
- Views: 6531
Re: lweb a multithreaded webserver with HTTPS support
Hi idle
You could do that, but i've used dynamic linking to fast replace the libraries with secure Versions (CVE & co.) maybe i should do a better linking procedure and not static way (.22 .20 and co.)
You could use the whole source as you want (Currently only developed by me so it is GPLv2 /LPGL ...
You could do that, but i've used dynamic linking to fast replace the libraries with secure Versions (CVE & co.) maybe i should do a better linking procedure and not static way (.22 .20 and co.)
You could use the whole source as you want (Currently only developed by me so it is GPLv2 /LPGL ...
- Fri Feb 18, 2022 4:16 pm
- Forum: Applications - Feedback and Discussion
- Topic: lweb a multithreaded webserver with HTTPS support
- Replies: 14
- Views: 6531
Re: lweb a multithreaded webserver with HTTPS support
lweb did a big step forward since 2021 :)
* Now it could handle big files on send: Default is a big File: 512 KiB an Blocksize goes to 64 KiB
A Ryzen 1700 Core/Thread could handle this way ~ 1 GBit/s
* Redirect on wrong subdirectory ex. https://localhost:8446/testportal -> https://localhost:8446 ...
* Now it could handle big files on send: Default is a big File: 512 KiB an Blocksize goes to 64 KiB
A Ryzen 1700 Core/Thread could handle this way ~ 1 GBit/s
* Redirect on wrong subdirectory ex. https://localhost:8446/testportal -> https://localhost:8446 ...
- Tue May 25, 2021 9:28 am
- Forum: Linux
- Topic: lib lsocket.pbi and ltls.pbi for Network Sockets and TLS Connections.
- Replies: 4
- Views: 8020
Re: libressl tls test and network is blocked ... SOLVED :-)
lsocket.pbi and ltls.pbi
Bugfixes:
lsocket.pbi
- Empty Strucutre (Protected Variables cannot be filled by API, now allocate memory and copy it)
New:
lsocket.pbi
- GetSocketIP(Connection.i) Get a IP Address of a connection as String
ltls.pbi
- GetSocket(Connection.i) Get Socket connection from the ...
Bugfixes:
lsocket.pbi
- Empty Strucutre (Protected Variables cannot be filled by API, now allocate memory and copy it)
New:
lsocket.pbi
- GetSocketIP(Connection.i) Get a IP Address of a connection as String
ltls.pbi
- GetSocket(Connection.i) Get Socket connection from the ...
- Fri May 21, 2021 10:57 am
- Forum: Applications - Feedback and Discussion
- Topic: lweb a multithreaded webserver with HTTPS support
- Replies: 14
- Views: 6531
lweb a multithreaded webserver with HTTPS support
Hi all,
Did some work the last days on this web server. And i think it is in a more or less stable state to announce it here :)
The HTTPS Part is currently Linux only and the whole Server so only for Linux. If someone would do improvement there do it 8)
Source is available here: https://gitea ...
Did some work the last days on this web server. And i think it is in a more or less stable state to announce it here :)
The HTTPS Part is currently Linux only and the whole Server so only for Linux. If someone would do improvement there do it 8)
Source is available here: https://gitea ...
- Wed May 19, 2021 4:20 pm
- Forum: Announcement
- Topic: PureBasic 6.00 released !
- Replies: 626
- Views: 211491
Re: PureBasic 6.00 Alpha 1 released !
I did some short tests... and wow amazing ... Mostly works until now fine with Wine and Linux (ASM and C backend Compiler)
I hope the Linux Version is also soon ready.

I hope the Linux Version is also soon ready.
- Fri Nov 27, 2020 12:14 pm
- Forum: Linux
- Topic: lib lsocket.pbi and ltls.pbi for Network Sockets and TLS Connections.
- Replies: 4
- Views: 8020
Re: libressl tls test and network is blocked ... SOLVED :-)
And the Result of all this hacking:
https://gitea.lihaso.com/PB_Includes/lweb
I'm on reworking to translate everything to english.
The Target Module: https://gitea.lihaso.com/PB_Includes/lweb/src/branch/main/ltls.pbi
And it works only with https://gitea.lihaso.com/PB_Includes/lweb/src/branch ...
https://gitea.lihaso.com/PB_Includes/lweb
I'm on reworking to translate everything to english.
The Target Module: https://gitea.lihaso.com/PB_Includes/lweb/src/branch/main/ltls.pbi
And it works only with https://gitea.lihaso.com/PB_Includes/lweb/src/branch ...
- Tue Nov 24, 2020 6:38 pm
- Forum: Linux
- Topic: Search happy programmer under Linux (update for 5.73)
- Replies: 14
- Views: 9188
Re: Search happy programmer under Linux (update for 5.73)
Hmm... i use now since (Ever?) long time opensuse Tumbleweed and had never Problems with the IDE and the Compiler. (Also some Opensuse Leap 42.3 and 15.* machines for Build Enviroments)
Only on thing i found is some sporadic IDE Crash if i use the Help and it is still open and after sleep mode ...
Only on thing i found is some sporadic IDE Crash if i use the Help and it is still open and after sleep mode ...
- Tue Nov 24, 2020 10:39 am
- Forum: Linux
- Topic: lib lsocket.pbi and ltls.pbi for Network Sockets and TLS Connections.
- Replies: 4
- Views: 8020
Re: libressl tls test and network is blocked ... SOLVED :-)
Here is the new Code:
;tls test libressl
EnableExplicit
;InitNetwork()
PrototypeC.i Pr_tls_init()
PrototypeC.i Pr_tls_config_new()
PrototypeC.i Pr_tls_load_file_pw(FileName.p-utf8, Length, Password.p-utf8)
PrototypeC.i Pr_tls_load_file(FileName.p-utf8, Length, Passord.s = #Null$)
PrototypeC.i ...
;tls test libressl
EnableExplicit
;InitNetwork()
PrototypeC.i Pr_tls_init()
PrototypeC.i Pr_tls_config_new()
PrototypeC.i Pr_tls_load_file_pw(FileName.p-utf8, Length, Password.p-utf8)
PrototypeC.i Pr_tls_load_file(FileName.p-utf8, Length, Passord.s = #Null$)
PrototypeC.i ...
- Thu Nov 12, 2020 4:41 pm
- Forum: Linux
- Topic: lib lsocket.pbi and ltls.pbi for Network Sockets and TLS Connections.
- Replies: 4
- Views: 8020
lib lsocket.pbi and ltls.pbi for Network Sockets and TLS Connections.
Original Title: libressl tls test and network is blocked ... SOLVED :-)
Hello all ...
I hope someone can help me here ...
I was doing it wrong way :-/
Delete: I receive everytime a TLS_WANT_POLLIN ... I think the Network Library is blocking me out ...
Now i'm on the Client Socket and not anymore ...
Hello all ...
I hope someone can help me here ...
I was doing it wrong way :-/
Delete: I receive everytime a TLS_WANT_POLLIN ... I think the Network Library is blocking me out ...
Now i'm on the Client Socket and not anymore ...