Tagged Questions

2
votes
4answers
525 views

How convert null-terminated string to an AnsiString ?

I have some code that compiles fine with D7 but fails with D2010. Obviously it is an Unicode issue: The compile error is: E2251 Ambiguous overloaded call to 'StrPas' Here is the whole procedure: …