C++DelphiTech Partner

Quickly Create Fast Peer-To-Peer Communication Between Windows Processes

One of the powerful peer-to-peer communication solutions for Delphi and C++ Builder developers is called IPWorks IPC. It is a suite of components for inter-process communications (IPC) through Named Pipes. The component set combines client, server, and remote execution components facilitating straightforward peer-to-peer communications between related or unrelated processes. With the IPWorks…
Read more
DelphiShowcase

Magnificent Media Sharing Tool Clip2Net Is Delphi Powered

Clip2Net is the ultimate sharing tool! It allows you to share screenshots and files the easiest way and it is built in Delphi. As stated by the developer, here are some features of Clip2Net: Instant Screenshot – upload screenshots instantly or use built-in editor to highlight important details. Fully Customizable Tool – use multiple modification tools, set up hot-keys, customize…
Read more
C++Delphi

Create Native And Secure iOS Wallet Enabled Apps With Delphi And C++ Builder

TMS Software provides high-level components and libraries for iOS development with Delphi and C++ Builder. One of the essential component suites is the TMS PassKit components. With the TMS PassKit, you can generate PassKit discount coupons, event tickets, store cards, travel tickets for iOS PassKit wallet from Delph/C++ Builder FireMonkey. The Wallet is an application on Apple iOS that manages…
Read more
DelphiRAD Studio

Easily Cutout An Image With A Pixel Shader On Windows

In the previous example on Shader programming with Delphi FireMonkey, we created a texture feature to show images. So the material source manages the image bitmap. In this sample, you will create this: We can do this by adjusting the texture itself and setting all the pixels outside of the circle to be transparent. This needs a change to the texture. By utilizing a transformed pixel…
Read more