Hello Ross, > The data is read only for the DLL developer
Then you can do just a typecast to PChar. Except that nothing to change or debug. Delphi strings are null terminated, so the typecase will do it for you. Advantage is that developers can work with it in all possible languages. --- Rgds, Wilfried http://www.mestdagh.biz _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

