Hi,
I'm not one of the X# developers, but I'm using X# on a regular basis.
There are two different possibilities to get X# now:
- the free program where you can download and use X# freely, using peer support
- the (paid) FoX prgram where you can download and use X#, having support directly from the developers.
Currently, only Beta 1 is available to the public, newer betas until Beta 5b are available only to FoX subscribers.
You can download the Beta 1 installer from the download section and install it - the installer should take care of it. If you don't know Microsoft Visual Studio and don't have installed it, I would recommend to install and use XIDE - it is relatively similar to VO's IDE, so it will be easier for you to get started.
The Beta 1 compiler is using the VO language you know, but is missing some important features likes arrays, floats, codeblocks, and the entire runtime.
To be able to compile your VO code you will have to wait, as the development team currently is implementing VO and Vulcan compatibility using the Vulcan runtime libraries.
But I would recommend to install X# and play with the samples: the .NET world has not only a lot of new language features, but also a very, very large class library.
So porting your VO application to X# will be only the first step - using all the new and great possibilities that the new language and class library offers will be next logical step.
Personally, currently I'm working with X# using XIDE on new applications and implementing extensions to my VO applications using COM libraries written in X#. Most of the time I'm working in VO, as this is my main development tool.
Feel free to ask if you have other questions.
Wolfgang