Visit site EurekaLog Blog

November 2010

0
votes
Vote UpVote

How to read bug-reports

EurekaLog Blog – Well, recently I’ve noticed that there are many people, who have certain difficulties with reading and/or understanding bug-reports. There are many related questions both on support and forums. While it is quite surprising for me, it looks like there is a problem, which need to be solved. Ok, let’s ...
Details Favorite? Off-Topic? Alex @ 2010-11-28 16:24
0
votes
Vote UpVote

Catching memory leaks

EurekaLog Blog – Before return to discussion of other ways to catch "bad" pointers - I wanted to talk about memory leaks and tools for its diagnostics. As we'll see later, this topic is very close related to our previous talk. While any error in your application is always bad, there are types of errors, which can ...
Details Favorite? Off-Topic? Alex @ 2010-11-28 16:10
0
votes
Vote UpVote

Access Violation in details

EurekaLog Blog – Exception of class EAccessViolation is most common error in Delphi applications. Today I want to discuss it, its reasons and how to deal with it. This article is mostly for beginners, so it can contain not very accurate phrases. What is an Access Violation Every computer program uses memory for ...
Details Favorite? Off-Topic? Alex @ 2010-11-26 14:48
0
votes
Vote UpVote

SDN sessions from EurekaLab s.a.s.

EurekaLog Blog – 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".I had prepared two presentations for these sessions in OpenOffice ...
Details Favorite? Off-Topic? Alex @ 2010-11-26 14:14
0
votes
Vote UpVote

Why should you always use FreeAndNil instead of Free

EurekaLog Blog – Today I want to discuss the idea of using FreeAndNil routine instead of Obj.Free. Well, when someone talks about object creation and destruction, he usually imagine something like this: ... var SomeObj: TSomeClass; ... SomeObj := TSomeClass.Create; try ... finally SomeObj.Free; ...
Details Favorite? Off-Topic? Alex @ 2010-11-26 13:52
0
votes
Vote UpVote

Optimal project settings

EurekaLog Blog – Today I want to discuss various project's options, related to debugging. What will we talk about? Ok, let's see, what options do I mean: open your project's options and take a look at "Compiling" and "Linking" pages (those pages are called "Compiler" and "Linker" in old Delphi versions): ...
Details Favorite? Off-Topic? Alex @ 2010-11-26 13:33
0
votes
Vote UpVote

EurekaLog for Shareware developers

EurekaLog Blog – Hi. Today I want to browse EurekaLog's features that is related to shareware developers. Checking file for corruptions The first thing is, of course, checking the file for corruptions. You can enable this feature in "Build Options" section: The first thing that should catch your attention here ...
Details Favorite? Off-Topic? Alex @ 2010-11-26 13:25

July 2010

3
votes
Vote UpVote

EurekaLog 6.0.24 is out

EurekaLog Blog – We are pleased to announce the availability of the new 6.0.24 version.
Details Favorite? Off-Topic? Alex @ 2010-07-27 11:43

June 2010

11
votes
Vote UpVote

How to debug application’s hang?

EurekaLog Blog – Today’s article will cover different approaches to debugging of application’s hangs. It contains six parts: preparations, debuggin with Delphi, debuggin with EurekaLog, debuggin with Process Explorer, debuggin with Threads Snapshot and a practical example.
Details Favorite? Off-Topic? Alex @ 2010-06-08 20:07
2
votes
Vote UpVote

SDN sessions from EurekaLab s.a.s.

EurekaLog Blog – Materials from "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" sessions from SDN Event on 18th May 2010.
Details Favorite? Off-Topic? Alex @ 2010-06-08 15:06

May 2010

13
votes
Vote UpVote

New Exception class in Delphi 2009 and above

EurekaLog Blog – Exception class from SysUtils unit wasn't changed since Delphi 2. It got new properties in Delphi 2009. So, I decided to give an overview of new capabilities of Exception class.
Details Favorite? Off-Topic? Alex @ 2010-05-05 10:56

March 2010

7
votes
Vote UpVote

Memory problems in Delphi apps – final article

EurekaLog Blog – I've published several articles already, which covers different aspects of memory issues. I'm going to give a short review of these articles first and then finish this series with current article. I've only mentioned most scary problems in the previous articles, dealing with simple cases first and ...
Details Favorite? Off-Topic? Alexander @ 2010-03-29 23:01

February 2010

4
votes
Vote UpVote

Catching memory leaks, redux

EurekaLog Blog – I tried to discuss things, that I've missed last time.
Details Favorite? Off-Topic? Alexander @ 2010-02-16 02:00

December 2009

1
vote
Vote UpVote

That annoying “Source file not found” dialog

EurekaLog Blog – If you don’t have Enterprise edition of EurekaLog (the one, that comes with sources) – sometimes you may encounter “Source file not found” dialog. This article explains what it is and what you can do with it.
Details Favorite? Off-Topic? Alexander @ 2009-12-01 18:30

November 2009

1
vote
Vote UpVote

Tips & Tricks in EurekaLog, part 1

EurekaLog Blog – Many our customers often ask trivial questions about how to do different things with EurekaLog. Well, we have a bit of documentation (chm-file and online one), which describes some public internals, which you can use to customize default behavior. Apparently, this is “dictionary”-like style ...
Details Favorite? Off-Topic? Alexander @ 2009-11-10 10:50
Subscribe:
Contact us to advertise on DelphiFeeds.com

Community Links

Delphi Tage Torry Firebird News

Sponsor

 
Please login or register to use this functionality.
(click on this box to dismiss)