- Details
We have just released XSharp Bandol Beta 4.
This new build included fixes to the runtime, Visual Studio integration and a few changes to the compiler.
With this build you should be able to work with the latest version of Visual Studio again.
There is one change in the compiler that qualifies as a breaking change:
When the compiler detects a (static) method and a function with the same name and prototype then the compiler will now choose the function and no longer the method. This is compatible with Visual Objects.
To call the method either prefix the call with SELF: when it is an instance method (which is mandatory in Visual Objects) or prefix the call with the typename (which is not possible in Visual Objects because that language does not have static methods).
We have added a compiler warning for situations where this occurs in your code. See this help page for more information and an example
A public version of this beta will be released later this week.
Comments (4 Comments)- Details
The end of the summer holidays is getting closer, so it is time for a short status update.
The work on the X# runtime is progressing steadily. You can expect a new build with support for the RDD system in a few weeks. Hopefully we will also be able to include the new (faster) macro compiler.
We have also made some small changes to the Visual Studio integration to solve problems introduced in the latest builds of VS 2017. Until we have released the new build we recommend not to update to Visual Studio 15.8.
Next month there is an event from Microsoft called .Net Conf 2018. We have decided to participate in this event, which consists of 3 days online sessions (which are recorded and can also be watched afterwards). There are many interesting sessions about new .Net technologies. I am sure you will find something in the schedule that you like. You will be able to view the sessions from a direct link on our website. More information about this will follow.
To celebrate .Net Conf we also have a special discount on the Friends Of XSharp membership. If you order a copy of FOX between today and September 30th you will get 30% discount if you use the coupon code "NETCONF2018".
Comments (7 Comments)
- Details
We have just released XSharp Bandol Beta 3 to our FOX subscribers. This is a special Summer Holiday version to celebrate the summer (at least on our hemisphere) and to celebrate the World Cup victory of one of the devteams' countries.
This build fixes some issues that were found in the runtime and the compiler in Beta 2.
It also fixes some issues in the Visual Studio 2017 integration and has improved keyword case synchronization and indenting support.
The compiler has some changes compared to the previous build but is still of release quality.
The runtime is a beta version and should not be used for production code. It also misses some features that you may need.
- Details
Johan Nel has written a new article in his series about Data Driven programming that originally was posted on VOPS. We have uploaded this new article as well as the previous 8 articles and the example code to the General \ Lessions section in the Downloads menu entry on this website.
Thanks Johan !
Comments (8 Comments)- Details
We have listened carefully to discussions on our forums and have decided to open up a new forum and later a new github repository for a XSharp Tools Library.
The idea is that this will be a library with user contributions that they want to share with other users.
At this moment we are considering 4 different libraries
- XSharp.Tools.Core
A library with generic functions and classes that have no dependency on xBase types, such as ARRAY or DATE - XSharp.Tools.VO
A library with generic functions and classes that have a dependency on xBase types, such as ARRAY or DATE - XSharp.Tools.Windows.Forms
A library with generic functions and classes that have a dependency on System.Windows.Forms - XSharp.Tools.WPF
A library with generic functions and classes that have a dependency on WPF
Wolfgang Riedman has volunteered to become the moderator of the library and the forum as well. He will also establish the 'rules' for how you can contribute to the library.
It is our aim to include these libraries in the installation with every new build of XSharp. We will also generate documentation for these libraries based on the XML comments in the source.
The development team will take no formal responsibility for the contents of these libraries. Of course some development team members could contribute as an individual.
Comments (4 Comments)
- Details
We have just released XSharp Bandol Beta 1 to our FOX subscribers.
This is the first release of X# that comes with runtime files.
The compiler has some changes compared to the previous build but is still of release quality.
The runtime is a beta version and should not be used for production code. It also misses some features that you may need.
- Details
We have just released XSharp Bandol Beta 2 to our FOX subscribers.
A public build will become available later today.
This build fixes some issues that were found in the runtime and the compiler in Beta 1.
It also fixes some issues in the Visual Studio 2017 integration.
The compiler has some changes compared to the previous build but is still of release quality.
The runtime is a beta version and should not be used for production code. It also misses some features that you may need.
- Details
Just a quick update to follow up on our report from last week.
Our meeting in Greece last week has brought up a few compatibility problems between X# and Visual Objects, especially in the area of Number <-> String conversions as well as the Transform and Unformat functions.
For some of the problems you could argue that the VO implementation does not make sense. However for obvious (compatibility) reasons we try to make our runtime behave just as insane as Visual Objects.
We will try to resolve most of these this week and when no new problems arise we will upload X# 2 beta 1 end of this week.
There is one important new feature in this build that we would like to announce at this moment and that is support for Dynamic typed arrays.
This feature has been added and sponsored by one customer in particular, but we think it can be usefull for all of you.
Look at the following code for an example and the new syntax ARRAY OF <type>
Read more: X# Runtime progress report - continued
Comments (7 Comments)