Hi!
Has anyone investigated how hard it would be to port Castle Microkernel and Castle Windsor to Windows 8? (making it possible to use our favorite IoC controller when writing Windows 8 apps, i.e. “Windows Store” apps.)
Best regards,
Per
--
You received this message because you are subscribed to the Google Groups "Castle Project Users" group.
To post to this group, send email to castle-pro...@googlegroups.com.
To unsubscribe from this group, send email to castle-project-u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
Hi,
The current version of Castle works correctly under Windows 8, AFAIK, if we are talking about regular .NET mode. What I’m talking about more specifically is “WinRT mode”, i.e. for Metro-style apps. (those that run as tiles on the Windows start screen.) Such applications don’t access the full .NET Framework, but a much more limited subset of the .NET Framework where .e.g Reflection.Emit seems to be missing… Did a futile attempt to compile Castle.Core on this platform with around 500 compiler errors so I think there is some work needed… :-)
http://en.wikipedia.org/wiki/Windows_Runtime
Then again, they have the DLR languages running on WinRT I think, which means that it *must* be possible somehow to generate dynamic code.
Best regards,
Per