2
votes
3answers
259 views
How do I make the Lazarus IDE look and work like Delphi 2007 or newer?
I've begun working with using Lazarus to make some simple utilities for my own use on Ubuntu 9.10. I know many people like the modular Delphi 7 layout, but I hate it. I find it ann …
3
votes
6answers
198 views
How can I get an e-mail address out of a string of key=value pairs?
How can I get some part of string that I need?
accountid=xxxxxx type=prem servertime=1256876305 addtime=1185548735 validuntil=1265012019 username=noob directstart=1 protectfiles=0 …
2
votes
5answers
165 views
Delphi 2010 or 2007 for upgrading Delphi 3 project?
I've just received an assignment to upgrade an old Delphi 3 project that I wrote in 1999 to a newer version and add features (I previously discussed this in related questions here …
3
votes
4answers
204 views
How can I detect a debugger or other tool that might be analysing my software?
A very simple situation. I'm working on an application in Delphi 2007 which is often compiled as 'Release' but still runs under a debugger. And occasionally it will run under SilkT …
0
votes
2answers
89 views
ASP.NET with Delphi 2007 for .NET. Could not load file or assembly … The located assembly’s manifest definition does not match the assembly reference
This one’s a head scratcher. Here’s the deal.
While deploying a beta copy of an ASP.NET application built with Delphi 2007 for .NET to a test server I encountered an odd problem. …
2
votes
3answers
167 views
Is it possible to run an application as Administrator from the Delphi IDE
I am trying to debug an application in Delphi 2007 on a Vista machine. The application was originally written for XP so it must be run with administrator privileges. I know that …
0
votes
3answers
105 views
What is a good, free solution for Richtext editor and convertion to HTML?
Simple situation. I'm trying to write my own blog with a minor twist. Part of the blog will be controlled from a client application instead of a web interface. Basically, I'm still …
2
votes
5answers
210 views
Can I recompile the .PAS files used by the Delphi IDE?
I am familiar with Jeff Atwood's article about how errors are always the programmer's fault, but I believe I have really and truly found a bug in a Delphi .pas file.
Specifically, …
1
vote
2answers
286 views
Lock-Free, Wait-Free and Wait-freedom algorithms for non-blocking multi-thread synchronization.
In multi thread programming we can find different terms for data transfer synchronization between two or more threads/tasks.
When exactly we can say that some algorithem is:
1)Lo …
0
votes
0answers
11 views
How to remove errors (red underlines) in D2007
I have a lot of errors in structure panel. The application compiles and run fine with Delphi 2007. But the code have much code that have red underlines. If I press Ctrl + leftclick …
2
votes
1answer
135 views
How do I get TAnimate’s Common AVIs to work on Vista and Win7?
I have a Delphi 2007 application that has a TAnimate control with a FindFile Common AVI. It works perfectly when the application is run on Windows XP, but nothing ever appears on W …
1
vote
3answers
156 views
Does anyone know about issues between Citrix and Delphi 2007 applications? (And perhaps other development languages?)
The situation is simple. I've created a complex Delphi application which uses several different techniques. The main application is a WIN32 module but a few parts are developed as …
1
vote
3answers
211 views
How to get the millisecond value from a Timestamp field in firebird with Delphi 2007
I have a Firebird database (running on server version 2.1.3) and am connecting to it with Delphi 2007 using the DBExpress objects (using the Interbase driver)
One of my tables in …
0
votes
5answers
260 views
Why don’t I get hotkey underlines in a Delphi TMainMenu
In a Delphi 2007 program I am using a TMainMenu referencing actions in a TAction list. I have prefixed the hotkeys of all main captions with an ampersand:
&File | &Edit | …
0
votes
2answers
183 views
dbExpress error in Delphi 2007
I have had Delphi 2007 for a while. I tried the Delphi 2009 trial. Then I un-installed the trial. Now I get this in a dbExpress Delphi 2007 application:
----------------------- …
