My Delphi XE application was fine till a couple of days and I can\'t figure out what is wrong. My project layout:
We are now migrating to Delphi XE (from D7) and we have a problem with TButton placed on TImage when Form.DoubleBuffer = True
I have a runtime error happening in the rtl Streaming in of a form, causing an exception EClassNotFoundto be raised, while doing TReader.ReadRootComponent. The particular error message is \"Class not
We have been updated our project to Delphi XE. There\'s .ridl files instead .tlb. But what\'s about *_TLB.pas files? How to migrate changes in .ridl file开发者_如何转开发 to *_TLB.pas file?
(i saw Demo Dirt - but it use for HTTP Web and i Don\'t know how switch it to TCP/IP) I\'m new from Delphi - I need help about use DataSnap and Client Login form (check user password from SQL Server)
With Delphi XE I create a client-server application with \"DataSnap Server\" Wizard. In the ServerMethodUnit I Define a TSQLQuery with sql property like this \"Select * from TABLE\"
Very often when I try to open any project in Delphi XE the following issue raises for a fe开发者_开发问答w popular bpl-packages:
I\'ve installed the trial version of DevExpress. I can drag and drop DevExpress components on my form, but if I try to compile, Delphi XE says that it c开发者_运维知识库ould\'t find the files from Dev
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
We have a suite of automatic tests written in winrunner (QTP), and we have just upgraded to Delphi XE. I tried to modify TestSrvr.pas, MercControl.pas and开发者_开发知识库 MercCustControl.pas to manag