delphi-xe
Installing Same Components Under Delphi 2009 and Delphi XE not working
I have a set of custom components that I\'ve been using in D2009. I have installed Delphi XE, and I\'d like to be able to use these components in both IDE\'s while I\'m upgrading my projects.But when[详细]
2023-03-21 15:21 分类:问答Deleting file from C:/ProgramData in Windows 7 does not really delete the file?
I have a little problem with my application. Application stores a SQLite database in C:\\ProgramData\\ProgramName\\ folder on first run. I wanted to test if I delete the database, can application crea[详细]
2023-03-21 14:55 分类:问答How I can list the contents of a folder of a remote machine
I\'m looking for a windows api function or another way to get the开发者_JAVA百科 content (folder and files) of a folder located in a machine on my LAN. off course which I have a valid windows user and[详细]
2023-03-21 14:32 分类:问答Symbol 'Resume' is deprecated/Thread Error: The handle is invalid (6)
I have an old piece of code that I want to upgrade it to Delphi XE. I have a compiler warning about Resume and I want to replace it with Start but the program crashes.[详细]
2023-03-21 11:03 分类:问答Update a VCL component from CreateAnonymousThread
It seems which Synchronize cannot be usedfrom a Thread created using CreateAnonymousThread, so the question is : How i can update a VCL component from inside 开发者_如何学Cof a Thread created using Cr[详细]
2023-03-20 23:38 分类:问答How to solve RTTI size issue for large Enum types in Delphi XE?
I get this error when I try to compile a unit with a Enum type with 5000+ values in Delphi开发者_如何转开发 XE[详细]
2023-03-20 19:05 分类:问答Question about assigning GUID to interface
I wrote this code in Delphi XE which assign the GUID of the interface from GUID const. the code compile ok, but I want to know if this a valid declaration?[详细]
2023-03-20 16:33 分类:问答Is there a way to use JSONP with a Delphi DataSnap REST server?
It appears that there is no way to implement a JSONP (JSON with Padding) solution using DataSnap, but I want to throw this question out here in case someone has solved this problem.[详细]
2023-03-20 15:42 分类:问答OmniThreadLibrary Overview
Is there a place where there is an introductory overview of the OmniThreadLibray for Delphi? I have the current code installed in Delphi XE. The examples work.I\'ve been looking over the associated T[详细]
2023-03-20 05:20 分类:问答How to install Delphi XE on Win7 64bit that has Delphi 2010 on it with least fuss
Any advice or gotchas that I should be aware of. I know 开发者_开发知识库to install in a NEW directory, and to have a backup. I will reread the readme file that included in the Delphi-XE installer.I\'[详细]
2023-03-20 04:03 分类:问答