- Details
On behalf of the whole devteam I would like to wish all our friends, customers and other people following our project all the best for 2017!
And I would also like to use the opportunity to share some news with you:
Last week we had our 2nd 'DevTeam Summit' in Athens. It was a little bit different this year compared with last year. First Fabrice could not attend because of health issues for a relative. And secondly it was cold, very cold. We had snow in Athens ! We worked a lot this week but also had some time for touristic attractions, as you can see in the image here. One of the things we acomplished is that we finished the work on the Vulcan compatibility in the compiler. We were able to successfully compiler the complete Vulcan SDK including all kind of dirty tricks that are used in this SDK without code changes. To be honest: we had to make a couple of changes, because our compiler found a few problems in the Vulcan SDK. If you ever wondered why drag and drop in the GUI classes is not working properly in Vulcan, then we have found the reason: there is code missing because of a typo in a define in the source code. We also discussed our future plans for X# and you can expect updates on this website in the next couple of weeks. As you can expect we will now pickup the work on the X# runtime, which will consist of a set of runtime functions, xBase datatypes RDDs, Macro compiler and more. We expect to be able show you a lot of this at the XBase Future conference in Cologne end of April. Will we see you there ? | ![]() |
.
Comments (0 Comments)- Details
Earlier this year, around the conference in Cologne, we have published a roadmap in which we told you about our plans and what we wanted to deliver in 2016. In this week before Christmas, with winter on our doorsteps it is time to look back and see what we have achieved.
As we all now, predicting the future is very difficult. Who whould have predicted that Donald Trump would be the next president in the US?
So we were wrong in our predictions about the progress of X# too. But we are on the right track, and we are the only XBase dialect that is making great progress every month.
What we did achieve in the 15 months behind us is:
- A fully functional core dialect compiler based on the Roslyn source, that can compile everything that you can find in C# 6 with an XBase language syntax.
- Many new features have been added to the xBase language, such as LINQ, Anonymous types, support for Asynchronous operations, creating generics etc. You only have to look at the pearls section in our forums to see proof of that. Every niche corner in the LINQ area in our product is being tested at length by Phil, and it simply works. Other customers have used other new features and we have received a lot of positive response on the new features
- The support for the VO and Vulcan specific datatypes and language constructs is also almost finished. Last week we have added some missing features, such as support for PCALL() to call native Win32 functions through a pointer in an external DLL. Not something that you use in your everyday development but it is used in some inhouse libraries as well as in the VO SDK. So we decided that add that to our language, to make the migration from VO and Vulcan as smooth as possible.
"Normal" VO and Vulcan applications compile fine now with X#. We have done that ourselves and we got some very positive feedback from our customers who have also successfully migrated apps. - We have working Visual Studio integration in both Visual Studio 2015 and Visual Studio 2017. We are very proud that we were one of the original "sim ship partners" (the last one in the alphabetical list)that released their support for Visual Studio 2017 on day one.
- Details
We have uploaded a new version of the compiler for our FOX subscribers to the Prerelease area on this website. This version fixes several issues that have been reported by our customers.
New features:
VO and Vulcan compatibility:
- All init procedures are now properly called at program startup. So not only init procedures in the SDK libraries, but also init procedures in 3rd party libraries and in your own code
- When both a function (static method) and an instance method with the same name can be found, then the compiler will no longer choose the instance method, but will default to the static method, when called inside a class and no SELF: or SUPER: prefix is used.
- The sizeof operator now returns a DWORD value
- Added support for EXIT PROCEDURES (PROCEDURE MyProcedure EXIT). These procedures will automatically be called during program shutdown, just before all the global variables in the assembly are cleared.
All dialects
- We have added support for preprocessor output (ppo) files
- The code generation for IIF expressions has been improved
- The code for ACCESS and ASSIGN methods is no longer stored as a separate method, but inlined in the generated Property Get and Property Set.
Bug fixes
This build contains many bug fixes and fixes many smaller and larger incompatibilities with the VO/Vulcan compiler. See the included readme for more information.
Comments (1 Comment)
- Details
Unfortunately we are having problems with our news (nntp) server news.xsharp.info.
Hopefully this server will be back and running tomorrow (Novemer 21st).
When that hapens we will let you know.
Comments (0 Comments)- Details
The technical problems with our news server have been resolved. It is back online now !
Comments (2 Comments)- Details
Today at Connect 2016 Microsoft Launched the new version of Visual Studio called Visual Studio 2017
There are many new features in this product. The first and also first visible difference is that the installation process has dramatically changed. You no longer have to download and install many giga bytes of information to run Visual Studio. In stead you now can select a workload and only the elements needed for this particular work will be installed.
Typical workloads are .Net desktop development, Universal Windows Platform development and many more.
Installation will run much smoother after that and the whole footprint of Visual Studio will be much smaller.
We at XSharp are ready for this new version, as we already have indicated in earlier news posts.
We are proud that we are one of the so-called "Sim Ship partners" for Visual Studio 2017, 3rd party vendors whose product is ready for VS 2017 from day 1.
We have created a new installer for our FOX subscribers which will integrate the X# product in Visual Studio 2015 and/or Visual Studio 2017. A public installer is expected around Christmas time.
The new installer will be available for download later this week. Please give us some time to test the latest Visual Studio build, to be sure nothing serious has changed.
To celebrate the release of Visual Studio 2017 we have a special introductionary price for new FOX subscribers: new FOX subscribers will get a 30% discount when they use the Coupon Code VS2017 during the order process.
Click here to subscribe to the the FOX program immediately and to qualify for the 30% discount.
This discount will be available until January 31st 2017.
Comments (10 Comments)- Details
We are proud to announce that we have released XSharp Beta 8 to our FOX subscribers,
This version has many new features. The list below shows some of the highlights:
Visual Studio
- Support for the new Visual Studio 2017
- We have implemented “Linked Files” in a project. This is useful for example if you have files with common code that you want to include in different projects, like global attributes with company name, product name etc.
- We have added the ability to “Show all files”.
- If you add a file with a Form or User Control to your project we will now detect that, and set the subtype of the file. You should see the appropriate icon appear in the project tree
- Improved Drag and drop in the project explorer
- The ResX and Settings editor now generate source code. We have also enabled the combo box in these editors that allow you to choose between public and internal classes.
Compiler and Language changes
Some new language features in the Compiler:
- Object Initializers
- Collection Initializers
- When constructing anonymous types, you no longer have to name the fields. If you reference fields or properties from other objects, then the names of these fields/properties will be used for the anonymous type as well
Many improvements in the VO/Vulcan compatibility
- Default Parameters are now implemented just like in VO and Vulcan.
- Init Procedures in the main app and the Vulcan SDK Libraries are now called by the main app. We are also initializing the Vulcan macro compiler (calling Init procedure in other libraries will follow shortly)
- The compiler option Implicit Casts and Conversions (/vo7) has been implemented. You can now also use the @ sign to pass variables by Reference (but we prefer the REF syntax)
- With these changes you can now successfully compile the standard sdi and mdi examples from VO/Vulcan with X#.
- Details
You may have heard about it already, but Microsoft is working very hard to finish the next version of Visual Studio (VsNext or VS 15).
Last week they have released Preview 5. You can read more about this new VS version on https://www.visualstudio.com/en-us/news/releasenotes/vs15-relnotes.
Of course we are working very hard to make sure that X# works with this new version of Visual Studio, and so far this works.
Our latest installer (Beta 7a) detects the installation of VS 15 and integrates into VS15 without problems !
See the picture below for the form designer in action
In a couple of weeks, on November 16 & 17 at Connect 2016 more information about this new VS version is expected. Stay tuned, we will keep you informed as well.
Comments (0 Comments)