XSharpPublic
XSharpPublic copied to clipboard
Public repository for the source code for the XSharp Compiler, Runtime, Project System and Tools.
While the syntax of the USE command is available in the existing documentation, it appears that, based on the version history description in the documentation (Ver 2.20.03: Fixed problem with...
When trying to export (in any format) a .rpt file with its main dbf containing no records, the following error message is displayed: 
See https://www.xsharp.eu/forum/topic?p=30446#p30446
https://www.xsharp.eu/forum/topic?p=30408#p30408 Following should probably apply only to the VO dialect, and let other dialects handle this differently. In VO, when there's a name ambiguity, the compiler resolves identifiers used inside...
Hello, we are in the final stages of converting our programming from VO to X#. During the tests of the daily work steps by my colleagues, a very important point...
**Describe the bug** The compiler throws an error due to assignment of a "readonly" field in the context of a method of the same class. **To Reproduce** ``` procedure main()...
**Describe the bug** The compiler throws an error due to assignment of a "readonly" field in the context of a method of the same class. **To Reproduce** ``` procedure main()...
**Describe the bug** There are problems with UDC starting with a '@' **To Reproduce** ``` #xtranslate @enum { [()] [,[()]] }; => ; exported:;; class var readonly; [;class var readonly];;...
Create a "Visual FoxPro" project. Open a source file Add line with an Old Style Assignment, like x = 10 Build, everything is ok Now, view the Project properties. In...
See https://www.xsharp.eu/forum/topic/4152?p=30195#p30195