Search found 4781 matches

by idle
Fri Mar 29, 2024 12:26 pm
Forum: Tricks 'n' Tips
Topic: atomic web server threads
Replies: 37
Views: 1865

Re: atomic web server threads

Caronte3D wrote: Fri Mar 29, 2024 10:21 am On the first Atomic_Server_Init call you wrote "wwww" instead of "www" :wink:
I did that as a test so it would go to the internal handler.

As for the other issue I don't know, maybe it's a time out or a buffer size 🤔
by idle
Fri Mar 29, 2024 4:44 am
Forum: Coding Questions
Topic: Small exe 3.15 times bigger in PB 6.10 than in PB 6.04
Replies: 8
Views: 214

Re: Small exe 3.15 times bigger in PB 6.10 than in PB 6.04

jacdelad wrote: Fri Mar 29, 2024 4:35 am ...for a moment I thought someone did some self talk here. Your avatars look too much like the other one. :mrgreen:
omg blues in my head! :lol:
by idle
Fri Mar 29, 2024 4:43 am
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 293
Views: 36661

Re: PureBasic 6.10 LTS is out !

Quin wrote: Fri Mar 29, 2024 4:33 am Only XP was dropped actually, PB's minimum Windows version is now Vista (Quite good IMO, more than I'd reasonably expect from any software these days).
Thanks for the correction. hasta la vista, I'll be back! :lol:
by idle
Fri Mar 29, 2024 4:30 am
Forum: Coding Questions
Topic: Small exe 3.15 times bigger in PB 6.10 than in PB 6.04
Replies: 8
Views: 214

Re: Small exe 3.15 times bigger in PB 6.10 than in PB 6.04

Blue wrote: Fri Mar 29, 2024 4:13 am What does UCRT stand for in Visual Studio 22 UCRT ???
stands for universal c runtime so now the msvcrt.lib is essentially imports or alias to the ucrt.lib
by idle
Fri Mar 29, 2024 3:58 am
Forum: Coding Questions
Topic: Small exe 3.15 times bigger in PB 6.10 than in PB 6.04
Replies: 8
Views: 214

Re: Small exe 3.15 times bigger in PB 6.10 than in PB 6.04

I just answered in the other thread.
short of it, 6.10 has a new c runtime from visual studio 22, the reason is mostly for security.
by idle
Fri Mar 29, 2024 3:54 am
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 293
Views: 36661

Re: PureBasic 6.10 LTS is out !

Thank you Fred and everyone on the PB team who toiled long and hard to bring us this new version. Much appreciated. But i'm puzzled. Why does a small app I cobbled together get inflated to 748 KB under PB 6.10 LTS from 237 KB under PB 6.04 ? (over 3 times the size for the very same source, without ...
by idle
Fri Mar 29, 2024 2:06 am
Forum: Tricks 'n' Tips
Topic: atomic web server threads
Replies: 37
Views: 1865

Re: atomic web server threads

added
Atomic_Server_Chr(v.i) ;return a proper surrogate pair for unicode values outside the BMP (Basic Multilingual Plane)

Tarted up the landing page and error page with google fonts and added favicon
by idle
Thu Mar 28, 2024 11:32 am
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 293
Views: 36661

Re: PureBasic 6.10 LTS is out !

Thanks Fred, Freak and all involved. 6.10 is a big mile stone.
by idle
Thu Mar 28, 2024 11:27 am
Forum: Tricks 'n' Tips
Topic: atomic web server threads
Replies: 37
Views: 1865

Re: atomic web server threads

Caronte3D wrote: Thu Mar 28, 2024 10:20 am You creature becomes better and better :D

Thanks, it's definitely a creature but it's alive. :lol:
by idle
Thu Mar 28, 2024 10:13 am
Forum: Game Programming
Topic: Small, little Game
Replies: 3
Views: 209

Re: Small, little Game

Thanks Darius, nothing quite like coding with one hand tired behind your back.
by idle
Thu Mar 28, 2024 9:27 am
Forum: Tricks 'n' Tips
Topic: atomic web server threads
Replies: 37
Views: 1865

Re: atomic web server threads

Thanks, I think I may have a use for this in the very near future. You post so much useful code; I'm sure others have said before, but 'Idle' is not the correct username for someone so productive :lol: Thanks pjay, I've pursued being Idle for 30 odd years and now I get to live it! On an Island near...
by idle
Thu Mar 28, 2024 5:57 am
Forum: Feature Requests and Wishlists
Topic: EncodeSprite()
Replies: 4
Views: 183

Re: EncodeSprite()

windows you only need to use bitblt Procedure ScreentoClipboard(left,top,width,Height) Protected image,hdc,thdc #CAPTUREBLT = $40000000 hdc = GetDC_(0) Image = CreateImage(#PB_Any,Width-Left,Height-top) If Image thdc = StartDrawing(ImageOutput(Image)) BitBlt_(thdc,left,top,width,height,hdc,0,0,#SRCC...
by idle
Thu Mar 28, 2024 12:43 am
Forum: Tricks 'n' Tips
Topic: atomic web server threads
Replies: 37
Views: 1865

Re: atomic web server threads

v3.05b Rearranged a bit and added persistence for clients with timeout in preparation for adding SSL, clients sill spawn multiple threads so might add a thread pool later but for now it's still spawn a thread per request so the server can deal with multiple clients making multiple async requests wit...
by idle
Tue Mar 26, 2024 9:02 pm
Forum: Announcement
Topic: MixPerfect
Replies: 22
Views: 662

Re: MixPerfect

that looks really good thanks for sharing.