XSharpPublic
XSharpPublic copied to clipboard
Public repository for the source code for the XSharp Compiler, Runtime, Project System and Tools.
Microsoft has released now with VS 17.9.2 the out of process designer for Winforms to support also 32 bit applications. Unfortunately the new designer throws an exception "**The language for...
Chris, Can you add code to convert a form definition based on a xsfrm to a windows forms form (like you're also doing in VOExporter). I will then add that...
https://www.xsharp.eu/forum/topic?p=28951#p28951 There are plenty duplicate DEFINEs in the runtime, SDK and RP2, causing "Warning XS9043 'DEFINE_xxx' is ambiguous." that cannot be "fixed". It's probably a good idea to clean those...
This is happening in VS 2019 and VS 2022 using X# 2.17 and 2.18 and I have rebuilt the Intellisense Database. If an undeclared variable is entered followed by :...
Those commands where found in a Harbour app and are missing from X#: set bell off set esca on set talk off set stat off set safe off set scor...
If a textblock in a VO module contains a block comment with no ending marker, then entities below it are not getting parsed. For example this VO code Entity1: ```...
**Describe the bug** On a specific prg file, when triggering intellisense (typing `SELF:`) VS freezes and after a while crashes with a "OK" dialog box saying "a new guard page...
If I add an extention method to an existing type, intellisense does not pick it up for code completion. System extensions are pickedup though : ``` PUBLIC STATIC CLASS ArrayExtensions...
AEval for example do compile check the members of the inferred x type : ``` CLASS Foo PROPERTY Name AS STRING AUTO CONSTRUCTOR(cName AS STRING) Name := cName END CLASS...
See thread: https://www.xsharp.eu/forum/public-product/3039-ads-rdd-eof-function In the code that was sent to us there was the following: `self:nAdsRet := XSharp.RDD.Functions.AdsGetFieldType(self:nCursor, String2Psz(cFeld), @nRet)` The XSharp.RDD assembly contains a function with the following prototype...