Search found 457 matches

by bbanelli
Fri Apr 06, 2018 1:25 pm
Forum: General Discussion
Topic: Re: The reason I use purebasic
Replies: 14
Views: 7102

Re: The reason I use purebasic

Fred wrote:Yes, it's surprising how far ReactOS team went, it's runs a tons of apps now and it's good to know than PB apps run as well :)
I rely heavily Setup API in PCI-Z, works perfectly on ReactOS. ;)

https://www.pci-z.com/img/PCI-Z1.31-Scr ... eactOS.png
by bbanelli
Sun Apr 01, 2018 10:26 pm
Forum: Off Topic
Topic: Happy 40th Birthday, FRED!
Replies: 28
Views: 7044

Re: Happy 40th Birthday, FRED!

Happy Birthday! :))
by bbanelli
Mon Mar 12, 2018 3:06 pm
Forum: Tricks 'n' Tips
Topic: How I make DPI-aware apps
Replies: 50
Views: 17525

Re: How I make DPI-aware apps

Hi Dude, I think there's more to it. Process Explorer states application as DPI unaware, primarily because you didn't use SetProcessDpiAwareness() . https://i.imgur.com/fppZ1Zm.png Furthermore, this might not work properly on Windows 8.1+ where you can pick different DPI's in multimonitor environmen...
by bbanelli
Thu Mar 01, 2018 9:45 pm
Forum: Tricks 'n' Tips
Topic: WebSocket Server
Replies: 41
Views: 23383

Re: WebSocket Server

Dadido3 wrote:I have tried to reproduce that bug, but i wasn't able to do so on Windows or Linux, even with over 100 clients.
Hi Dadido3,

could you please clarify what is the particular constraint for number of concurrent users? Protocol itself, programming or hardware limitation?
by bbanelli
Tue Feb 20, 2018 4:05 pm
Forum: General Discussion
Topic: PureBasic and the Future
Replies: 20
Views: 6878

Re: PureBasic and the Future

Kuron wrote:For benefit of the newcomer, I have been programming since 1979. In all that time, Fred is the ONLY developer of an indie language who has CONSISTENTLY kept his word. His integrity is above reproach!
It has been from 2003. for me, so not for so long as Kuron, but as everyone has said: +1
by bbanelli
Fri Jan 12, 2018 5:44 pm
Forum: Coding Questions
Topic: buttyon, no reaction
Replies: 9
Views: 1732

Re: buttyon, no reaction

Why does the button in (simplified) code not react? I must be overlooking something Because you can't "reach" your button (or string gadget, for that matter). Change height parameter in EditorGadget() function to 520 or adjust other parameters of other gadgets accordingly and it will work...
by bbanelli
Wed Jan 10, 2018 3:45 pm
Forum: General Discussion
Topic: Want to release freeware, accept donations, but not Paypal
Replies: 5
Views: 2138

Re: Want to release freeware, accept donations, but not Payp

ricardo wrote:Hello,

I want to release some freeware and accept donations, but don't want to use Paypal.

Can you recommend me other platform that works fine for that please?
Anything related to crypto currencies?
by bbanelli
Tue Dec 26, 2017 8:23 pm
Forum: Coding Questions
Topic: Option "threadsafe" only needed if using the Thread-lib?
Replies: 4
Views: 1373

Re: Option "threadsafe" only needed if using the Thread-lib?

AFAIR, by enabling thread-safe option and using FCGI, you automatically enable threaded mode of that particular library.
by bbanelli
Wed Dec 06, 2017 9:59 am
Forum: Assembly and C Programming in PureBasic
Topic: SHA256 with CPU-SHA-Instruction-Set
Replies: 10
Views: 6168

Re: SHA256 with CPU-SHA-Instruction-Set

Download latest FAsm.

https://flatassembler.net/download.php
version 1.72 (Oct 10, 2017)

[+] Support for Intel AVX-512, SHA, CLFLUSHOPT, CLWB, PCOMMIT, ADX, RDSEED, SMAP and MPX instruction sets.
by bbanelli
Thu Sep 07, 2017 10:10 pm
Forum: Feature Requests and Wishlists
Topic: Bitcoin or CoinMiner library?
Replies: 5
Views: 2624

Re: Bitcoin or CoinMiner library?

Rings wrote:

Code: Select all

MyMoney=ReceiveHTTP_From_PAYPALAMAZONWHEREEVER(Amount_IN_$ )
Please Rings, if you don't want to help, don't give people false information.

@pb8473: MyMoney has to be declared as double.
by bbanelli
Wed Jul 26, 2017 11:24 am
Forum: Windows
Topic: Realtime monitor of process (file) handles?
Replies: 5
Views: 2874

Re: Realtime monitor of process (file) handles?

djes wrote:Process monitor ?
That'd be great, if I had a source code. :)

I was, naturally, thinking of PB based solution through WinAPI.
by bbanelli
Wed Jul 26, 2017 1:54 am
Forum: Windows
Topic: Realtime monitor of process (file) handles?
Replies: 5
Views: 2874

Realtime monitor of process (file) handles?

Greetings to all,

is there a "simple" way for monitoring which files are open by a Windows process? Say, I hook to Notepad and get list of files opened/saved/created?

TIA!

Bruno
by bbanelli
Wed Jul 19, 2017 11:32 pm
Forum: Coding Questions
Topic: Array limits
Replies: 12
Views: 3714

Re: Array limits

Sorry to bump old thread, but am I missing something? x64 W7, PB 5.6 x64, 32GB RAM + 32GB swap; here's the deal: EnableExplicit Define Dim a.i(50000*50000) CallDebugger [00:27:53] [ERROR] Line: 3 [00:27:53] [ERROR] Array size can't be negative. EnableExplicit Define Dim a.i(100000*100000) Debug Arra...
by bbanelli
Mon Jul 17, 2017 7:57 am
Forum: Applications - Feedback and Discussion
Topic: PCI - Z, provides information about (unknown) PCI devices
Replies: 7
Views: 5384

Re: PCI - Z, provides information about (unknown) PCI device

Greetings to all, PCI-Z 2.0 finally out! Apart from fixing many bugs and making significant code changes to match demands ever growing pci.ids database, new PCI-Z offers verification where you can upload your PCI configuration online and share it to help others check compliance and compatibility amo...
by bbanelli
Tue Jun 27, 2017 10:49 pm
Forum: Feature Requests and Wishlists
Topic: MS SQL Express native support
Replies: 6
Views: 2528

Re: MS SQL Express native support

ts-soft wrote:
NetNinja wrote:
infratec wrote:As workaround:
Use ODBC with creating the DSN 'on the fly'.
Yes, but ODBC is slow... The best thing is to have embedded, native support of MS SQL like sqlite or Postgre.
bye
But will never come, is not crossplattform!
What would be Windows solution for static linking to PB's EXE?