GUI library for Windows with static binding

user user at tmp.com
Wed Jan 10 18:31:27 UTC 2024


On Friday, 9 June 2023 at 16:44:26 UTC, Daniel X wrote:
> On Monday, 1 May 2023 at 19:22:41 UTC, sai wrote:
>> 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 you specifically, Delphi or FPC/Lazarus would be the clear 
> winners - no fuss, rapid Windows development, self-contained 
> and small .exe results.
>
> It is however, a matter of whether you can tolerate the 
> downgrade to a relatively primitive language ...


Replying to an old message, but since then I found a perfect 
solution that works for me: Ultimate++ (U++): 
https://www.ultimatepp.org/

It's in C++ and a self-contained zip file, including compiler, 
libs and IDE.



More information about the Digitalmars-d mailing list