PARMAJA: FBConfig 2.0.2.14 realesed
FBConfig 2.0.2.14 has been released and available for download for windows.This release got a few bugs fixed and managing for default values.Goto Project pageDownload fbconfig 2.0.2 – 32-bitView...
View ArticleBehind the connection: Internet Explorer Automation Part 2
Internet Explorer is a very nice program to automate. There are a large number of actions you can do programmatically from your own application. But when IE is already opened with a bunch of tabs, it...
View ArticleBehind the connection: Microsoft Word or Excel calls a Delphi application
This tutorial shows how you can have a Microsoft Office (Word, Excel,…) call your Delphi application. For the demonstration, I will use Word. From Word, a macro will call my Delphi application which...
View ArticleBehind the connection: Original method to iterate the bits within an integer
Today, I would like to present you an original way of iterating thru all the bits in an integer. The usual way of iterating the bits is to build a moving bit mask in a loop and selecting each bit in...
View ArticleFirebird News: ActiveRecord Firebird Adapter 0.7.5 for Rails 3.x is released
Here is the gem url https://rubygems.org/gems/activerecord-fb-adapter And here is the full commits changelog : Fix inserting boolean values. Bring gem tasks up to date.
View ArticleThe Wiert Corner - irregular stream of stuff: jpluimers
This is way cool, and has been there for a long time, and I completely missed it until recently (:On the Stack Exchange Data Explorer, you can write your own queries for any of the StackExchange sites...
View ArticleBehind the connection: Using Universal Plug And Play (UPnP) with Delphi
UPnP is a set of networking protocols that allows discovery of networked devices supporting UPnP. For example, you can easily discover printers, Wi-Fi access points, internet gateways, Streaming...
View ArticleThe road to Delphi: Introducing TSMBIOS
A few weeks ago I started a new project called TSMBIOS, this is a library which allows access the SMBIOS using the Object Pascal language (Delphi or Free Pascal).What is the SMBIOS?SMBIOS stands for...
View ArticleThe Wiert Corner - irregular stream of stuff: jpluimers
A couple of notes on NMQ_MQ_LIB and the WebSphere MQ aka MQSeries client libraries:NMQ_MQ_LIB specifies the MQ DLL to useDepending in your interface, the NMQ_MQ_LIB can be an environment variable,...
View ArticleSee Different: Planet Object Pascal
I'm glad to announce the creation of Planet Object Pascal.I have created it in order to provide one place to have all known blog and knowledge of the Object Pascal developers (Virtual Pascal, Free...
View ArticleFirebird News: ANN: AnySQL Maestro 13.2 released
SQL Maestro Group announces the release of AnySQL Maestro 13.2, a powerful tool to manage any database engine accessible via ODBC driver or OLE DB provider (MS Access, SQL Server, Firebird, Oracle,...
View ArticleDelphi Bistro: Happy Birthday Delphi 18 years and looking great!
On February 14th Delphi will be 18. Looking back it sure came a long way from version 1. I remember when I first walked into a Compusa store and bought my first copy of Delphi. I was beside myself with...
View ArticleIt's a blong, blong, blong road...: Delphi comes of age
18 years ago today Delphi 1 was launched as a revolutionary way of building native compiled, unmanaged, non-interpreted 16-bit Windows 3 applications using UI-driven RAD principles.Today Delphi targets...
View ArticleThe Wiert Corner - irregular stream of stuff: jpluimers
18 years ago, Delphi 1 was launched (still not sure if valentine’s day was a good idea for a product launch).I wonder – when writing this long before valentine’s day – if the matureness of Delphi...
View ArticleThe Wiert Corner - irregular stream of stuff: jpluimers
The current Delphi bindings for WebSphere MQ (formerly known as MQSeries) are very old.The MA7Q: WebSphere MQ – MQI for Delphi formal binding from IBM is incomplete. Even though it is from 2005, it...
View ArticleMariuz's Blog: Adobe Photoshop 1.0 Source Code About 75% is in Pascal
You can read the full article on http://www.computerhistory.org/atchm/adobe-photoshop-source-code/ What i loved was the part about the Efficency and Productivity for Pascal Language , compare that with...
View ArticleDr.Bob's Delphi Notes: Happy Birthday Delphi
I cannot imagine what my life would look like without Delphi, or what it would have been if it wasn't for Pascal and Delphi.
View ArticleDelphiTools.info: Property expressions and statements
Object Pascal does allow binding a property to a field for direct read/writer, but we all have seen properties that required a slightly more complex getter or setter, and that usually meant a method...
View ArticleBehind the connection: Delphi's 18th birthday
Today is Delphi's 18th birthday. Delphi 1 started on February 14, 1995. I started to use it a little bit later and I'm still using it every day. I never regretted that decision. In 1995, Delphi was an...
View ArticleTe Waka o Pascal: Hint: Using a Wrong to Make a Wrong Wrong Right
Yesterday I found myself having to write some code that would never be used in order to co-erce the compiler into not complaining that something would not be used when in fact it was. Something I have...
View Article