I\'m using MSBuild to build Delphi 2010 projects. It works fine. The only problem I have is that it creates 2 empty directories (Bpl and Dcp) in 开发者_JS百科drive\'s root directory.
In Delphi 2010, I have defined a generic TInterfaceList as follows: type TInterfaceList<I: IInterface> =开发者_JS百科 class(TInterfaceList)
In D2010, Error Insight is incorrectl开发者_JAVA技巧y underlining in red types like \"TOpenDialog\" (even though my unit and project\'s uses both include Dialogs).
I am writing a class to handle security in my executable (checking serials, trial date check etc). After I compile the executable (even in Release build, with all debug and RTTI generation turned off)
Someone can tell me how to get the client ip of a connected session from the server si开发者_运维知识库de?.
Does anyone know about a utility, that can automatically detect and remove unrequired units from the uses clause?
Our app at work is a huge project with over 3000 units, weighing in about 3.5 million lines of code. ...or at least it was when we were compiling it under D2007.We recently updated to D2010, and now
Considering such an enumeration : type TTypeOfData = ( [XmlName(\'ABC\')] todABC, [XmlName(\'DEF\')] todDEF,
I\'m often getting this exception \"EDBClient: Mismatch in datapacket\" when I call ApplyUpdates on a particular ClientDataSet.
Back again with yet another DirectSound question, this one regarding the ways DirectSound Buffers can be used: