Hello,
I am using PascalScript for a very big project written on Delphi. Now
it is being ported to FreePascal and I found a problem. Maybe it is a
bug.
The problem is: functions returning strings return empty string.
In the example file the function MyFunc will always return and empty string.
The output is:
[EMAIL PROTECTED]:~/temp$ ./project1
1

2


while it should be:
[EMAIL PROTECTED]:~/temp$ ./project1
1
MyFunc
2


I am using PascalScript from svn sources.

Have anyone used PascalScript with FPC ? Any advice / work around is welcome.

Greetings,
Alexander

Attachment: project1.lpr
Description: Binary data

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to