We have just released XSharp Bandol RC3 for our Fox subscribers.

This build finalizes the XSharp runtime. The next build will be the XSharp Bandol GA release.

{rsfiles path="fox/Compiler/XSharpSetup2RC3aFox.zip"}

If you want to download the complete list of changes click here:
{rsfiles path="general/Readme/whatsnew2RC3.rtf"}

Comments (0 Comments)

A short message about an update to our release schedule.

We had originally planned to do a final release of Bandol around July 15, so that is today.
Unfortunately we are not able to release today for various reasons. We are also approaching the holiday season and some of us are taking a short leave.

Our current schedule for the coming releases is:

Release Description Public Date
2.0 RC 3 This will contain fixes to the runtime issues found in RC2 and an updated compiler and VS integration. In VS there are mainly some fixes to the Windows Forms Editor and other tools. No July 19
2.0 (GA) No new features will be added in this build, only bug fixes to issues found in RC2 and RC3. Yes August 15
2.1 This build will add support for FoxPro style class creation and other FoxPro language elements, and some of the FoxPro runtime support. No September 15
2.2 This build will add Unicode/AnyCPU versions of the VO GUI classes and VO SQL Classes. Yes October ?

Please remember that these are targets. Dates and priorities may change, just like in your own software projects.

 

Comments (2 Comments)

We got some request to move our ticketing system from the proprietry system on our website to Github.

As of today the GitHub issues list is our official bug list / todo list.

We can imagine that you don't want to share your problems with the rest of the world. So you can still mail us at and we will process your bug report confidentially.

In most cases bug reports send to us by mail will be posted by ourselves at Github (without the details of the person that posted the issue). Of course you can still follow these bugreports at Github.

The "Tickets" button on the top of this screen has now been changed and points to the Github issues page on the XSharpPublic repository.

We do not have the source of the Compiler in this repo (yet) but Compiler tickets will also be managed through Github.

 

Comments (1 Comment)

We have just released an installer with updated runtime files for XSharp Bandol RC2 for our FOX subscribers.
This update contains many changes, in particular:

  • FPT writing in the DBFCDX RDD, and also reading of FlexFile arrays stored in FPT files
  • We have added support for the VFP Collations in the CDX driver
  • We have solved a few issues in the Advantage RDD and also exposed the AdsConnect60() function
  • We have added some missing defines to the Runtime and a version of the Crypt() function that works with byte[] values
  • We have added FieldGetBytes() and FieldPutBytes() to store binary data (encrypted passwords) to a DBF without having to worry about unwanted side effects of Ansi - Unicode translations.
  • We have fixed several issues in the macro compiler related to handling (DBF) fields with the same name as built in types, such as DATE and CODE (short for CodeBlock).
  • We have made several changes in the VOSDK libraries. The biggest change is that both System Classes and RDD Classes are now compiled with a target platform AnyCPU, so they can be used in X64 apps. We have also removed some late bound code from these class libraries, so the code should perform somewhat faster.

Please note that this setup must be installed on top of an existing RC2 installation. It does not include the compiler and VS support files. It only replaces the runtime components.


{rsfiles path="fox/Compiler/XSharpSetupRt2RC2cFox.exe"}

If you want to download the complete list of changes click here:
{rsfiles path="general/Readme/rtwhatsnew2RC2c.rtf"}

Comments (1 Comment)

We have just released XSharp Bandol RC2 for our Fox subscribers.

This build mainly has improvements in the Runtime. We have added the long awaited DBFCDX driver and also a new DBFVFP driver, which is like the DBFCDX driver but with added support for new Visual Foxpro field types such as Integer, DateTime, Double, Float and Currency.

We have also added some elements needed for the FoxPro support to the compiler, such as FoxPro compatible Date and DateTime literals and the THIS keyword and DOT as operator for instance methods and properties. So in the FoxPro dialect you can use THIS.Text which is the same as SELF:Text in the other dialects. Support for FoxPro class definitions and a header file to map the FoxPro commands to the already existing DBF related and settings related functions will be added later.

The next build will be the Bandol Final Release. We expect to work on some VS improvements (for example in the Windows Form Editor) and we will also complete the FoxPro support in the compiler and add a FoxPro compatible header file with UDCs for the various DBF related commands.

After that build we expect no major compiler changes for a while, and will focus on Runtime improvements for the various dialects, such as a SQL based workarea (for the FoxPro SQL.. functions) and a functions that wrap a DBF workarea in a Ado.Net DatTable or DataView so you can assign a DBF workarea as datasource for a standard .Net browse control.


{rsfiles path="fox/Compiler/XSharpSetup2RC2Fox.zip"}

Comments (5 Comments)