Delphi

Change dproj file and product version

Author: Rubén Pozo If you have a project with automatic builds is posible that you want change the File/Product version of the file. Using the code below you can create a console application for to modify these values easily. program ChangeVersion; {$APPTYPE CONSOLE} {$R *.res} uses System.SysUtils, UnParseDproj in 'UnParseDproj.pas'; procedure ChangeDprojVersion; var DprojParser…
Read more
News

Bluestacks como emulador Android para Delphi/C++ Builder

Author: Worajedt S. Um tema recorrente nas rodas de conversa sobre mobile é a performance (ou não performance) do emulador Android do Google (utilizado por default pelo Delphi e C++ Builder). Eis que surge uma solução muito interessante (e de ótima performance): a utilização de máquinas virtuais com Android. Uma delas é o BlueStacks (http://www.bluestacks.com/). A instalação não tem…
Read more
News

Windows and beyond. Connecting a Windows application with an Android service

Author: Luis Navarro I’ve always enjoyed working with Delphi and RAD Studio to create Windows applications. However, with the latest releases, it is possible to go beyond Windows and create a new ecosystem that includes the capabilities of mobile apps, IoT devices, and so on… RAD Studio 10 Seattle introduced the Android services feature, and I’ve been thinking about connecting a…
Read more
News

Connecting the Philips Hue Bridge to Wi-Fi

Author: Rogerio GB I needed to connect my Philips Hue Bridge to Wi-Fi to use it for a presentation at a conference in Brazil. Most public Wi-Fi networks segments each connection preventing communication between devices, besides the fact the Hue Bridge is Ethernet only (Not…
News

Rad Studio Quality Portal user guide

Author: Juan Antonio Ruzafa Embarcadero’s Quality Portalprovides a community process for resolving, clarifying, and tracking quality issues regarding Embarcadero’s products and services.Embarcadero Developer Network(EDN) members can create bug…
News

Installing InterBase XE7 on Linux

Author: Jacobus O51432 These are the steps to download and install InterBase XE7 on Linux and start the InterBase XE7 Server. In this example I will install the 32 bit version on an Ubuntu 64 bit machine. These steps will be identical for 32 bit and 64 bit InterBase Server Edition and applicable to both Red Hat and Ubuntu Operating Systems. Download the InterBase XE7 Developer Edition Extract…
Read more