Questions tagged [delphi-2005]

Delphi 2005 is a specific version of Delphi. It was released in October 2004. Use this tag for issues related to development in Delphi 2005.

Delphi 2005 is a specific version of Delphi. It was released in October 2004.

Delphi 2005 codename is DiamondBack.

Delphi 2005 was preceded by Delphi 8 (Codename: Octane) and succeeded by Delphi 2006. Support officially ended for Delphi 2005 in December 2008.

27 questions
1
vote
2 answers

CSV files treatment with Delphi

I've gotten a CSV file supposedly with seven columns, and I was doing just fine until recently, they started using commas inside the third data column, and also CR and LF characters, also inside the third column, all of this between double quotes. I…
Andrés Botero
  • 1,042
  • 2
  • 10
  • 26
1
vote
1 answer

DELPHI: WSDL Import Error

Using Delphi 2005, I am importing a WSDL from here: https://certtransaction.elementexpress.com/express.asmx?wsdl When I import this WSDL, one of the types is 'TransactionSetup' and it is not importing correctly. According to the documentation…
BrianKE
  • 4,035
  • 13
  • 65
  • 115
1
vote
1 answer

Referencing 3rd party components in Delphi 2005

I'm quite new to Delphi and I'm helping a team setting up a build server which are using Rad Studio 2005. They have just bought DevExpress VCL and wants to use these. I would rather not have the component installed on the build server, but instead…
Michael
  • 1,081
  • 1
  • 12
  • 27
1
vote
2 answers

rtl90.bpl was not found, how do I include it in my Delphi 2005 win 32bit app?

The software that I have found myself supporting, from time to time fails to run on different PC's. Generally they are new Win7 installs. The error message is "this application failed to start because rtl90.bpl was not found..." To rectify the…
Scott.Thornton
  • 102
  • 1
  • 8
0
votes
2 answers

Delphi webservice JSON array

I am really new to Delphi and I am doing an experiment on how to output JSON array through delphi. This maybe sound simple to anyone but I just dont know how. I already created a simple program. Now, what i want to do is to create a command/request…
jayAnn
  • 827
  • 3
  • 18
  • 38
0
votes
1 answer

Text Method doesn't work with Findclass(...) but with plain "TEdit"

I want to use findclass and findcomponent to be able to pass the sender component as parameter in a procedure. Thank you for reading. Edit: I use Delphi 2005 [Error]: E2003 Undeclared identifier: 'text' TestMemo.Text :=…
Huppel
  • 25
  • 5
0
votes
2 answers

Web Reference Access Violation in Delphi 2005 .NET

I am creating an application that consumes a web-service in Delphi-2005 .NET. How I am doing it is adding a web-reference to the project and then supplying the url to the wsdl. This seems to work fine in that a pas file is generated and added to…
Asher
  • 1,016
  • 1
  • 6
  • 20
0
votes
1 answer

Installing Delphi 2005 TChart

I'm running the 2005 version of delphi, which is all we are allowed to use for our school projects (so I can't update to a more recent version of delphi) What I'm trying to do is install the TChart component into my delphi so that I can add the…
Daniel
  • 1
  • 2
0
votes
0 answers

Delphi 2005 freezes where entering a sql line

I've a problem that I'm not able to solve. I've a project in delphi 2005 and I created a form by copying an old one, editing its name and programming the changes I want. The application works fine, but when I'm writting source code and I enter into…
davidrgh
  • 853
  • 2
  • 10
  • 17
0
votes
1 answer

DELPHI: Declare HTTPRIO.OnBeforeExecute in TComponent

Using Delphi 2005, I have created a test app (using a TForm) to test a SOAP API. Unfortunately this API has declared some enums (Application, System and Terminal) which are reserved by Delphi. I renamed the enums in the SOAP file (_Application,…
BrianKE
  • 4,035
  • 13
  • 65
  • 115
0
votes
1 answer

DELPHI: RIO OnBeforeExecute

I have an SOAP service that I generated from an outside source that is giving me some errors. I would like to capture the XML being sent to the SOAP service before it is actually sent and have found a couple mentions of doing an OnBeforeExecute on…
BrianKE
  • 4,035
  • 13
  • 65
  • 115
0
votes
0 answers

DELPHI: "Invalid property element: System"

I am consuming a WSDL and when I try to execute one of the methods i am getting the error .. raised exception class EPropertyConvertError with message 'Invalid property element: System' Any ideas what causes this? Here is the code I am running…
BrianKE
  • 4,035
  • 13
  • 65
  • 115
1
2