I've a problem using ADO and indy in Delphi 2009.
My project always crashes on exit when running in delphi 2009.
This can be reproduced by doing the following in delphi 2009:
- Create a new project
- Add TAdoConnection component to the form. Create a connection to a sql server database and set the connected property to true.
- Add IdHttp to the uses clause of the form.
- Run, on closing the application the error occurs every time.
This is the error details
Problem Event Name: APPCRASH
Application Name: Project1.exe
Application Version: 0.0.0.0
Application Timestamp: 4e787e97
Fault Module Name: ntdll.dll
Fault Module Version: 6.1.7601.17514
Fault Module Timestamp: 4ce7ba58
Exception Code: 4000001f
Exception Offset: 000a2562
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 2057
Additional Information 1: d1ab
Additional Information 2: d1ab624ec7d094c26a73530c245a3468
Additional Information 3: d1ab
Additional Information 4: d1ab624ec7d094c26a73530c245a3468
As soon as I remove IdHttp from the uses clause, no error occurs.
Anyone got any ideas as to what i can do to sort this out, or suggest a different component suite to Indy I can use for http.