19 December, 2011

EurekaLog Users Survey

We would like to invite you to participate into EurekaLog Customers Survey.

Announcing public EurekaLog 7 beta

Get a free EurekaLog 7 license! ;)

We are pleased to announce the availability of the first EurekaLog 7 public beta.

Using EurekaLog 6 and EurekaLog 7 on the same machine and/or in the same IDE version

Importat Note (April 2015): as of EurekaLog 7.2 - the parallel installation is no longer supported in EurekaLog 7.2-7.4. Please, follow these guidelines to install EurekaLog 6 and 7.2-7.4 on the same machine/IDE.

Starting with EurekaLog 7.5+ additional tools is included into EurekaLog installer, so it is possible to automatically install EurekaLog 7 over EurekaLog 6. "Manage" tool for EurekaLog 6 will be installed automatically by EurekaLog 7.5+ installer.

Information below is applicable only for EurekaLog 7.0 and 7.1.


If you want to try EurekaLog 7, but can't abandon EurekaLog 6 yet (because you use it in your projects) - you can install them both.

Summary

To put this short:
  1. Install EurekaLog 6
  2. Install EurekaLog 7
  3. Use "Manage" Start menu item to switch between EurekaLog 6 and 7
Warning: only EurekaLog 6.1.x is supported for parallel installation with EurekaLog 7. Old EurekaLog 6.0.x will not work.

EurekaLog and XE2 update 3

Update 3 for RAD Studio XE2 (Delphi and C++ Builder) has broken working of EurekaLog.

28 September, 2011

EurekaLog 6.1.03 is out - now with XE2 and FireMonkey support

We are pleased to announce the availability of the new 6.1.03 version.

15 September, 2011

EurekaLog 6.5.12 for .NET is out

We are pleased to announce the availability of the new 6.5.12 version.

22 July, 2011

EurekaLog 6.1.02 is out

We are pleased to announce the availability of the new 6.1.02 version.

30 December, 2010

Introducing EurekaLog 6.1

We made a present for our customers at New Year 2010-2011 by releasing EurekaLog 6.1. So... what's new?

01 December, 2010

ITDevCon sessions from EurekaLab s.a.s.

There was a ITDevCon conference recently - 17-19th November 2010. I (Alex) took two sessions on this event: "Advanced features of Delphi's debugger" and "How to debug application's crash".

I had prepared two presentations for these sessions in OpenOffice Impress and some accompanied text in OpenOffice Writer for this event. And I thought that you may be interested in those materials, so I decided to publish them.

You can download both sessions in one archive here.

22 November, 2010

EurekaLog 6.0.25 is out

We are pleased to announce the availability of the new 6.0.25 version.

27 July, 2010

EurekaLog 6.0.24 is out

We are pleased to announce the availability of the new 6.0.24 version.

08 June, 2010

SDN sessions from EurekaLab s.a.s.

There was a SDN event recently - 18th May 2010. Fabio Dell'Aria took two sessions on this event: "How to find the exception source line of a just delivered software" and "How to prevent source code bugs and speed-up the testing phase".

How to debug application's hang?

Today’s article will cover different approaches to debugging of application’s hangs.

05 May, 2010

New Exception class in Delphi 2009 and above

Exception class from SysUtils unit is a base class for all exceptions in your application. It wasn't changed since Delphi 2, if I remember correctly. But now, it got new properties and, thus, new features - starting with Delphi 2009 and above. So, I decided to give an overview of new capabilities of Exception class.

30 March, 2010

Memory problems in Delphi apps - final article

I've published several articles already, which cover different aspects of memory's issues. I'm going to give a short review of these articles first and then finish this series with current article. If you didn't read my previous articles or if you're a newbie - I recommend to read them from first to last before you'll start reading this one.