The last days I was busy signing my Delphi applications on my Mac. One version was signed with my Developer
WeiterlesenKategorie: Programmieren
Code signing problems with Delphi XE4 Mavericks
Some days ago I wrote a blog post about signing a Firemonkey application manually with the developer ID. For app
WeiterlesenSigning Firemonkey Applications on OSX
Some time ago I started porting my application DA-FormMaker for the Mac. After finishing the development, the app needs to
WeiterlesenBranding of Eclipse/RCP Applications
Introduction In this document I want to describe some ideas how branding of an Eclipse RCP application can be implemenented.
WeiterlesenCheckout GIT repository into existing folder
I usually create my project first, tinker around and then at some point I want to use version control, like
WeiterlesenVirtual Machine to debug and develop PHP
I used PHP a lot in the past for our websites. I think its not the best programming language, but
WeiterlesenGit – The remote end hung up unexpectedly
Recently I tried to push a bigger repository to Github. At some stage of the upload process failed: fatal: The
WeiterlesenDelphi XE4/Firemonkey – Taborder not working + Workaround
Firemonkey, the framework for cross plattform development, still seems to have some problems and bugs. 🙁 One of the problems
WeiterlesenEclipse/RCP: Overwrite a default handler in your view
In my RCP application CTRL + S is assigned to the save function of the current editor. Addional I wanted
WeiterlesenJava: Get IP and Mac address
A small code snippet that reads the computers IP and MAC address: try { InetAddress ip = InetAddress.getLocalHost(); NetworkInterface network;
Weiterlesen