GUI library for Windows with static binding

sai sai at tmp.com
Mon May 1 19:28:32 UTC 2023


On Monday, 1 May 2023 at 19:22:41 UTC, sai wrote:
> On Monday, 1 May 2023 at 09:24:56 UTC, blueberry wrote:
>> [...]
>
> I am in a similar boat.
>
> Requirements: Small GUI apps on Windows. Absolutely no dynamic 
> or runtime libs (dlls, etc). All files must be statically 
> linked/packaged into a self contained executable. Need to 
> develop apps really really fast. Small size preferable, but not 
> a must. Should have very good documentation, I should not have 
> to see the library source code.
>
> [...]


For option-2, I can even use Cython to hide my top secret 
business logic, works very well.




More information about the Digitalmars-d mailing list