Thanks! In fact I didn't find the sources earlier from RemObjects page. Now I found them and updated the wiki page accordingly. http://wiki.lazarus.freepascal.org/Pascal_Script
PascalScript installed nicely now. The cross-platform porting has received lots of work. It has assembly code written for x86, x64 and ARM. That means it is still not completely cross-platform. FPC supports more processors than those 3. I still don't understand why such program needs assembly at all. It is a script language engine, not an OS kernel! Regards, Juha [email protected] kirjoitti keskiviikko, 30. maaliskuuta 2011 06:08:14: > And this version works on Windows and Linux, 32 and 64 bits. Maybe I'm > wrong, but the version of the PascalScript on Lazarus CCR don't work with > 64 bits systems and the scriptengine2 don't work with linux. So, if you > want run your application on a variety of systems, use the RemObjects > version of the PascalScript. > > Regards, > Fabio > > 2011/3/29 leledumbo <[email protected]> > > > Download RemObjects version (sourceforge version is obsolete IMO), FPC is > > officially supported by them. Then you just use the provided .lpk and > > compile. There's no .exe given, except for unit importer (which strangely > > has no source code given) since PascalScript is written to be used as > > units, > > not standalone program. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
