dummzeuch
You would think that if you buy a computer that comes preinstalled with Windows 11 it would satisfy the minimum system requirements for Windows 11. Well, think again. We recently bought two BMAX B6 Power… … Read more
7 months ago in windows, Windows 110
Embarcadero GetIt
This is a set of VCL Controls that match the MS Office 2007 User Interface specification. Note that if you deploy an application with these controls, you will have to agree to the Microsoft License… … Read more
7 months ago 0
marcocantu
Two unrelated Embarcadero announcements regarding the KSVC component pack for RAD Studio and InterBase ODBC driver … Read more
7 months ago 0
Embarcadero GetIt
Components offering encryption and decryption operations based on standards such as PGP, RSA, ECC, AES, ChaCha, Poly1305, 3DES, JWS/JWE, PBKDF, and Rijndael through simple, easy-to-use, and intuitive APIs. … Read more
7 months ago 0
Embarcadero GetIt
Components offering implementations of Datagram Transport Layer Security (DTLS) Clients and Servers through simple, easy-to-use, and intuitive APIs. … Read more
7 months ago 0
Embarcadero GetIt
Components offering implementations of Datagram Transport Layer Security (DTLS) Clients and Servers through simple, easy-to-use, and intuitive APIs. … Read more
7 months ago 0
Embarcadero GetIt
Components offering implementations of Secure File Transfer Protocol (SFTP) Clients and Servers, complete with strong SSH 2.0 encryption and cryptography through simple, easy-to-use, and intuitive APIs. … Read more
7 months ago 0
Embarcadero GetIt
Components offering implementations of Secure File Transfer Protocol (SFTP) Clients and Servers, complete with strong SSH 2.0 encryption and cryptography through simple, easy-to-use, and intuitive APIs. … Read more
7 months ago 0
Embarcadero GetIt
Components offering encryption and decryption operations based on standards such as PGP, RSA, ECC, AES, ChaCha, Poly1305, 3DES, JWS/JWE, PBKDF, and Rijndael through simple, easy-to-use, and intuitive APIs. … Read more
7 months ago 0
TMS Software
Introducing a new multi-part video series where we’ll explore the ins and outs of web deployment. If you’re new to web development or find it all a bit confusing, this series is perfect for… … Read more
7 months ago 0
Embarcadero GetIt
Modern apps have multiple threads, and this plugin lets you debug in parallel: the same way your code runs! See multiple call stacks, step or run each thread instead of the whole process, see multiple… … Read more
7 months ago 0
Embarcadero GetIt
Navigate your code! Bookmarks replaces the IDE’s inbuilt functionality with new, improved navigation. Place a marker with Ctrl+B – a number will be automatically assigned. Jump between bookmarks by pressing Ctrl+Alt+Left or Right Arrow. Never… … Read more
7 months ago 0
marcocantu
I’ve asked a few LLMs about the original of the Delphi name and the results have been quite surprising (well, not fully surprising, but still interesting). … Read more
7 months ago 0
Dalija Prasnikar
Developers that extensively use interfaces in Delphi probably know about a long-standing issue with the compiler, where interface parameters declared as const or [ref] will cause a memory leak if a reference-counted object instance is… … Read more
7 months ago in Inline variables, Leaks, memory management, Parameters0