Tagged Questions
The dehl tag has no wiki summary.
6
votes
1answer
100 views
TVarData Differences between x86 and x64 Delphi
I couldn't find any explanation about TVarData in x64. There is a page in Help but it seems TVarData in x64 and TVarData in x86 are different. Actually I'm trying to compile DEHL for x64 target. But ...
6
votes
1answer
110 views
Errors using THashSet from DeHL collections library
I'm pretty new to Delphi and I'm trying to use the DEHL Collections library. (see http://code.google.com/p/delphi-coll/ ) I'm have a little trouble with it from the IDE perspective. It compiles and ...
2
votes
1answer
232 views
Delphi DeHL Deserialize XML File in newer class?
I use DeHL to serilize XML and class in Delphi and if add property to my class and try to deserialize my XML file. I have this error : ‘Deserializing « \TApp\FObject\test » failed. Serializer reported ...
1
vote
1answer
763 views
Delphi 2010 DeHL Serialization XML and custom attribute : how it work?
I try to investigate DeHL with Delphi 2010 custom attribute and I get problem.
TAppParamTest = class
public
User: string;
Password: string;
end;
TAppParam = class
private
FTest: ...
0
votes
1answer
465 views
Delphi 2010, DeHL, file not found
Have installed trial version of Delphi 2010, and hoped to get a look at DeHL.
There must be something that I have missed out on, though, cause I can't find out how to include any of the units ...