Donald Shimoda
Upgrade to repos and change of keyAdd GPG keygpg –keyserver hkp://pgp.mit.edu:11371 –recv-keys 46CC8C32Add to APT:gpg –export 46CC8C32 | sudo apt-key add -Check if key is oksudo apt-key listsudo aptitude updatesudo aptitude safe-upgrade.Enjoy.Namaste. … Read more
16 years ago 0
SKamradt
I guess the best way to learn about new language features are to put them in practice, and with that I jumped into using the TDictionary to keep track of some xml nodes I was… … Read more
16 years ago 0
Bob Swart
Today at the Software Development Conference in The Netherlands, Nick Hodges disclosed details about Delphi Prism, which will be a Delphi.NET Visual Studio (Shell) plug-in (enabling the WinForms, WPF, ASP.NET, LINQ, SilverLight, etc. … Read more
16 years ago in Delphi0
Bob Swart
In this article, I’ll examine Delphi 2009 Generics and Anonymous Methods, and demonstrate how we can combine these two features in a useful way. … Read more
16 years ago 0
thomas pfister
Two weeks ago I spent some days in Scotts Valley, visited the HQ of CodeGear there again and last week I attend the oracle conference “Oracle OpenWorld 2008” in San Francisco.Big, Grand, Huge, Oracle. With… … Read more
16 years ago 0
Donald Shimoda
If you are a user of Ubuntu 64 and you need to acess logmein you will ahve a few problems because theres not java plugin for firefox working ok.The open source plugins availables are incompatible… … Read more
16 years ago 0
Bob Swart
I’m pleased to announce my Delphi 2009 Development Essentials PDF manual, covering the new features in Delphi 2009 including sections on the Delphi 2009 IDE, Language Enhancements (including the Generics.Defaults and Generics.Collections units), RTL/VC… … Read more
16 years ago in Conferences / Events, Books / Magazines, Unicode, Delphi0
Bob Swart
In case some of you haven’t read the Delphi 2009 readme.htm yet (also in the Release Notes), it mentions the following: SOAP Server Notes The Win32/native SOAP server is currently on the Deprecated list and… … Read more
16 years ago in Delphi, XML, SOAP & Web Services0
Joe
Version 0.8.1 of the DGrok Delphi parser and tools are now available for download. Download DGrok 0.8.1 here. What is DGrok? DGrok is a set of tools for parsing Delphi source code and telling you… … Read more
16 years ago in Delphi, dgrok, programming0
Steve Peacocke
Just a quick note to let everyone know that I have moved again.I’ve taken a position of Applications Development Manager for a good team in Melbourne Australia. Once I have settled in, I’ll take this… … Read more
16 years ago 0
Donald Shimoda
There’s new version in my repositories.FPC version 2.3.1 revision 11736Lazarus 0.9.25 svn revision 16526The instructions on how to configure repositories here.The code include support for TFrame.To activate tframe support do the following:Go to config… … Read more
16 years ago 0
Donald Shimoda
It is gratifying to announce that is has released a set of automatic translation of Delphi applications to PHP, more specifically using VCL4PHP.As the author of the same suggests, allows for three things:1) Will automatically… … Read more
16 years ago in Lazarus, php0