Posted: 2011-11-15, 08:08 UTC
I think users need to know differences between Delphi and Lazarus to find advantages/disadvantages out.
E.g. to see same project compiled in both Delphi/Lazarus to test it.

Forum - Public Discussion and Support
https://www.ghisler.ch/board/
It seems that Lazarus doesn't support that either. The ARM version of Windows will not support any native programs, only "apps" written in .Net, so a TC version will be impossible anyway.Soon Windows will have an ARM version too and Embarcadero doesn't support it
http://wiki.lazarus.freepascal.org/Setup_Cross_Compile_For_ARMghisler(Author) wrote:It seems that Lazarus doesn't support that either.Soon Windows will have an ARM version too and Embarcadero doesn't support it
What a nonsense. They want to use slow CPUs and don't allow devs to optimize for them?ghisler(Author) wrote:The ARM version of Windows will not support any native programs, only "apps" written in .Net, so a TC version will be impossible anyway.
m^2 wrote:What a nonsense. They want to use slow CPUs and don't allow devs to optimize for them?ghisler(Author) wrote:The ARM version of Windows will not support any native programs, only "apps" written in .Net, so a TC version will be impossible anyway.
Anyway, interesting to know, Lazarus doesn't have an edge here.
That's of course may or may not to be a final statement, things can change before and after Windows 8 final release. But I am sure for ARM version Microsoft will follow Windows Phone way, with few native apps developed by Microsoft with expanded capabilities, and all third party apps will be published exclusively through Windows Phone Marketplace. Such apps will be very restricted (sandboxing; limited APIs) due to security and copyright reasons. And Total Commander limited to its sandbox and, maybe, few shared folders (like Photos, Music etc) just doesn't make sense. That's of course just my point, but I think the trend is clear for modern consumer devices.[/offtop]Steven Sinofsky wrote:All of the apps for ARM are going to come through the store which means they’re all going to be metro style
That's EXACTLY why I haven't created a Windows Phone app after the end of Windows Mobile, but went to Android.And Total Commander limited to its sandbox and, maybe, few shared folders (like Photos, Music etc) just doesn't make sense.
^ What he said.Flint wrote:…and for those who does not want to deal with file system and registry redirection, with missing and/or placed into really slow X64 submenu shell extensions, etc. To me, this is the most significant advantage of the 64-bit TC, and not its "64-bitness" in itself.
That's a pity, MS chose so idiotic method of making 32- and 64-bit applications live together as placing 64-bit DLLs into system32, and 32-bit DLLs into syswow64, with hiding the real file system from the applications, instead of just making a normal system64 dir (like Linux systems do), so that using a native 64-bit application is the only choice for anyone who wants to navigate FS freely, without always trying to remember what's he seeing now — real FS or some virtual substutite, and without necessity to constantly switching the redirection off (to see real files) and back on (to continue working with plugins and other specific functions).