On Saturday 15 September 2007 23:03:00 Christian U. wrote:
> > function GetString: string;export;
> > begin
> >   result:='test';
> > end;
> >
> > exports  GetString;
> > end.
>
> strings are no standart types and cannto exported from an library
> without special memmanager, use pchar
>
Thanks a lot! I tried with an integer and it worked...
Afterwards I tried with a PChar. Worked too :)

Sebastian



_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to