GunSmoker
We were contacted by a person who complained that his application was working fine until he added EurekaLog to it. An AccessViolation exception was raised after adding EurekaLog to project. The message was: “Access violation… … Read more
5 years ago in Access Violation, bug reports, debugging, Delphi, EL 7.x, Stories, technical0
GunSmoker
Do you know what the different colors in the callstack mean? These colors help you to understand how call stack was build: Red means crash or leak location. This is the exception’s address. Each bug… … Read more
5 years ago in bug reports, Delphi, EL 7.x, feature, how it works, technical, tips0
GunSmoker
You (as developer) is interested in getting as much bug reports as possible. First, you have to select a reliable send method for delivering reports from users to you. However, it may be not enough…. … Read more
7 years ago in best practice, Delphi, EL 7.x, how-to, technical0
GunSmoker
EurekaLog’s code can be used to easily send arbitrary e-mails from your code. Option 1 Use EurekaLogSendEmail function from ESendMail unit. For example: EurekaLogSendEmail(‘recepient@example.com’, ‘Subject’, ‘Body’); or like this: if not EurekaLogSend… … Read more
7 years ago in Delphi, EL 7.x, feature, how-to, technical0