Skip to content

Posts tagged ‘delphi’

7
Jun
delphi7

Detecting a Delphi executable, DVCLAL, Manifest and PackageInfo

In this post I will try to expose several ways to detect a Delphi application.
Read more »

3
Jun
ResHacker

Listing, Adding, Editing, Deleting resources of EXE, DLL … Using Win32 API with Delphi

Today, I tried to work with resources included in a File. The file is an executable like DLL or EXE. There are some useful functions in the Win32 API that could help us, you don’t need to fully understand PE_FILE and how work an executable to change the resources.

Read more »

11
May

Some functions and properties of TIDPop3

In the last post which was dealing with Indy. We have seen how to configure TIDPop3. Let’s see how to use this component.

In the uses dont forget to add the IDPop3 file which contains all the information for TIDPop3.

uses
Idpop3;
type
POP3Client: TIdPOP3;

Read more »

29
Apr
pascalan

Peganza, Pascal Analyser 5 review

I’m in really good move since several days, I have never written so much in a blog. So let’s go for a new post about a fabulous tool named Pascal Analyser…

Read more

22
Apr

Is Delphi dead ? (And why it’s not !)

Then

 

Kaspersky protection softwares

Read more »

20
Apr

How to prepare a connection to POP3 server with Indy TIdPOP3

In this first post about Indy components, I will explain you how I prepare a connection to a POP3 Server. Indy components are a bit strange, sometimes buggy as Hell, sometimes very slow but this is also free components delivered with Delphi! I-Mail, my software is using Indy components, I have made several changes and discover some tricks and I would like to share my discovery with you.

Read more »

20
Apr

Delphi 64 is on the good way !

You know it, if you are a Delphi developer, one of the major leak of the compiler is the lack of 64 bits support.
Read more »