Am 27.07.2010 11:28, schrieb Bernd Kreuss:
Couldn't FPC some day in the future be be given a new backend that emits Java VM bytecode and the linker would jar and zip instead of linking a binary and the LCL two new widgetsets, one that uses swing and the other one that uses whatever Android uses as GUI?
In theory it should be possible for FPC to generate Java Bytecode (or .NET IL). The problem is that both systems already provide a RTL and their own object hierarchy. So we'd need to write a complete new RTL that for those that takes them into account.
In summary: Not impossible, but very very much work. Regards, Sven -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
