I am calling a DLL where one of the parameters is a fixed length string (of 8000 bytes). In Visual Basic a fixed string can be dimensioned so that the string will always be of that size.
Is there a way to do this in Delphi?
I have tried using the SetLength(string, size) function but this didn't do the trick. Any help would be appreciated.
Thanks
Is there a way to do this in Delphi?
I have tried using the SetLength(string, size) function but this didn't do the trick. Any help would be appreciated.
Thanks