Top "Delphi-2007" questions

Delphi 2007 is a specific version of Delphi.

Delphi 2007 x Windows 10 - Error on opening project

Just updated from Windows 8.1 to Windows 10 and now when I try to open any project on Delphi 2007, I get his …

delphi delphi-2007 windows-10
How do I properly use the WaitForSingleObject method to wait for an external program to terminate?

I'm trying to launch an external application with elevated status, and wait until it exits before continuing: var FProcess: THandle; …

delphi delphi-2007
Delphi MSBuild Build Configurations From Command Line

Delphi 2009 uses build configurations. When you create a new project you have two default build configurations "Debug" and "Release". Now …

delphi msbuild build-automation delphi-2009 delphi-2007
How to load an arbitrary image from a BLOB stream into a TImage?

If I understand it correctly, TImage.LoadFromFile determines the type of picture from the file extension. Is there any way …

delphi stream delphi-2007 detect timage
Why 2 GB memory limit when running in 64 bit Windows?

I'm a member in a team that develop a Delphi application. The memory requirements are huge. 500 MB is normal but …

delphi delphi-2007 win64
Create a C# DLL That Can Be Imported in a Delphi App Using stdcall - Possible?

I have a program that I need to create a DLL for, hopefully in C#. The program is written in …

c# delphi delphi-2007 stdcall
Displaying splash screen in Delphi when main thread is busy

I'd like to display splash screen while the application is loading. However some 3rd party components block main thread during …

multithreading delphi delphi-2007 splash-screen
How do I copy a form as an image to the clipboard

I need to copy a form (Delphi 2007) to the clipboard as an image to paste what the user can see …

delphi delphi-2007
Delphi interface implements

I would expect that the reference counting should work on the outer aggregating object in an interface implementation. If I …

delphi interface delphi-2007 implements
FileExists() returns false, even if file exists

I want to check if a dll in System32 directory (Windows 7) exists. But even if it exists, FileExists() returns false. …

delphi windows-7 delphi-2007