Session proposals for the X# Summit

This forum is meant for questions and discussions about the X# language and tools
User avatar
Chris
Posts: 4793
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Re: Session proposals for the X# Summit

Post by Chris »

Hi Joshua,

Thanks for sharing your thoughts! Interesting topics, and even though they will not be presented in a session, of course there will be plenty of time to chat about those and many more after or in between the sessions.

Since you're coming from c#, you will be already familiar with most of the topics presented in Using X# to the max, but will try to add some stuff that may interest you as well. A short reply about the bitness of the applications, setting it to 64bit/AnyCPU has the obvious advantage of more memory available (but also slightly more memory consumption), but regarding X# it also has the disadvantage of not being able to use the VOGUI classes anymore, since those are strictly 32bit. Although a new set of replacement classes for them, based in WinForms and supporting AnyCPU/Unicode (standard VOGUI is ansi only) is under development.

Also looking forward to seeing you and everybody else next month!
Chris Pyrgas

XSharp Development Team
chris(at)xsharp.eu
Post Reply