I recently posted a question about problems involving the use of
string and AnsiString when converting a Delphi program. Are the some
situations where substituting AnsiString for string will result in
errors?

Does using {$mode delphi}, {H+} involve cases which might introduce
hard to track errors?

>From what I have read AnsiString is a pointer to a potentially
unlimited string, where as string has a maximum length of 255, and in
a record structure may have a fixed length in a preallocated memory.

Is it also an issue in objects and classes?

If anyone could point me to the relevant docs I would be glad.

-- 
Frank Church

=======================
http://devblog.brahmancreations.com
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to