<r><CODE><s>[code]</s>[DebuggerStepThrough]; Function DBG(cString as string) as void pascal<e>[/code]</e></CODE> Error XS0246 The type or namespace name 'DebuggerStepThroughAttribute' could not be found (are you missing a using directive or an assembly reference?)<br/> <br/> Which reference do you ...
<r>Hi Wolfgang, Chris and more<br/> <br/> Making the "all methods are virtual" does not change the end result.<br/> We have a bBrowserfunction that essentially uses the FieldGet method of DBServer to return a logic. <CODE><s>[code]</s>Class Contact_External_Class Inherit Contact METHOD ...
<r>I tried to following code in my XSharp project:<br/>
<CODE><s>[code]</s><i> </i>oData := OBJECT[,]{nY,nX} FOR nY := 1 UPTO ALen(aData) FOR nX := 1 UPTO ALen(aData[1]) oData[nY,nX] := aData[nY][nX] NEXT NEXT oRange:Value := aData<e>[/code]</e></CODE>
<t>Hello All,<br/> <br/> I've updated XSharp to the newest(2.12.2) version and have been experiencing frequent crashes of my Visual Studio.<br/> This happen every time when making use of the option "Cleaning Solution" under Build.<br/> This problem does no longer occurs when downgrading XSharp back ...
<t>Hi Chris,<br/> <br/> I've changed the Ribbon Filename to the related bitmap.<br/> I've mirrored the same settings from VO.<br/> Sadly the same wrong buttons are still visible in the menu editor.<br/> <br/> I've noticed some inconsistencies in my code, so I will report back with more information ...
<t>Hi Robert,<br/> <br/> I've looked into the code and it turns out you're right. By changing oColumn to cDataColumn my problem is fixed.<br/> I don't really like that the compiler doesn't warn me about these mistakes in my code. I have to manually test if changes to my code result in a RunTimeError ...
<r>Hello everyone,<br/> <br/> I have the following code: <CODE><s>[code]</s>oColorCondition := bColorCondition{ cCondition, oColumn:server, oForeground, oBackground }<e>[/code]</e></CODE>
Which resuls in the following error:<br/> Macrocompiler (1,97): error XM0101: Unexpected '<'<br/> <br/> I've ...